Consuming a CSV file would be the cheapest and possibly the easiest. How are your COM skills?
If using Delphi 2006 and above, and reading the content into a string list, be sure to turn on the StrictDelimiter property. Then you won't have issues with the string list treating a space as a delimiter. On Mon, Sep 21, 2009 at 3:04 PM, John Bird <johnkb...@paradise.net.nz> wrote: > Hope this doesn't get lost in the flurry of posts! > > Anyone have recommended reading on how to get rows of data out of an Excel > spreadsheet. > > I do have the option of saving to CSV and reading the CSV file. Depends on > what is easiest/cheapest. > > John > _______________________________________________ > NZ Borland Developers Group - Delphi mailing list > Post: delphi@delphi.org.nz > Admin: http://delphi.org.nz/mailman/listinfo/delphi > Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: > unsubscribe > _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: unsubscribe