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

padawan_linuxero has asked for the wisdom of the Perl Monks concerning the following question:

Hello all
I have a question, I am working on getting data from 2 different excel files, I use vlookup to get the data, in excel it works great but now I need to automatize these part and I found my self stuck with something, how to do a formula of excel in perl??? I have no clue the only module I am using right now is WIN32::OLE, even the vlookup is not that hard, but I have been looking for information but without any luck.

Thanks