Giter Club home page Giter Club logo

Comments (7)

fdionisi avatar fdionisi commented on July 19, 2024

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

from node-xlsx.

cdtinguria avatar cdtinguria commented on July 19, 2024

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

from node-xlsx.

cuspymd avatar cuspymd commented on July 19, 2024

Could you attach a file that can not be opened?

from node-xlsx.

cdtinguria avatar cdtinguria commented on July 19, 2024

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

from node-xlsx.

cuspymd avatar cuspymd commented on July 19, 2024

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

from node-xlsx.

cdtinguria avatar cdtinguria commented on July 19, 2024

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

from node-xlsx.

cuspymd avatar cuspymd commented on July 19, 2024

@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.

from node-xlsx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.