Replies: 2 comments
-
@ryangjchandler this is really useful would it be implemented in v4? |
Beta Was this translation helpful? Give feedback.
0 replies
-
really need this,exported data cant be calculated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Currently, when exporting data using FilamentPHP's built-in export functionality, numeric values are exported as text. This behavior complicates tasks such as summing columns in spreadsheet applications like Excel.
Proposed Enhancement:
Introduce an option within the
ExportColumn
configuration to specify whether a column's data should be exported as a number or as text. This would allow developers to control the format of each column individually, facilitating easier data manipulation in spreadsheet applications.Example:
In this example, the
numeric()
method would indicate that the 'price' column should be exported as a numeric value, allowing spreadsheet applications to recognize and handle it appropriately.Benefits:
Beta Was this translation helpful? Give feedback.
All reactions