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
{{ message }}
This repository was archived by the owner on Aug 26, 2022. It is now read-only.
As defined in ECMA-376, 3rd Edition, Part 1, 18.8.30 numFmt (Number Format).
> Some of these Ids can be interpreted differently, depending on the UI language of the implementing application.
This renders dates properly in Excel, matching the current computer locale settings.
For example, cell D5 in the "Test" worksheet of the sample app is correctly rendered as `26.04.2022 13:14` on a computer configured with a French (Switzerland) regional format. Without this change, the date was incorrectly displayed as `4.26.2022 13:14`.
0 commit comments