https://bz.apache.org/bugzilla/show_bug.cgi?id=64322

Dominik Stadler <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Dominik Stadler <[email protected]> ---
I could optimize this somewhat by some internal changes in how the file-channel
is handled, see changes done via r1877816. 

However you should be able to make a large improvement by opening the file via
InputStream and not via java.io.File. This way Apache POI will use more memory,
but process the file much quicker. 

For me runtime of the test went from 5 seconds to 200ms when using the other
constructor!

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to