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
I have some problems reading columns that have been formatted as currency because values returned look like erl dates.
For example in this file currency.xlsx columns have Canadian dollar format but what I get for 0.00 CAD is {0, 0, 0}, and 45,052.00 CAD is {2023, 5, 6} and I dont know the reason. Is it possible to get the plain text value? I see in the documentation that available formats are strings, numbers and dates so I don't know how other formats are parsed.
The text was updated successfully, but these errors were encountered:
Hi there!,
I have some problems reading columns that have been formatted as currency because values returned look like
erl
dates.For example in this file currency.xlsx columns have Canadian dollar format but what I get for
0.00 CAD
is{0, 0, 0}
, and45,052.00 CAD
is{2023, 5, 6}
and I dont know the reason. Is it possible to get theplain text
value? I see in the documentation that available formats are strings, numbers and dates so I don't know how other formats are parsed.The text was updated successfully, but these errors were encountered: