Re: Compare Excel file

2008-07-16 Thread Amit Saxena
I still say, converting the excel files in .csv format and then comparing is not a bad solution. Regards, Amit Saxena On Thu, Jul 17, 2008 at 9:43 AM, Sivasakthi <[EMAIL PROTECTED]> wrote: > Dr.Ruud wrote: > >> Sivasakthi schreef: >> >> >> >>> Is it possible to compare two excel file by using

Re: Compare Excel file

2008-07-16 Thread Sivasakthi
Dr.Ruud wrote: Sivasakthi schreef: Is it possible to compare two excel file by using Perl? Yes, see for example `perldoc -f -s`. Maybe you are interested in the diff of the two binaries? Or do you want to check whether the data in the two files are presented in exactly the same co

Re: Compare Excel file

2008-07-16 Thread Dr.Ruud
Sivasakthi schreef: > Is it possible to compare two excel file by using Perl? Yes, see for example `perldoc -f -s`. Maybe you are interested in the diff of the two binaries? Or do you want to check whether the data in the two files are presented in exactly the same colors and font sizes? htt

Re: Compare Excel file

2008-07-15 Thread Gunnar Hjalmarsson
[ Top-posted message from Amit Saxena disregarded. ] -- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Compare Excel file

2008-07-15 Thread Amit Saxena
What about this approach where we convert two excel files in .csv format and then compare those two files ? Regards, Amit Saxena On Tue, Jul 15, 2008 at 4:33 PM, Gunnar Hjalmarsson <[EMAIL PROTECTED]> wrote: > Sivasakthi wrote: > >> Gunnar Hjalmarsson wrote: >> >>> Sivasakthi wrote: >>> Is

Re: Compare Excel file

2008-07-15 Thread Gunnar Hjalmarsson
Sivasakthi wrote: Gunnar Hjalmarsson wrote: Sivasakthi wrote: Is it possible to compare two excel file by using Perl? Yes. Let me know how to do that.. or direct me to right document. I have never done it, but I think I'd follow these steps: 1. Decide in what way they are going to be c

RE: Compare Excel file

2008-07-15 Thread Thomas Bätzler
Sivasakthi <[EMAIL PROTECTED]> asked: > Gunnar Hjalmarsson wrote: > > Sivasakthi wrote: > >> Is it possible to compare two excel file by using Perl? > > > > Yes. > > > How can we do that? .. or direct me to right document. Use Spreadsheet::ParseExcel (http://search.cpan.org/~szabgab/Spreadsheet

Re: Compare Excel file

2008-07-15 Thread Sivasakthi
Gunnar Hjalmarsson wrote: Sivasakthi wrote: Is it possible to compare two excel file by using Perl? Yes. How can we do that? .. or direct me to right document. Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org

Re: Compare Excel file

2008-07-15 Thread Sivasakthi
Gunnar Hjalmarsson wrote: Sivasakthi wrote: Is it possible to compare two excel file by using Perl? Yes. Let me know how to do that.. or direct me to right document. Thanks.. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.pe

Re: Compare Excel file

2008-07-15 Thread Gunnar Hjalmarsson
Sivasakthi wrote: Is it possible to compare two excel file by using Perl? Yes. -- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/