monitorjbl / excel-streaming-reader

An easy-to-use implementation of a streaming Excel reader using Apache POI
Apache License 2.0
947 stars 343 forks source link

It would be realy helpful if you can add shiftRows() Function #140

Closed Chandan1si13is016 closed 6 years ago

Chandan1si13is016 commented 6 years ago

Since this is such a good API it would be awesome to see shiftRows() function. It will cover all aspects of excel sheet.

monitorjbl commented 6 years ago

This library cannot support writes to worksheets. It is a reader only; writes would require a lot more memory and the full POI library already does this. I'm afraid you're stuck using vanilla POI if you need to modify a sheet.

monitorjbl commented 6 years ago

I'm going to close this issue as it's asking for functionality that cannot be provided. If you have any more questions, I'm happy to answer them.