繁体   English   中英

如何在C#中使用openXML刷新(刷新Excel工作表中的“全部”按钮)Excel工作表

[英]How to refresh (Refresh All button in excel sheet) the excel sheet using openXML in C#

我有一个Excel工作表,其中在单击Data-> RefreshAll并提供凭据后会动态更新单元格和值。我需要使用openXml通过c#代码完成Refresh All按钮的功能。

因此,您必须使用Excel对象模型打开工作簿,然后调用Workbook.RefreshAll方法。

暂无
暂无

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

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