dhatim / fastexcel

Generate and read big Excel files quickly
Other
647 stars 116 forks source link

Working with an existing sheet #296

Open DeusMaksler opened 1 year ago

DeusMaksler commented 1 year ago

It is necessary to be able to open an existing sheet in recording mode. Because now you can only create a new sheet without the ability to somehow change the contents of existing sheets.

Sid18build commented 1 year ago

This is very much needed feature. We need to open an existing worksheet and able to write values into it. Is there any timeline when this feature will be available?

sundar23 commented 1 year ago

We should be able to open the existing worksheet and read and write. Do you know when this feature will be available?

desoss commented 10 months ago

I'm interested in this feature too.

Shorok123 commented 7 months ago

when do we expect it to be implemented?

rzymek commented 7 months ago

Checkout apache-poi if you need to load, modify and save the sheet. fastexcel is optimized for stream processing - reading or writing.

On Wed, Nov 22, 2023, 17:51 Shorok123 @.***> wrote:

when do we expect it to be implemented?

— Reply to this email directly, view it on GitHub https://github.com/dhatim/fastexcel/issues/296#issuecomment-1823138283, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA22E36KYTUKTGPN2KOJR3DYFYUSDAVCNFSM6AAAAAAYYV3QW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRTGEZTQMRYGM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

dwirtz commented 4 months ago

@rzymek Might be the idea of this library.

Thought I can take advantage of the performance of this library but unfortunatley I need to be able to modify existing workbooks or at least sheets. Nevertheless is there any chance this feature will be supported by this library in the future?