Nevermind, I missed the part where my $worksheet->insert_bitmap() was crapping out because I'm not using a true color 24bit bmp file...
Hmm this should be a fun one to figure out!!
Hey Wise ones,
quick question about do() ...
I am using do() to run some dynamically created code to make a gnuplot chart. Prior to running that external code though I insert some data into a spreadsheet using WriteExcel, and if I close the workbook after the do(), the excel file is empty. If I close the workbook before the do() the workbook is fine.
This kinda sucks because I want to insert the chart that my external code is creating into my excel file...
Is there some gotcha not mentioned in perldoc or the man page about using do(), where stuff done before the do() is forgotten after, or something along those lines?
Thanks in advance!! I appreciate it!
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.