Embeding custom xml (or custom files) in the xlsx
- This topic has 1 reply, 2 voices, and was last updated 8 years, 11 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › SpreadsheetML › Embeding custom xml (or custom files) in the xlsx
Hi,
You can certainly embed custom XML files in an XLSX.
If you don’t want to convert to XML format, you could convert your file to base64 encoded ascii, and put that in a simple XML file. This would probably entail almost no work at all for you.
You can put the custom XML file in the root directory of the XLSX, or you can create your own subdirectory, and put the custom XML file there. It probably would be a little neater to put it into your own subdirectory.