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
A user uploads an xlsx document, and one of the columns is a date, and it's displayed as "2022/7/21"
but when sheet_to_json read the xlsx, the data formats will change like this
How to resolve this problem
Thanks
xlsx: ^0.18.5
The text was updated successfully, but these errors were encountered:
The file itself may be using the magical format m/d/yy (which is interpreted in different ways depending on the locale).
If you want to reformat the dates, pass the option cellDates: true to generate date objects, delete the w fields for date cells and replace them with the format of your choice.
At some point we will offer a more general solution
My problem is: XLSX.utils.sheet_to_json
hexcel header is: radif date time bank kind amount refno sharh more to rest channel 1 2
body data write:1 2 radif date time bank kind amount refno sharh more to rest channel
why?
A user uploads an xlsx document, and one of the columns is a date, and it's displayed as "2022/7/21"
but when sheet_to_json read the xlsx, the data formats will change like this
How to resolve this problem
Thanks
xlsx: ^0.18.5
The text was updated successfully, but these errors were encountered: