Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cell's type does not register correctly in the Excel file cell's data type format settings #125

Open
quochuy29 opened this issue Nov 18, 2022 · 1 comment

Comments

@quochuy29
Copy link

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

@cscan
Copy link
Owner

cscan commented Dec 11, 2022

Will look into that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants