通过 SpreadsheetGear 读取保存在 excel 中的自定义文档 属性

Reading custom document property saved in an excel through SpreadsheetGear

我正在尝试打开 .xlsx 文件并在我的 SpreadsheetGear 中显示内容。

mySpreadSheetGearControl.ActiveWorkBook = SpreadsheetGear.Factory.GetWorkbook(filename);

而文件名是我要打开的 excel 文件。内容显示在我的电子表格控件中。 现在我需要通过 Spreadsheetgear 访问我保存在原始 Excel 文件中的自定义文档属性。有什么办法可以做到这一点。

提前致谢。

SpreadsheetGear 尚不支持读取或写入文档属性,不幸的是,因此这些对象将在包含它们的工作簿中读取时被删除。

我在 SpreadsheetGear 工作,我们会跟踪此类请求以供将来实施考虑。欢迎您通过 support@spreadsheetgear.com 与我们联系,以便我可以将您的联系信息添加到此请求中。