| View previous topic :: View next topic |
| Author |
Message |
AngusM Newbie

Joined: 12 May 2006 Posts: 2
|
Posted: Fri Sep 29, 2006 8:46 am Post subject: C library for reading MS-Excel |
|
|
| 'm writing a Visual C++ program that needs to read Excel files. Is there an OO library available that can do this? I've ready about this "API" stuff, but it seems to be nothing but automation, which doesn't do what I need. |
|
| Back to top |
|
 |
9point9 Moderator

Joined: 31 Aug 2004 Posts: 3875 Location: UK
|
Posted: Fri Sep 29, 2006 9:18 am Post subject: |
|
|
Try looking at the OOo source code, you may find what you need there. Beware that there is an awful lot of it. _________________ Arch Linux
OOo 3.2.0
OOoSVN, change control for OOo documents:
http://sourceforge.net/projects/ooosvn/ |
|
| Back to top |
|
 |
pitonyak Administrator


Joined: 09 Mar 2004 Posts: 3618 Location: Columbus, Ohio, USA
|
Posted: Fri Sep 29, 2006 9:29 am Post subject: |
|
|
My expectation is that it will not contain what you desire. _________________ --
Andrew Pitonyak
http://www.pitonyak.org/oo.php |
|
| Back to top |
|
 |
|