登录
首页 » C# » C#向Excel写入数据和图表源

C#向Excel写入数据和图表源

于 2020-04-14 发布
0 57
下载积分: 1 下载次数: 20

代码说明:

说明:  实现通过C#语言对EXCEL数据表的读写操作,用图表形式显示出来(Realize the reading and writing operation of Excel data table through C# language, and display it in chart form)

文件列表:

Properties, 0 , 2018-04-29
Properties\AssemblyInfo.cs, 1117 , 2018-04-29
SpreadSheetChartDemo, 0 , 2018-04-29
SpreadSheetChartDemo\Program.cs, 4683 , 2018-04-29
SpreadSheetChartDemo.csproj, 1854 , 2018-04-29
SpreadSheetChartDemo.sln, 1135 , 2018-04-29
bin, 0 , 2018-04-29
bin\Debug, 0 , 2018-04-29
bin\Debug\GemBox.Spreadsheet.dll, 2966528 , 2018-04-04
bin\Debug\GemBox.Spreadsheet.xml, 887612 , 2018-04-04
bin\Debug\SpreadSheetChartDemo.exe, 9728 , 2018-04-29
bin\Debug\SpreadSheetChartDemo.pdb, 13824 , 2018-04-29
bin\Release, 0 , 2018-04-29
obj, 0 , 2018-04-29
obj\Debug, 0 , 2018-04-29
obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache, 6243 , 2018-04-29
obj\Debug\SpreadSheetChartDemo.csproj.CopyComplete, 0 , 2018-04-29
obj\Debug\SpreadSheetChartDemo.csproj.CoreCompileInputs.cache, 42 , 2018-04-29
obj\Debug\SpreadSheetChartDemo.csproj.FileListAbsolute.txt, 759 , 2018-04-29
obj\Debug\SpreadSheetChartDemo.exe, 9728 , 2018-04-29
obj\Debug\SpreadSheetChartDemo.pdb, 13824 , 2018-04-29
obj\Debug\TempPE, 0 , 2018-04-29
packages, 0 , 2018-04-29
packages\GemBox.Spreadsheet.43.0.0.1005, 0 , 2018-04-29
packages\GemBox.Spreadsheet.43.0.0.1005\GemBox.Spreadsheet.43.0.0.1005.nupkg, 2277181 , 2018-04-29
packages\GemBox.Spreadsheet.43.0.0.1005\lib, 0 , 2018-04-29
packages\GemBox.Spreadsheet.43.0.0.1005\lib\net35, 0 , 2018-04-29
packages\GemBox.Spreadsheet.43.0.0.1005\lib\net35\GemBox.Spreadsheet.dll, 2966528 , 2018-04-04
packages\GemBox.Spreadsheet.43.0.0.1005\lib\net35\GemBox.Spreadsheet.xml, 887612 , 2018-04-04
packages\GemBox.Spreadsheet.43.0.0.1005\lib\netstandard2.0, 0 , 2018-04-29
packages\GemBox.Spreadsheet.43.0.0.1005\lib\netstandard2.0\GemBox.Spreadsheet.dll, 2157568 , 2018-04-04
packages\GemBox.Spreadsheet.43.0.0.1005\lib\netstandard2.0\GemBox.Spreadsheet.xml, 887612 , 2018-04-04
packages.config, 151 , 2018-04-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Calendar_xrc
    使用Csharp实现的日历程序,功能简介: 已完成功能 1.新建当天日记,新建随笔 2.打开日记,打开随笔 3.文件保存 4.树状视图的显示 5.设置字体 6.查看日历: a、新建活动 b、查看活动 c、修改活动 d、删除活动 e、活动提醒 7、日历以类似MSN的好友登录提示的方式来通知用户要做的活动(use the calendar to achieve procedures, functional description : a function has been completed. New day diary two new delegates. Open diary Essays open 3. file 4. Tree View Display 5. 6 fonts installed. View the calendar : a, new activities b, c View activities, modifications of the activities d, e delete activities, activities remind 7. MSN Calendar similar to the Friends of the login prompt users to be done to inform the activities)
    2007-03-20 00:11:34下载
    积分:1
  • m_can
    Linux下BOASH公司m_can驱动(Linux BOASH m_can driver)
    2020-06-21 01:20:08下载
    积分:1
  • workflowdesigner
    基于winform的图形化的工作流设计器,可添加、修改工作流程图,流程图可保存成XML文件。(csharp development of the graphical workflow designer can be saved into a file flowchart.)
    2011-07-30 16:03:58下载
    积分:1
  • Communication-by-SerialPort
    实现串口通信 可以收发数据 可以是数字也可以是ASCII(Serial communication)
    2013-07-24 10:10:28下载
    积分:1
  • ms_icmp
    又一个使用ICMP.DLL实现ping的小例子 (Another example of using ICMP.DLL to implement ping)
    2021-02-05 10:39:57下载
    积分:1
  • ScannerImage
    一个调用WIA的扫描案例,新手学习可用,可平板扫描和送纸器扫描(A scanner case calling WIA. Novice learns to use it. It can be scanned by flat panel and paper feeder.)
    2020-06-22 07:00:02下载
    积分:1
  • drawcli
    drawcli ole图形图像,VC++学习很好的例子程序(drawcli ole graph drawing example , ole container and drawing line, circle etc.)
    2017-10-30 13:27:49下载
    积分:1
  • Arbitrariness
    C#源码,随书源码,递归算法,排列组合   C#递归算法:0~N位数的排列组合,组合的数字在0~5之间,输入需要组合的位数,点击“计算”按钮,程序会列出所有符合条件的数列组合。一个学习C#递归算法的好范例。(C# source code, source code with the book, recursive algorithms, permutations and combinations C# recursive algorithm: 0 ~~ N digit permutation and combination, the combination of numbers 0 to 5, enter the number of bits need to combine, click on " Calculate" button, the program will List all eligible series combination. A good example of a recursive algorithm to learn C#.)
    2012-07-26 20:43:27下载
    积分:1
  • fftw3.3.5
    说明:  已编译好lib的32位与64位fftw库,解压后可针对32应用程序或64位应用程序直接使用里面的dll、lib等文件。(The 32-bit and 64-bit fftw libraries of Lib have been compiled. After decompression, DLL and lib files can be directly used for 32 or 64-bit applications.)
    2020-08-13 15:48:29下载
    积分:1
  • Game
    一个widget内分开处理两个actor(one widget handle two saperate actor)
    2020-06-21 03:20:01下载
    积分:1
  • 696518资源总数
  • 104388会员总数
  • 18今日下载