Giter Club home page Giter Club logo

Comments (1)

monitorjbl avatar monitorjbl commented on August 23, 2024

Sorry for taking so long to answer this, I got married in October and then the holidays kind of torpedoed my free time for a while. If you're not using a package manager like Maven or Gradle (and you really, really should be), you'll have to evaluate the entire transitive dependency set and make sure everything is in the classpath. Here's the output of mvn dependency:tree for the latest version of the code:

[INFO] com.monitorjbl:xlsx-streamer:jar:1.0.1
[INFO] +- org.apache.poi:poi-ooxml:jar:3.13:compile
[INFO] |  +- org.apache.poi:poi:jar:3.13:compile
[INFO] |  |  \- commons-codec:commons-codec:jar:1.9:compile
[INFO] |  \- org.apache.poi:poi-ooxml-schemas:jar:3.13:compile
[INFO] |     \- org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
[INFO] |        \- stax:stax-api:jar:1.0.1:compile
[INFO] +- xerces:xercesImpl:jar:2.11.0:compile
[INFO] |  \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.6:compile

If any of these dependencies are not present, the library may or may not work. Java loads classes on-demand, so its possible that it will work without one or more of these JARs as long as the particular bit of code referencing a class in a missing JAR is never reached.

I'm going to close this as it's not actually a bug with the library, but if you have any other questions I'll try to answer them here.

from excel-streaming-reader.

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.