Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How to limit the header row height with Excel::Writer::XLSX

by kcott (Archbishop)
on Nov 29, 2015 at 23:39 UTC ( [id://1148838]=note: print w/replies, xml ) Need Help??


in reply to How to limit the header row height with Excel::Writer::XLSX

G'day flexvault,

"I searched on this, but all I found were examples of limited size."

I went straight to the documentation (Excel::Writer::XLSX) and found the set_row() method which has:

The most common use for this method is to change the height of a row:

$worksheet->set_row( 0, 20 ); # Row 1 height set to 20

From your description and code, it appears you have:

$worksheet->set_row( 0, 5020 ); # Row 1 height set to 5,020

— Ken

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-25 19:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found