Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ library to load Excel (.xls) files [closed]

Tags:

c++

parsing

excel

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 doesn't provide the ability to load existing .xls files.

Thanks

like image 988
Jake88 Avatar asked May 20 '10 18:05

Jake88


2 Answers

We have had success with: ExcelFormat

like image 101
dtw Avatar answered Oct 20 '22 01:10

dtw


This looks promising for .xslx files: https://github.com/tfussell/xlnt

like image 21
user357269 Avatar answered Oct 19 '22 23:10

user357269