I'm trying to export my table in aggrid into Excel. The amount column is using float dataType. When I export in excel. The cell is correctly formatted as Number, but still the cells shows an error "Number stored as Text" and I would have to manually convert them into number. Can anyone suggest any fix for it.
-
Were you able to find any optimal fix for this?Praveen– Praveen2022-10-11 09:25:54 +00:00Commented Oct 11, 2022 at 9:25
-
@Praveen Yes! Can't remember the correct code, but it was something with the format of data displayed on the aggrid table. In my case, the amount was displayed with comma and that's why even was reading it as string.Bhupinder Singh– Bhupinder Singh2022-10-13 07:08:32 +00:00Commented Oct 13, 2022 at 7:08
Add a comment
|