simple-excel-js icon indicating copy to clipboard operation
simple-excel-js copied to clipboard

SimpleExcel.js - WIP client-side script to parse / convert / write XML / CSV / TSV / HTML / JSON / etc formats.

Results 14 simple-excel-js issues
Sort by recently updated
recently updated
newest added

Hi I am facing an issue where if a cell entry is a multi-line entry, it is not being read / parsed correctly. Consider a CSV entry like this: ````...

If use example from main page get error: ``` TypeError: SimpleExcel.Writer.XLSX is not a constructor ```

This does not actually generate XLSX files. Move on.

Need example for angular 2. Any suggestion? Thanks. - I download simple-excel.js to `src/vendor/ folder - Add > "scripts": ["./vendor/simple-excel.js"], in `angular-cli.json. But I got `SimpleExcel not defined error.

Its not working on any version of Internet Explorer. IE is reading/returning empty cell values .

Hi, I think documentation isn't synced with source code. There isn't XLSX Writer ``` var Writer = { CSV : CSVWriter, TSV : TSVWriter }; ``` However, documentation says: ```...

Where is the Excel support? I mean, it's in the name for god's sake.

What are the advantages and disadvantages of this over https://github.com/SheetJS/js-xlsx?

Your description states: "Client-side script to easily parse / convert / write any Microsoft Excel XLSX / XML / CSV / TSV / HTML / JSON / etc formats. "...