in reply to Append to current file using perl Spreadsheet::SimpleExcel

"normally" you'd write out a whole new file whenever handling anything other than text file. There should be some kind of "tie" implementation for SimpleExcel though.
there's a little writeup on writing excel files here
the hardest line to type correctly is: stty erase ^H
  • Comment on Re: Append to current file using perl Spreadsheet::SimpleExcel

Replies are listed 'Best First'.
Re^2: Append to current file using perl Spreadsheet::SimpleExcel
by bobdole (Beadle) on Oct 31, 2007 at 22:13 UTC
    Thanks, I will take a look at it.