[DUG] Excel

Jeremy North jeremy.north at gmail.com
Mon Sep 21 17:09:40 NZST 2009


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 <johnkbird at 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 at delphi.org.nz
> Admin: http://delphi.org.nz/mailman/listinfo/delphi
> Unsubscribe: send an email to delphi-request at delphi.org.nz with Subject:
> unsubscribe
>



More information about the Delphi mailing list