I'm using perl in windows 2000 OS.i'm using perl,v5.6.0 built for MSWin32-x86-multi-thread
i have two questions....
1) In an old thread I've read that to do this we need parseexcel and writeexcel modules which can be downloaded from cpan.
I've downloaded the two modules which are in zip format and unzipped them.When i tried to run the makefile, some warnings are coming that
->io:scalar.pm is a prerequisite it's not available
->storage_lite is a prerequisite it's not available
and so on...
what are these prerequisites?w here can i get them and how to install them?
2) Is there any other method to parse and write to excel file without using the writeexcel and parseexcel?
i have two questions....
1) In an old thread I've read that to do this we need parseexcel and writeexcel modules which can be downloaded from cpan.
I've downloaded the two modules which are in zip format and unzipped them.When i tried to run the makefile, some warnings are coming that
->io:scalar.pm is a prerequisite it's not available
->storage_lite is a prerequisite it's not available
and so on...
what are these prerequisites?w here can i get them and how to install them?
2) Is there any other method to parse and write to excel file without using the writeexcel and parseexcel?
Comment