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

issue with read cell formatted #474

Open
arfadrohru opened this issue Sep 9, 2024 · 0 comments
Open

issue with read cell formatted #474

arfadrohru opened this issue Sep 9, 2024 · 0 comments

Comments

@arfadrohru
Copy link

1
hallo, so i have xlsx file with cell value displayed 018481, but u can see real value is 18481 and fastexcel read 18481 not 018481 , how to get displayed value?

on poi i know we can get formatted value with
DataFormatter formatter = new DataFormatter();
String cellValue = formatter.formatCellValue(cell);

2
i try to check fastexcel repo and i found that on Cell.java there was variabel with name dataFormatString (return null), can we use this? or any one can give me some reference for my case?

@arfadrohru arfadrohru changed the title issue with cell formatted issue with read cell formatted Sep 9, 2024
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

1 participant