is it possible to read/write CustomDocumentProperties from an xlsx file without using Excel interop but purely by manipulating the XML or using a library like NPOI.
Basically, I need to in an MVC application to allow a user to download an xlsx file which has some CustomDocumentProperties pre set.
Thank you