How to read data from xls files?

T

Tim

I'm writing an external app in VC++, and i need to parse
xls files. For example i need to open worksheet, find a
column with specific name and read data from it row by row.

Also i need to create xls files so Excel can open them.

Is there any xls file format specification/diagram/model?

Thanks in advance
 
K

Keith Willshaw

Tim said:
I'm writing an external app in VC++, and i need to parse
xls files. For example i need to open worksheet, find a
column with specific name and read data from it row by row.

Also i need to create xls files so Excel can open them.

Is there any xls file format specification/diagram/model?

Thanks in advance

Trust me you do NOT want to go there

Your best option is to use Automation

See
http://www.codeguru.com/misc/excel_automation.shtml

Keith
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top