简体   繁体   中英

How read .xls file with cpp in linux

how read .xls file with cpp in linux ?, i found this library libxls but is for C , and found others but not free.

i use libxls and made a mix with c and c++ code:

//my c++ code

 extern "C" {
   #include "xls.h"
 }

...

I've found the Excel Format lib, which works on windows and linux. It's got some caveats but if you're looking for some basic functionalities that should get you going.

the file format is documented here if you would like to write your own parser for it

http://www.wotsit.org/list.asp?search=xls&button=GO%21

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM