I have an array of objects as shown below
[
{ "FirstName": "John",
"LastName": "Parker",
"Age": "23",
"Cat": "23g",
"SOP": "Active"
},
{ "FirstName": "Rose",
"LastName": "Jackson",
"Age": "44",
"Cat": "44g",
"SOP": "InActive"
}
]
how can i export this data along with the logo
of the company to the excel and download the same.
Any suitable plugin to write objects data
and logo image
to excel?