Hi! I'm desperately searching for hints as to what could break my Excel::Writer::XLSX created files :(

When I'm running my Dancer based webapp on my local system, everything is fine when it comes to downloading the Excel file created in my webapp using Excel::Writer::XLSX.

But when I access the very same app, using the same strawberry perl, but running on my production system, the resulting files are broken and Excel tells me: (sorry, in german)

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/20 +06/main"> <logFileName>error025880_01.xml</logFileName> <summary>Fehler in Datei 'C:\myfile_2014-06-20_15-58-02.xlsx'</sum +mary> <repairedRecords summary="Die folgenden Reparaturen wurden durchge +führt:_x000d__x000a__x000d__x000a_"> <repairedRecord>Reparierte Datensätze: Zellinformationen von / +xl/worksheets/sheet1.xml-Part</repairedRecord> </repairedRecords> </recoveryLog>

Excel could repair - at least it tells me so, but still the data is not exactly as I wrote it. For example the dates are not displayed as YYYY-MM-DD but just as a number.

I'm desperately searching for any hint what could cause the problem or better how to fix it.


s$$([},&%#}/&/]+}%&{})*;#$&&s&&$^X.($'^"%]=\&(|?*{%
+.+=%;.#_}\&"^"-+%*).}%:##%}={~=~:.")&e&&s""`$''`"e

In reply to Excel::Writer::XLSX files are broken by Skeeve

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.