My C# program creates an Excel file, I want this file to have a VBA function (so the user could change something without rerunning the program). How can I do this?
我的C#程序创建了一个Excel文件,我希望这个文件具有VBA功能(这样用户可以在不重新运行程序的情况下更改某些内容)。我怎样才能做到这一点?
1 个解决方案
#1
Perhaps you could do it using the OpenXML SDK 2.0.
也许您可以使用OpenXML SDK 2.0来完成它。
And parts of this answer on *.
这个答案的一部分在*上。
#1
Perhaps you could do it using the OpenXML SDK 2.0.
也许您可以使用OpenXML SDK 2.0来完成它。
And parts of this answer on *.
这个答案的一部分在*上。