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

Enter data into cell of an existing excel spreadsheet

Status
Not open for further replies.

JustKIDn

MIS
May 6, 2002
386
US
Hi all,

Can someone tell me how to use Perl to enter data into an EXISTING excel spreadsheet?

I've looked at Speadsheet::WriteExcel but it's only for new files.

I need to take info from a flat file and plug the data into a cell in excel.

I can get the info from the one file. And if this was a new file I was creating, I could use Spreadsheet::WriteExcel to plug the data into the right cells.

Help!

tgus
 
Thanks mac

Unfortunately, I ended up having to do it in an excel macro.

Perl would have been much less code.

I know a little about Perl and a bit about parallel ports. But I'm not sure I can put them together.

I will look into that Win32::OLE thing sometime.

tgus
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top