pxlrbt / filament-excel

Excel Export for Filament Admin Resources
MIT License
318 stars 67 forks source link

Customize cells #191

Open galegobr01 opened 2 months ago

galegobr01 commented 2 months ago

Is there any way to customize, for example: Alignment, type of data entered (text, number, general), cell coloring, etc.?

pxlrbt commented 2 months ago

You probably need to extend the Exportable and add the methods from laravel/excel https://docs.laravel-excel.com/3.1/exports/column-formatting.html#styling

yukebrillianth commented 1 month ago

You probably need to extend the Exportable and add the methods from laravel/excel https://docs.laravel-excel.com/3.1/exports/column-formatting.html#styling

how to do it?