chronossc/openpyxl

openpyxl using too much memory

Closed this issue · 1 comments

Hi
I am aware of read_only and write_only mode so wanted suggestions on how to reduce memory footprint for the library.

I have a 30-35 MB file, which I need to read and process and write back the results in same excel.
For doing this task, I cannot use any of read_only or write_only mode; It seems pre 2.4.0 versions had use_iterators=True option, to optimize this.

Do you have any suggestion to reduce memory footprint when I need to read+process+write the same file?