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 trying to parse an XLSX sheet with the date format yyyy. MM. dd., the following error is returned: invalid formatting code: unsupported or unescaped characters
I'm not really sure if yyyy. MM. dd. is an actual valid date format, but LibreOffice shows the dates fine. Could it be that the . only has special meaning following some formatting characters?
The text was updated successfully, but these errors were encountered:
Ack. Sorry about that. I actually should turn that off. I've but had any time to work on this library lately, but it doesn't mean issues should be ignored.
@tealeg thanks! I might fix this myself at some point, I have now made my own implementation of XLSXToSlice that has a custom implementation in case the format is yyyy. MM. dd..
When trying to parse an XLSX sheet with the date format
yyyy. MM. dd.
, the following error is returned:invalid formatting code: unsupported or unescaped characters
Here is the sheet I'm trying to read: https://www.mnb.hu/Root/ExchangeRate/arfolyam.xlsx
I'm not really sure if
yyyy. MM. dd.
is an actual valid date format, but LibreOffice shows the dates fine. Could it be that the.
only has special meaning following some formatting characters?The text was updated successfully, but these errors were encountered: