You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open a file created with XLSXWriter in Numbers on macOS, I get a warning on the header fields that states:
The data format couldn't be imported
Original format: GENERAL
I don't get this error in Excel on Windows or Libre Office on macOS
When I change it to "General" (5 places in xlsxwriter.class.php including one in a comment) the files open without warnings in all the above tested applications.
From ECMA 376 it seems to me that the formatCode should be "General", but maybe I'm missing something.
Should I make a PR to change this?
The text was updated successfully, but these errors were encountered:
When I open a file created with XLSXWriter in Numbers on macOS, I get a warning on the header fields that states:
I don't get this error in Excel on Windows or Libre Office on macOS
When I change it to "General" (5 places in
xlsxwriter.class.php
including one in a comment) the files open without warnings in all the above tested applications.From ECMA 376 it seems to me that the formatCode should be "General", but maybe I'm missing something.
Should I make a PR to change this?
The text was updated successfully, but these errors were encountered: