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

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?
  • Comment on Re^4: Out of Memory while using Spreadsheet::XLSX

Replies are listed 'Best First'.
Re^5: Out of Memory while using Spreadsheet::XLSX
by perl_new_b (Novice) on Jul 14, 2014 at 07:22 UTC

    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.