Git Product home page Git Product logo

Comments (3)

SheetJSDev avatar SheetJSDev commented on May 20, 2024

@JohnJeong123 sorry for belated reply! Can you give a sense for how large the file is (in MB, as well as row/col)? If possible, can you share the file?

Also, can you check whether you encounter the allocation problem with the cfb utility (want to see where the issue is happening):

$ npm install -g cfb
$ cfb -q your_file.xls; echo $?

What this does is try to reassemble the file and exit (rather than perform the xls processing)

Again, sorry for such a slow response.

from js-cfb.

githistory avatar githistory commented on May 20, 2024
FATAL ERROR: JS Allocation failed - process out of memory
fish: Job 1, 'cfb -q asdf.xls' terminated by signal SIGABRT (Abort)

when running

cfb -q asdf.xls

from js-cfb.

reviewher avatar reviewher commented on May 20, 2024

@JohnJeong123 @githistory we have merged this project into js-xlsx. It replicates the full js-xls API -- please test against the latest version there and if you are still seeing problems please raise an issue there with a sample file.

from js-cfb.

Related Issues (17)

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.