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

Transfering data from an Excel spreadsheet to database using PERL 1

Status
Not open for further replies.

duckiebear

Programmer
May 25, 2004
32
US
I am new to PERL, and need some help. I have a web based application on a secure server that writes data to a flat file in Unix. I am trying to come up with a PERL script/program that will take the old data that was kept in an Excel spreadsheet and import it into my database. Any suggestions on how to get this to happen?
 
Take a look on CPAN for the Spreadsheet::parseExcel module. It works very well at doing what you're looking for.

- Rieekan
 
Thanks. That was a very useful tip. I'm reviewing the code on CPAN now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top