如何使用C#使用Open XML Power Tools打开受密码保护的Excel文件

时间:2019-06-17 13:12:45

标签: c# openxml-powertools

我正在尝试编辑受密码保护的Excel文件,但它给出了损坏的Excel数据错误消息。您能否提供帮助,我们如何使用Open XML Power Tools来将内容读写到受密码保护的excel

using (SpreadsheetDocument sourceSpreadsheetDocument =
            SpreadsheetDocument.Open(destinationFileName, true))
        {
}

0 个答案:

没有答案