MiniExcel icon indicating copy to clipboard operation
MiniExcel copied to clipboard

Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)

Results 292 MiniExcel issues
Sort by recently updated
recently updated
newest added

### Excel Type - [ ] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Upload Excel File Please attach your issue file by dragging...

你好,想請問一下,匯出excel在資料編排上,是否能變成下圖的樣子 ![image](https://user-images.githubusercontent.com/68491701/195002014-70d3349b-954c-4993-b090-780d94b4e1cd.png) 資料格式格式說明如下 一個員工,會有多個設備資料,每個設備資料底下會有多個軟體清單

System.Memory 包关联的文件太多,导致在net framework 生成出来的文件过多,不太优美/mini(There are too many files associated with the System.Memory package. As a result, too many files are generated in the NET Framework ) ![image](https://user-images.githubusercontent.com/9651046/192989790-bcf19e0b-f2cf-4611-9d5e-186b424e5f46.png)

有时候用户会把一些信息写在批注里,希望后续能增加读取批注的功能

> 引用程序集“MiniExcel, Version=1.28.0.0, Culture=neutral, PublicKeyToken=null”没有强名称。 希望增加对 Strong name 的支持。

### Description Currently we can parse Enum from number but can't write back as number. One possible way is define a new model class and make it as a middleware....

MiniExcel.SaveAsByTemplate() 希望可以支持工作薄参数,如下: `MiniExcel.SaveAsByTemplate(sheetName : "Sheet1") ` ![image](https://user-images.githubusercontent.com/9651046/191141842-eef2a386-0460-42ea-8439-8c507efd60a0.png)

如图: ![image](https://user-images.githubusercontent.com/9651046/190363436-cc62981a-74fe-4f6b-9996-208aa7594ed1.png) 模板文件: [导出模板.xlsx](https://github.com/mini-software/MiniExcel/files/9573717/default.xlsx) 注:模板文件由WPS创建和预览 代码片段: ``` ExcelModel excelModel = new ExcelModel() { NoTelVal0 = 0.12, NoTelVal1 = 1.12, TelVal0 = 2.12, TelVal1 = 3.12, NoTelIsOk = 1, TelIsOk =...

在读取CSV 文件时,如果某列内容有回车换行,读取的时候就会提示 给定关键字不在字典中 的错误。

MiniExcel.SaveAs(path, excelModel, overwriteFile: true); 可以覆盖文件 但是 MiniExcel.SaveAsByTemplate(path, DataFile.ExcelTemplatePath, excelModel); 不能覆盖文件 希望 SaveAsByTemplate 可提供 overwriteFile 参数