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
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);
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?
The text was updated successfully, but these errors were encountered:
arfadrohru
changed the title
issue with cell formatted
issue with read cell formatted
Sep 9, 2024
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);
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?
The text was updated successfully, but these errors were encountered: