Please mark created files with decimal separator

Issue #468 resolved
blaubaer created an issue

Please add the following lines to the head of the generated Excel Files:

    <style>
    <!--table
    {mso-displayed-decimal-separator:"\.";
    mso-displayed-thousand-separator:"\,";}
        -->
    </style>

Because on systems with other separators like this, excel cannot parse time formarts in the right way without this hints.

Comments (3)

  1. Log in to comment