Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: "write" problem with "Spreadsheet::WriteExcel" Module

by soonix (Canon)
on Oct 07, 2013 at 14:07 UTC ( [id://1057258]=note: print w/replies, xml ) Need Help??


in reply to Re: "write" problem with "Spreadsheet::WriteExcel" Module
in thread "write" problem with "Spreadsheet::WriteExcel" Module

++ for explicitly closing, but I guess your second code block should rather read:

testExcel.pl

#!/usr/bin/perl use excelUtil; writeCell(1, 1, "Testing, Row-1, Col-1"); close_workbook;

Replies are listed 'Best First'.
Re^3: "write" problem with "Spreadsheet::WriteExcel" Module
by kiranv (Initiate) on Oct 08, 2013 at 06:51 UTC

    Thank you.. It worked when I created the Object and closed the workbook properly..

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1057258]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-24 22:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found