views:

202

answers:

1

Hey Everyone,

I'm looking for a free C++ library that can load .xls files in both Windows and Linux. If I had to make a choice, Linux would be the bare minimum.

I've tried LibXL, but got this amazing error:

"can't read more cells in trial version"

So now I'm on the hunt for a free version :), unfortunately xlsLib isn't are enough along either to provide the ability to load existing .xls files.

Thanks

A: 

We have had success with: ExcelFormat

dtw
That looks like it might work. I'll give it a try!
Jake88