simply stop keep a reference to the parser object. Then the memory allocated for that object is freed.
No, not for Spreadsheet::ParseExcel objects...they contain circular references (workbooks reference worksheets and vice versa, etc.), so they don't go away until the end of your program. Best thing to do is to parse each spreadsheet in a separate process (using Parallel::ForkManager or just plain fork or just launch a separate system command or something).
In reply to Re^2: Delete parse data spreadsheet::parseexcel
by runrig
in thread Delete parse data spreadsheet::parseexcel
by cibien
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |