MiniExcel
MiniExcel copied to clipboard
Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)
7. 创建多个工作表(Sheet) // 1. Dictionary var users = new[] { new { Name = "Jack", Age = 25 }, new { Name = "Mike", Age = 44 } }; var...
### Excel Type - [x] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### MiniExcel Version 1.34.2 ### Description PR #620 implemented the ability to...
Hello! I am planning to use this library with Unity3D, but I noticed that it uses "dynamic" and ExpandoObject, which Unity does not support. It seems that I managed to...
### Excel Type - [ ] XLSX ### Description 基础类库中已经存在`Description`及`Display`等特性,其含义表示描述或显示内容 为了更加通用,以及减少特性数量, 希望可`ExcelColumnName`的效果可以同时支持如`Description`或`Display`, `ExcelColumnName`可以作为最高优先级.
### Excel Type - [ ] CSV ### Description https://github.com/mini-software/MiniExcel/blob/master/src/MiniExcel/Csv/CsvHelpers.cs line 17  [NCDP-20240815105401 - 副本 (2).csv](https://github.com/user-attachments/files/16634025/NCDP-20240815105401.-.2.csv)
### Excel Type - [ ] XLSX ### Description Is there a way to configure Style on entire column even on cell bellow last row (after creating excel from application...
单元格样式
我想单独给某个cell设置背景颜色,请问一下什么时候支持这样的功能?
### Excel Type - [x] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Upload Excel File Please attach your issue file by dragging or...
### Excel Type - [x] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Upload Excel File Please attach your issue file by dragging or...
api 难以理解
### Excel Type - [√] XLSX - [√] XLSM - [√] CSV - [√] OTHER 目前已存在的 API 用法比较难以理解 比如说 SaveAs方法那个数据结构究竟是什么样子的 难以分辨 释放按照 C# File 类进行优化 使其更加易于理解和使用,具体功能见名知意 以下仅是部分截图 