using System;
using System.Windows.Forms;
using Microsoft.Office.Interop.Excel;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
private static Microsoft.Office.Interop.Excel.Application excel = new Microsoft.Office.Interop.Excel.Application();
private static Workbooks workbooks = excel.Workbooks;
private static string strFileFullName = @"C:\Users\PC-0424\Desktop\test.
用C#读取excel中的数据,并绘制曲线
最新推荐文章于 2022-12-06 18:44:13 发布