Hi all.
As it says in the title, all I need is to find an API (XML, not JSON) that will convert 1 easting and northing (OSGB) to latitude and longitude. I must not use macros.
That's it.
I can find API's that convert postcodes to Lat Lon, but nothing so far for East North.
My spreadsheet (LibreOffice) has a chart with all the points displayed using using Eastings for X, and Northings for Y.
It finds the max & min co-ords, adds them together and divides by 2 to give the centre of all the co-ords in the form 280827,716553 (centering, in this case, roughly east of Edinburgh).
It would use the "central" East North to point the user to an Openstreetmap, which unfortunately wants Lat & Long in the format :
https://www.openstreetmap.org/#map=9/56.335159/-3.9475065
Nothing fancy, just one East North to one Lat Long. Doesn't even have to be that accurate.
I don't suppose there's a formula that would do it...
Anyone?