Re: Perl script to Diff 2 Excel sheets

2009-12-12 Thread Shlomi Fish
Hi Parag! On Saturday 12 Dec 2009 07:05:02 Parag Kalra wrote: Hello All, I am planning to write a small Perl script to diff 2 excel sheets (workbooks) using the module - Spreadsheet::ParseExcel. I am planning to implement following algorithm. What we can do is to pick up a worksheet

Perl script to Diff 2 Excel sheets

2009-12-11 Thread Parag Kalra
Hello All, I am planning to write a small Perl script to diff 2 excel sheets (workbooks) using the module - Spreadsheet::ParseExcel. I am planning to implement following algorithm. What we can do is to pick up a worksheet at time (inside a loop) from each of the 2 workbooks and compare the cell