Giter Club home page Giter Club logo

Comments (8)

monitorjbl avatar monitorjbl commented on August 23, 2024

There are a lot of factors that can contribute to this, so I don't have enough information from your issue. Can you provide an example spreadsheet, the full set of JVM options you used, and a description of what your application does?

from excel-streaming-reader.

monitorjbl avatar monitorjbl commented on August 23, 2024

I need an example spreadsheet, not your code. I can't reproduce this behavior without the data you are reading in.

from excel-streaming-reader.

MRabindra10 avatar MRabindra10 commented on August 23, 2024

from excel-streaming-reader.

monitorjbl avatar monitorjbl commented on August 23, 2024

You need to attach the spreadsheet to the issue. Here is a guide: https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/. It looks like you're using email to reply to me and I don't think adding it as an email attachment works.

from excel-streaming-reader.

MRabindra10 avatar MRabindra10 commented on August 23, 2024

test2.xlsx

Here is the sample spreadsheet. first read with one sheet of 65000 record.
then copy first sheet and create new sheet paste there. and try to read two
sheet of 130000 records. and see the difference of timing.

from excel-streaming-reader.

kakadikrishna avatar kakadikrishna commented on August 23, 2024

I too not able read large excel files with 1 million rows, I am getting java.lang.OutOfMemoryError: Java heap space

I am not able attach my excel file which is around 34MB( getting errror Yowza that's a big file. Try again with a file smaller than 10MB)

from excel-streaming-reader.

monitorjbl avatar monitorjbl commented on August 23, 2024

@kakadikrishna Moved discussion to #73

from excel-streaming-reader.

monitorjbl avatar monitorjbl commented on August 23, 2024

@MRabindra10 It consistently takes my computer around 5-5.5 seconds to read 64800 rows. Subsequent reads are slightly faster, averaging about 3.5 seconds (most likely due to the lack of classloading required). Given the volume of data to be processed, I seriously doubt it will ever be able to completely read in under 1 second. As you can see, 1.3 seconds is spent just by the SAX parser to read elements out of the stream in the run on your data (the XMLEventReaderImpl.nextEvent() call):

image

That particular call can't really be affected by any of the library code, so I'm left with the conclusion that your measurement of 594ms is most likely in error. I'm not entirely sure what's going on with your environment, but are you sure that the code to read from the sheet even executes completely? If you drop out of the loop early, you might see an issue like this.

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.