views:

88

answers:

2

Hi

As the title says, I am looking for source code that shows how to read(write) MS Excel files in pure C (OS agnostic). I have seen some Java code (e.g. JExcel) and would use that if I can't find some existing C code with similar functionality.

What I need is to read an Excel file and convert it to XML (or some other more manageable format).

TIA

+2  A: 

Please read the complete accepted answer to What is the best C library that can access Excel files?

jitter
thanks, i didn't see that one.
Anders K.
A: 

It's a pain. I'd use TSV unless you really need native Excel.

Eli