Skip to content
Discussion options

You must be logged in to vote

Hey :)

If you are still facing the issue maybe try it like @pxlrbt said and use a HeaderAction.
It should look something like this at the end (based on my project and how I got it to work)

<?php

->headerActions([
    ExportAction::make()->exports([
        ExcelExport::make('table')
            ->fromTable()
            ->queue()
    ])
]);

This way if you are having a large amount of data the process is being queued and processed in the background.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@gestionaliprosoft
Comment options

@pxlrbt
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by pxlrbt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #222 on February 26, 2025 01:39.