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 issue with some number column in excel with custom formatting,
whose do display the same as General format in Excel Viewer, but whose add $ prefix to csv value, when I get cvs from this file.
[$-ru-RU]0
With
rawNumbers: true
I successful get just number from number cell (get cell.v instead of cell.w).
But I have issue from date field, whose with this option returned as numbers.
Should we do more clarify options for this case?
The text was updated successfully, but these errors were encountered:
Under the hood, Excel actually stores numbers. The number format is what makes values act like dates.
If the origin of the worksheet is a file (you called read or readFile somewhere), you should be able to pass the option cellDates: true to keep date objects rather than the date codes.
I have issue with some number column in excel with custom formatting,
whose do display the same as General format in Excel Viewer, but whose add $ prefix to csv value, when I get cvs from this file.
With
I successful get just number from number cell (get cell.v instead of cell.w).
But I have issue from date field, whose with this option returned as numbers.
Should we do more clarify options for this case?
The text was updated successfully, but these errors were encountered: