Table Export Action Format Columns

Hello - does anyone know if it is possible to configure the column format in Filament\Tables\Actions\ExportAction? I am trying to export a list of items (name and barocde). The barcodes contain enough digits that Excel will automatically convert some of them to something like 1.23456E11. I have tried modifying the ->state() and ->formatStateUsing() to return strings but that has not worked. I have also tried using ->words() in the hope it would convert the column to text, but that did not work either.

Is there a way to set the entire column to text to prevent this? Thank you!
Screenshot_2024-09-27_at_7.16.02_AM.png
Was this page helpful?