Excel File Export - Set Metadata
Excel File Export - Set Metadata
cssn_excel
Posts: 1Questions: 1Answers: 0
Is it possible to set the metadata for the excel file being downloaded? I explored the customization option for excelHtml5; but that is primarily for style changes.
Thanks
Answers
Not without modifying the XML that our exporter creates. You can do that with the
customize
callback of theexcelHtml5
button type, but I don't know what the XML structure of the meta data is. You'd need to refer to the OpenSpreadsheet specification, or perhaps create an Excel file with meta data, unzip it and inspect the XML.Allan