F
Filament5w ago
CROK

Filament Export action and it's usage in report generation

Hello, earlier i have used one of the laravel plugins for xlsx generation from multiple tables to generate report of task execution. On that moment i'm trying to use export action for that task. I want to make the xlsx file with multiple pages with different data. First sheet may have different amount of columns and some merged cells. Second sheet has static amount of columns, but merged cells exists. Biggest part of values calculated by collection of records from multiple tables and is not linked to the columns in the DB tables. I have encountered with some issues that is not solved yet: * Is it any option to merge these cells or any example how it can be done? * Is it any option to use export action to make files with different amount of columns for my case? *Can be excel file generated by export action have more then one sheet? * Is it any options to use 2d array except table/model as data of future xlsx file? I know that it can be made without Filament export actions but the main idea to adapt the export actions for that task. Priority on solution for filament V3 but solutions on V4 will be useful.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?