gpt4 book ai didi

c# - 将命令从 excel 文件发送到 c# 程序

转载 作者:行者123 更新时间:2023-11-30 12:52:02 24 4
gpt4 key购买 nike

我有一个程序可以从 Excel 读取数据并将数据写入 Excel 文件。我需要将命令从 Excel 文件发送到 c# 程序(例如,从 excel 中捕获 F9 并在 c# 程序中获取它)

我正在使用 Microsoft.Office.Interop.Excel 框架。

我该怎么做?

最佳答案

excel 应用程序接口(interface)还为某些 excel 函数提供事件,例如

Microsoft.Office.Interop.Excel.Application:

//
// Summary:
// Occurs after any worksheet is recalculated or after any changed data is plotted
// on a chart.
event AppEvents_SheetCalculateEventHandler SheetCalculate;

关于c# - 将命令从 excel 文件发送到 c# 程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5540353/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com