I am using the OpenXML SDK to manipulate my Excel files.
I'd like to store some custom XML data in the xlsx file (not in the sheet cells) in a way that survives a roundtrip through Excel.
Is it possible to do this with the CustomXmlPart
class? Or some other class? If so, how?