Giter VIP home page Giter VIP logo

Comments (6)

SheetJSDev avatar SheetJSDev commented on May 4, 2024

@chethiya Thanks for pointing this out!

This is actually a Web Worker issue. The SSF object is currently locked to the XLS instance, and there are actually two floating around: one from the index.html and one from the webworker. When the csv function is called, the XLS instance is the local one (not the worker), so it has no information regarding custom formats.

To verify that this isn't a library issue, disable the Worker by changing the line if(typeof Worker !== 'undefined') { to if(0) {. Alternatively, if you have node, the xlsjs module provides a command xls2csv which you can run. If you still see a problem, please post a file so I can take a look

The right thing to do here is to attach the format metadata to the workbook object (so that the formats are contained and the data can pass through the WebWorker divide), and the straightforward fix will be pushed after some tests (and some much-needed sleep)

from sheetjs.

chethiya avatar chethiya commented on May 4, 2024

Thanks for the detailed explanation.

It worked both ways fine!

from sheetjs.

SheetJSDev avatar SheetJSDev commented on May 4, 2024

@chethiya keeping this open until I address the "attach the format metadata to the workbook object" issue

from sheetjs.

chethiya avatar chethiya commented on May 4, 2024

@SheetJSDev great!

from sheetjs.

SheetJSDev avatar SheetJSDev commented on May 4, 2024

@chethiya please confirm that the browser demo works.

from sheetjs.

chethiya avatar chethiya commented on May 4, 2024

demo works! thanks

from sheetjs.

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.