pxlrbt / filament-excel

Excel Export for Filament Admin Resources
MIT License
323 stars 68 forks source link

[ASK] Suggestion - how to further format and stylize generated XLSX file? #148

Closed andrej-gravik closed 7 months ago

andrej-gravik commented 7 months ago

I guess colouring the excell cells and aligning them is beyond the scope of this library but if I want to do so, what do you suggest?

  1. Where should I hook to edit generated XLSX file before downloading it?
  2. What library should I use for editing / formating the excel file. Is there existing dependency of this module I could use or do I have to install totally another library for it?

Thanks for any suggestions!