in reply to Parsing spreadsheet and generating spreadsheet report

I know of no single module to unify reading and writing, but the interface of both modules is simple, so you should not worry about the fact that you use two of them.

There are other ways, like converting to XML with XML::SAXDriver::Excel and then write it with Spreadsheet::WriteExcel::FromXML, but I don't think will be easier.

  • Comment on Re: Parsing spreadsheet and generating spreadsheet report