You can do the conversion on the serverside then you download the file, Something like this? https://docs.laravel-excel.com/3.1/exports/
Jun 8, 2022
6
Level 5
Export as excel and pdf in vue 3
Greeting everyone, i have a group of data let's say for example
{
name: "Edward Swift",
age: "25",
job: "accountent"
},
{
name: "Alise",
age: "25",
job: "HR manager"
},
i want to allow the client to export this data in form of excel or pdf, I tried to find any plugin to do that for Vue 3 but i cant. any recommendations
Level 3
2 likes
Please or to participate in this conversation.