in reply to Re^2: Out of Memory while using Spreadsheet::XLSX
in thread Out of Memory while using Spreadsheet::XLSX

Hi runring, I'm really so sorry I didn't get what you said...Could you please explain it?

  • Comment on Re^3: Out of Memory while using Spreadsheet::XLSX

Replies are listed 'Best First'.
Re^4: Out of Memory while using Spreadsheet::XLSX
by runrig (Abbot) on Jul 11, 2014 at 17:55 UTC
    Which part don't you get? And are you actually running out of memory, or just using a lot of memory? Yes, this library uses a lot of memory on large files, nothing you can do about it, no CellHandler or any such thing. But you are saving rows of the file to an array. If you're running out of memory, at what point in the program are you running out?

      Hi runrig, as a anonymous monk I published this problem. Since I created my account I will reply as perl_new_b. I'm saving each row into an array but after writing that array to a files I flush it using @Row = ();. I'm running out at new.