Reading Excel spreadsheets with Delphi
Posted
by Bruce McGee
on Stack Overflow
See other posts from Stack Overflow
or by Bruce McGee
Published on 2010-03-17T19:13:51Z
Indexed on
2010/03/17
19:31 UTC
Read the original article
Hit count: 373
I need to read from and write to Excel spreadsheets using Delphi 2010. Nothing fancy. Just reading and writing values from specific cells and ranges on different sheets. Needs to work without having Excel installed and support Excel 2007.
Some things I've looked at:
I've tried using ADO, which works OK for selecting everything in an entire sheet, but I haven't had much luck reading specific cells or ranges.
NativeExcel looked promising, but it doesn't seem to be in active development, and they don't respond to e-mails.
Axolot has a couple of products. The main product seems to be very functional, but is pricey. They have a lite version, but it doesn't support Delphi 2010.
Any recommendations? Free would be great, but I'm open to a commercial solution as long as it's reliable and well supported.
© Stack Overflow or respective owner