Skip to content
New issue

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

SimpleExcel.Writer.XLSX undefined #3

Open
mathpere opened this issue Jan 17, 2015 · 3 comments
Open

SimpleExcel.Writer.XLSX undefined #3

mathpere opened this issue Jan 17, 2015 · 3 comments

Comments

@mathpere
Copy link

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?

@Xlant
Copy link

Xlant commented Jan 18, 2015

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

@DataTables
Copy link

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?

@martijn-benjamin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants