MiniExcel
MiniExcel copied to clipboard
Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)
https://closedxml.github.io/ClosedXML.Report/docs/en/Pivot-tables
https://closedxml.github.io/ClosedXML.Report/docs/en/Examples  
https://closedxml.github.io/ClosedXML.Report/docs/en/Quick-start 
[How to Read and Write ODF/ODS Files (OpenDocument Spreadsheets) - CodeProject](https://www.codeproject.com/Articles/38425/How-to-Read-and-Write-ODF-ODS-Files-OpenDocument-2)
- [导入模板能否生成一个Summary ,用于展示导入需要注意的一些要点 · Issue #38 · dotnetcore/Magicodes.IE](https://github.com/dotnetcore/Magicodes.IE/issues/38) - [新增Excel导入支持添加顶部说明和顶部说明高度 以及 导入时手动按照导入模板导出错误数据的方法 by kasugaharu · Pull Request #39 · dotnetcore/Magicodes.IE](https://github.com/dotnetcore/Magicodes.IE/pull/39) Like worwechat 
- [自定义导出Excel单元格样式 · Issue #85 · dotnetcore/Magicodes.IE](https://github.com/dotnetcore/Magicodes.IE/issues/85) - [希望能支持表头和内容文字的颜色设置 · Issue #118 · dotnetcore/Magicodes.IE](https://github.com/dotnetcore/Magicodes.IE/issues/118)
idea: ``` var editor = MiniExcel.Edit("input.xlsx"); editor.Set("A1;G5","Foo"); editor.Merge("A1:G5"); editor.SaveAs("ouput.xlsx") ``` The modification sequence can only be saved from top to bottom and from left to right The reason is that...
