C#怎么创建Excel文档,怎么写Excel,怎么保存Excel,传个窗口操作Excel实例。谢谢
使用npoi 分别有.net framework和 .Net core 版本
如果不是很复杂的表格。可以用Oledb操作。跟sql操作一样样。
可以用Free Spire.XLS(NuGet可以下载)创建和操作Excel,用起来简单,参考文档也很多
创建Excel:http://e-iceblue.cn/spirexls/create-excel-files-in-c.html
使用NPOI ,使用很方便,文档也齐全,还可以操作比较复杂的Excel
用Devexpress的SpreadsheetControl控件吧
npoi、myxls、epplus
1、epplus 不支持xls
2、myxls
3、npoi
npoi