Excel to Notepad+ question.

Andrew_ECS

New Member
Joined
Jun 15, 2015
Messages
1
Hello, I'm new to programming and have been tasked with creating a script that will represent a line on a map representing a oil pipeline. So far, I have been able to produce a script in notepad+ that will produce a line on the map, however, I'm in a need of a more efficient method. The problem now is using excel to create a formula to be able to put into notepad.

The script for the polyline:

L.polyline([
[48.34140573, -103.86343006],
[48.34141563, -103.87399147]
]).addTo(this.map);

Now in excel:

A1 = Longitude, B1= Latitude as the headers, followed by all of the numerical values for the surveyed points.

Is there anyway to be able to get the points into notepad efficiently?
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off

Forum statistics

Threads
1,216,080
Messages
6,128,692
Members
449,464
Latest member
againofsoul

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top