We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
It is false advertising -- this library doesnt support excel files. Saying it does must help with SEO
Sorry, something went wrong.
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.
No branches or pull requests
Hi,
I think documentation isn't synced with source code.
There isn't XLSX Writer
However, documentation says:
Am I missing something?
The text was updated successfully, but these errors were encountered: