F
Filamentβ€’15mo ago
Noor

Export csv or xlsx

How can I export csv or xlsx file using function getHeaderActions without using any plugin
8 Replies
Patrick Boivin
Patrick Boivinβ€’15mo ago
Why no plugins? Creating a CSV is not too hard but an XLSX file is more complex.
Noor
NoorOPβ€’15mo ago
because I am told to do it manually so no plugins , is there any way? @pboivin
Patrick Boivin
Patrick Boivinβ€’15mo ago
Do you know how to save a file in PHP?
Noor
NoorOPβ€’15mo ago
yes
Patrick Boivin
Patrick Boivinβ€’15mo ago
And do you know how to create your CSV, line by line? Something like this https://www.php.net/manual/en/function.fputcsv.php#refsect1-function.fputcsv-examples
Noor
NoorOPβ€’15mo ago
Yeah I've done something like this before for reading csv file
Patrick Boivin
Patrick Boivinβ€’15mo ago
That's pretty much all you need... make a query, assemble your CSV into an array, write it to a file
Noor
NoorOPβ€’15mo ago
oh got it .......thanks πŸ™‚
Want results from more Discord servers?
Add your server