Reading/Writing Hash to Excel

2004-01-06 Thread William Martell
Hello All, Thanks to John W. Krahn and many others for their assistance in writing a script that will read a fixed length text file. I have successfully extracted the data I need and I am attempting to write the data into rows in excel. I would like to loop through the data starting

Re: Reading/Writing Hash to Excel

2004-01-06 Thread wolf blaum
Hi, I have successfully extracted the data I need and I am attempting to write the data into rows in excel. well, there is wonderful (as most of them:-) CPAN Module called: Spreadsheet::WriteExcel that allows you to write in excel files, create additional worksheets and that sort of stuff.