mbleron / ExcelGen

ExcelGen is an Oracle PL/SQL utility to create MS Excel files (.xlsx, .xlsb)
MIT License
43 stars 10 forks source link

Create excel file from existing excel file (template) #55

Open jgebal opened 6 months ago

jgebal commented 6 months ago

Would it be possible to use your library to populate an existing excel file with data?

For example. I have an excel file with two sheets:

I would like to be able to:

I would be really interesed if this is possible or if you have ever considered such use-case.

mbleron commented 6 months ago

Hi,

That's out of the scope of ExcelGen at the moment, as it's mainly designed to build Excel files from scratch. It's not an impossible task though, provided we only have to edit individual cells or a cell range with no interaction with other parts of the file. Otherwise, there are better 3rd-party tools for this job.

I may consider it in the future. Thanks.

jgebal commented 6 months ago

Thank you