Sasa Sullivan <[email protected]> writes: > I need to prep an Excel spreadsheet. Thousands of names and each name with > multiple locations (some with as few as 3 and others with over 30 > locations). Is there a way to make a line item for the name (which is only > listed once initially) based on each location?
I would export the spreadsheet to .csv, and write some Ada code (substitute your favorite language here) to read it and output a new .csv. -- -- Stephe _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
