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
Where I am using this plugin I am exporting records with Currency values using a CurrencyGetter. In the excel file every column/cell is formatted to a string. This means the when the user attempts to auto sum a column that should be a money value they cannot. Is there a way to set the actual datatype of columns to things such as date, number, etc using this plugin? I know I can do it using POI.
The text was updated successfully, but these errors were encountered:
Has this issue been addressed? I was able to set the format to number for some numbers, but numbers come out as general, and I can't get percentages to work.
There is a way to format them using the Apache API directly, but it's a little more low-level than having it done automatically by this plugin. See #52
Where I am using this plugin I am exporting records with Currency values using a CurrencyGetter. In the excel file every column/cell is formatted to a string. This means the when the user attempts to auto sum a column that should be a money value they cannot. Is there a way to set the actual datatype of columns to things such as date, number, etc using this plugin? I know I can do it using POI.
The text was updated successfully, but these errors were encountered: