Is it possible to open an excel spread sheet that already exists using Spreadsheet::SimpleExcel and append new data after the last row of current data? Or do I need to use something different like Win32::OLE with Excel? My current script writes data to an excel file using SimpleExcel so I would prefer not to have to rewrite using a different module.
Also if I use OLE excel has to be installed on the machine correct? I would like to avoid that.