简体   繁体   English

无需互操作即可从xlsx文件读取/写入CustomDocumentProperties

[英]Reading/Writing CustomDocumentProperties from xlsx file without interop

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. 是否可以从xlsx文件读取/写入CustomDocumentProperties而不使用Excel互操作,而仅通过操纵XML或使用类似NPOI的库即可。

Basically, I need to in an MVC application to allow a user to download an xlsx file which has some CustomDocumentProperties pre set. 基本上,我需要在MVC应用程序中允许用户下载预先设置了一些CustomDocumentProperties的xlsx文件。

Thank you 谢谢

Try to take a look at this : SpreadsheetLight 尝试看看: SpreadsheetLight

Especially this page might be interesting to you: DocumentProperties 尤其是您可能对此页面感兴趣: DocumentProperties

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM