Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/279.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 单击按钮将数据附加到excel工作表_C#_Export To Excel - Fatal编程技术网

C# 单击按钮将数据附加到excel工作表

C# 单击按钮将数据附加到excel工作表,c#,export-to-excel,C#,Export To Excel,我有一个windows应用程序,它通过按下按钮在文本框中显示一个数字。 每次单击按钮时,我都想将该数字添加到现有excel中。这是一种很好且非常简单的方法。检查本教程

我有一个windows应用程序,它通过按下按钮在文本框中显示一个数字。 每次单击按钮时,我都想将该数字添加到现有excel中。

这是一种很好且非常简单的方法。检查本教程