When exporting in Excel, the table comes blank Can you help?

"When I attempt to download an Excel file using this method, the downloaded file is empty, and the data from the selected portion does not appear in the Excel table."

 ExcelExport::make('form')->fromForm(),

When I use it as shown above, it downloads the data for the entire table instead of the intended selection
I simply want the content of the data to be downloaded when I press the export button next to it. https://filamentphp.com/plugins/pxlrbt-excel#usage
            ->actions([
                Tables\Actions\EditAction::make(),
                ExportAction::make()->exports([
                    ExcelExport::make('table')
                ])
            ])
Screenshot_40.png
Screenshot_41.png
Filament
Easy Excel exports for Filament Admin
Was this page helpful?