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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

perl to generate an excel file? 2

Status
Not open for further replies.

PepperPepsi

Programmer
Aug 3, 2000
241
US
Hi,

anyone know how to use perl to generate an excel file?

thanks, Chiu Chan
WebMaster & Software Engineer
emagine solutions, inc
cchan@emagine-solutions.com
 
Check CPAN and see if they have an excel module.
Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Best way to do this is to create a comma delimited file (comma delimitation seperates columns, newlines seperate rows)... Then use Excel's import function to convert the data.

Exercise the join and/or format and write commands as well as the concatenation operator (.) to put this together.

Best of luck,

brendanc@icehouse.net
 
thanks raider2001, it seems the right thing i'm looking for, i wll check that later..

thanks~~~ Chiu Chan
WebMaster & Software Engineer
emagine solutions, inc
cchan@emagine-solutions.com
 
I knew there had to be one on CPAN! Every time I need some code for some wierd purpose, I know I can probably find it on CPAN!
Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top