Giter VIP home page Giter VIP logo

Comments (10)

pietersv avatar pietersv commented on August 23, 2024

Thanks! This seems related to #17 also reported this morning.

from js-xlsx.

pietersv avatar pietersv commented on August 23, 2024

Referred to main branch SheetJS#339

from js-xlsx.

pietersv avatar pietersv commented on August 23, 2024

@araymer Might you have a test case I can use to verify? Even a snippet is helpful, need not be a complete mocha test.

Any suggestion why strings were broken, e.g. './js'+'zip' vs simply jszip? It looks like it was added to /bits/21_ziputils.js on 7/28/14 with this commit message.

version bump 0.7.8: docs, defaults, details

  • browser shim updated (h/t @wintersm for discovering this)
  • smart tag ignores (h/t @lostinplace)
  • sheet_to_row_object_array bugfix (fixes #80, h/t @ChrisBurkeBSD)
  • README improved
  • baltic and vietnamese codepages: updated codepage to 1.3.4
  • iOS Numbers can handle inline strings -> disabling SST by default
  • avoid Buffer accessors (see nodejs/node-v0.x-archive#7809)
  • caching certain hot regexes

from js-xlsx.

araymer avatar araymer commented on August 23, 2024

Honestly, I have no idea why the strings weren't written contiguously for the require methods. I kept it as such out of caution. In my mind, it seems like it shouldn't make a difference.

As for a test case: I don't, sorry. I made the change on the project I was working on and just kinda went with it because it seemed to work fine (we were using bower, requireJS and angularJS with a .net backend. So, no node support beyond the build, but still needed modularity.)

from js-xlsx.

ralekna avatar ralekna commented on August 23, 2024

I guess that this was an optimization to avoid loading of jszip if it is included into document already. The problem is that module loaders like System.js parses such files statically to find dependencies but they don't do event primitive code evaluation inside require statements.

Fixing this would be very helpful.

from js-xlsx.

mattbasta avatar mattbasta commented on August 23, 2024

I'd be happy to make a pull request that concatenates these strings, if it would be accepted.

from js-xlsx.

pietersv avatar pietersv commented on August 23, 2024

Are you able to run the test suite?

from js-xlsx.

mattbasta avatar mattbasta commented on August 23, 2024

@pietersv Yes, this is the final output when I run make test:

screen shot 2016-03-10 at 11 28 32 am

This is for a clean clone of the repo.

from js-xlsx.

pietersv avatar pietersv commented on August 23, 2024

@mattbasta That's awesome. May I ask how you were able to run these, what Node version? On a clean clone of the root project on Node 4.1.1 I get 937 failed tests.

from js-xlsx.

mattbasta avatar mattbasta commented on August 23, 2024

We are using 0.10. I used the instructions in the readme.

from js-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.