septbr / xlstext

convert xls to csv/json.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xlstext

Convert xls files to csv/json files. It splits merge cells automatically.

Usage

Usage: xlstext <input> [-v] [-csv outpath] [-json outpath]
    <input>          : input xls file or directory
    -v               : print log
    [-csv output]    : output to csv file or directory        
    [-json output]   : output to json file or directory

Build

  • Link static library of iconv:
        gcc libxls/src/*.c src/*.c -l:libiconv.a -O3 -o xlstext
  • Link dynamic library of iconv:
        gcc libxls/src/*.c src/*.c -liconv -O3 -o xlstext

License

Thanks

About

convert xls to csv/json.

License:Apache License 2.0


Languages

Language:C 91.1%Language:Objective-C 5.9%Language:C++ 2.9%Language:Batchfile 0.1%