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

SimpleExcel.Writer.XLSX undefined

Open mathpere opened this issue 10 years ago • 3 comments

Hi,

I think documentation isn't synced with source code.

There isn't XLSX Writer

var Writer = {
        CSV : CSVWriter,
        TSV : TSVWriter
    };

However, documentation says:

var xlsxWriter = new SimpleExcel.Writer.XLSX();

Am I missing something?

mathpere avatar Jan 17 '15 13:01 mathpere

It is false advertising -- this library doesnt support excel files. Saying it does must help with SEO

Xlant avatar Jan 18 '15 15:01 Xlant

I've just realised this as well. The example of on the main page simply will not run as there is no XSLX writer.

Perhaps this is something that is planned for a future version, given that it is only v0.1.3 at the moment?

DataTables avatar Jun 26 '15 09:06 DataTables

This is quite misleading. Just checked the code and there is no implementation for writing excel files whatsoever.

martijn-benjamin avatar Oct 28 '16 15:10 martijn-benjamin