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

file open issues #28

Closed
markstock7 opened this issue Feb 5, 2016 · 7 comments
Closed

file open issues #28

markstock7 opened this issue Feb 5, 2016 · 7 comments

Comments

@markstock7
Copy link

i keep getting this warning when i try to pen xlsx file generated by node-xlsx ,
Excel could not open mySheetName (1).xlsx because some content is unreadable. Do you want to open and repair this workbook?

@fdionisi
Copy link

fdionisi commented Jul 1, 2016

@markstock7 Just started implementing an example and I have the same problem.
Did you found the solution for this?

@cdtinguria
Copy link

Getting the same issue when opening a downloaded file in MS Office 2010.
Is this issue fixed? we are using v0.2.2

@cuspymd
Copy link
Contributor

cuspymd commented Feb 7, 2017

Could you attach a file that can not be opened?

@cdtinguria
Copy link

MIX-Market-Report.xlsx
here it is, problem is only with MS Office 2010

@cuspymd
Copy link
Contributor

cuspymd commented Feb 7, 2017

The problem is caused by cells with null values in the file 'xl/worksheets/sheet1.xml'.
For example, the cell J3 is <c r="J3"><v>null</v></c>.
It is weird value. Blank(null) cells should not exist in this file.

Is this the file generated by node-xlsx module?
I don't think the files generated by this module can have these values

@cdtinguria
Copy link

We are generating a file to be downloaded, in case the value to be shown is empty how this can be done?

@cuspymd
Copy link
Contributor

cuspymd commented Feb 13, 2017

@cdtinguria You need to check the type of original data of the cell J3.
I tried to build a xlsx file with datas of null or undefined type
but its were not be saved in sheet1.xml.

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

4 participants