Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how read and change columns in .xls

Status
Not open for further replies.

sneg86

Programmer
Jan 28, 2004
8
RU
i have a rather big .xls file and some columns should be read and shanged if it's necessary. how could it be managed??
thanks..
 
use WIN32::OLE, there are specific examples dealing with Excel in the documentation.
 
There is also Spreadsheet::WriteExcel as well which might be useful.
 
I have some problems with WIN32::OLE, (Win32::OLE(0.1501) error 0x800a03ec in METHOD/PROPERTYGET "Open") i've read that OLE::Storage_Lite needed for WIN32::OLE correct work but unfortunately i can't install this module (it is not intended for this build of Perl (MSWin32-x86-multi-thred)) so .. maybe it's not my day??
 
I haven't got the storage lite module installed on my system and Win32::OLE works perfectly.

Maybe you have got a small syntax error or something.

If you look into the win32::eek:le docs you can copy and paste some code from there and try and run it to see if it works.

 
Having used Perl very Rarely, this may be a very elementary question.
I have a Perl script which uses write_excel/parse_excel modules, when I try to run this script, It's not working, Other than that I was able to run other Simple Perl scripts successfully.
Should I install any thing special, Please guide me on getting this Perl Module script to runnning.

Thanks for all your time

R9ronaldo

forza inter
 
What version of Perl are you using

ActiveState
on a command line
ppm install Spreadsheet-WriteExcel
ppm install Spreadsheet-ParseExcel

HTH
--Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top