I need to write to an existing excel file, which is not supported by any existing module. Therefore, what I will have to do is read the excel file using Spreadsheet::ParseExcel, replace the specific values that I am interested in writing, and then write a new excel file using Spreadsheet::WriteExcel.
However, in the interest of preserving formulas from the original file, I need to read and write formulas. Is this possible? Thanks for your help. -Rob Hunt -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]