Embeding custom xml (or custom files) in the xlsx

Home Forums SpreadsheetML Embeding custom xml (or custom files) in the xlsx

This topic contains 1 reply, has 2 voices, and was last updated by  Eric White 8 years, 2 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #4241

    Eric White
    Keymaster

    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.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.