simple-excel-js
simple-excel-js copied to clipboard
SimpleExcel.Writer.XLSX undefined
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?
It is false advertising -- this library doesnt support excel files. Saying it does must help with SEO
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?
This is quite misleading. Just checked the code and there is no implementation for writing excel files whatsoever.