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 got a cell with { type: String, value: '0124654' }
Displaying the value in the browser with vue-excel-editor works, value displayed as '0124654'
But exporting and opening with Excel register the cell's data type as 'General', value displayed as '124654' or even number if it gets large enough. This can be fix in Excel's 'Format Cells' setting and set the cell's data type to text
The text was updated successfully, but these errors were encountered:
I got a cell with { type: String, value: '0124654' }
Displaying the value in the browser with vue-excel-editor works, value displayed as '0124654'
But exporting and opening with Excel register the cell's data type as 'General', value displayed as '124654' or even number if it gets large enough. This can be fix in Excel's 'Format Cells' setting and set the cell's data type to text
The text was updated successfully, but these errors were encountered: