Hello Monks,
I am having a problem with Spreadsheet::ParseExcel and Perl 5.8.?. I get the pack warnings of,
Character in 'C' format wrapped in pack at /5.8.4/Spreadsheet/ParseExcel/FmtDefault.pm line 68
This worked with Perl 5.6.1, but does not work with 5.8.
The spread sheet being parsed has not changed. I've seen this question posted, but I have not found an answer. I realize that the problem is the ascii characters are > 128 and is causing the problem. So my questions are,
- Can I supress the warnings in the calling code?
- Did I miss a solution in my searching?
(my eyes are glazing over at this point)
- Or can I convert the xls file somehow, is there a
parse option I am missing?
Thanks,
sth
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.