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

two issues, excelbuilder.createWorkbook() and workbook.save #41

Open
mike-aungsan opened this issue Aug 21, 2015 · 1 comment
Open

two issues, excelbuilder.createWorkbook() and workbook.save #41

mike-aungsan opened this issue Aug 21, 2015 · 1 comment

Comments

@mike-aungsan
Copy link

createWorkbook()

Line 776:
target = path.join(this.fpath, this.id);
if (existsSync(target)) fs.rmdirSync(target)

workbook.generate(function(err, jszip) {
})

There is no generate method. I do not find it in source code neither.
It has the following error.
undefined is not a function

@HanselMRojas
Copy link

Hey i have the same problem. But this works for me

[~] $ npm install github:chuanyi/msexcel-builder 

The really problem is npm repo contains the version 0.0.2 but in github is up to date. If you see the github docs, it's the version 0.1.0. But install msexcel-builder package via npm installs the 0.0.2. version. npm repo is outdated.

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

2 participants