http://www.perlmonks.org?node_id=997432


in reply to Re: How to implement pattern nmatching and then inserting data in a XLS file
in thread How to implement pattern nmatching and then inserting data in a XLS file

and then I will again convert it into xls, don't you think it will be too much time consuming??
  • Comment on Re^2: How to implement pattern nmatching and then inserting data in a XLS file

Replies are listed 'Best First'.
Re^3: How to implement pattern nmatching and then inserting data in a XLS file
by grizzley (Chaplain) on Oct 05, 2012 at 11:39 UTC

    Yes, I agree. That's just one of solutions and I check Excel modules on CPAN, but until now have found only modules like Excel::Writer for creation of Excel worksheets and without simple 'find and replace' function.

    I guess the best approach for you would be to use Win32::OLE module, example with using 'find' function is presented here Re: Win32::OLE Excel search and replace commas (adapting it to find & replace should not be hard).