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

![image](https://user-images.githubusercontent.com/12729184/133200937-d7135bc1-2dc9-435d-b638-116962e9b8b4.png) ```C# void Main() { var value = new[] { new Dto{Name="Jack",Type=UserType.General}, new Dto{Name="Leo",Type=UserType.Admin}, }; var path = Path.GetTempPath() + Guid.NewGuid() + ".xlsx"; Console.WriteLine(path); MiniExcel.SaveAs(path,value); var rows = MiniExcel.Query(path); Console.WriteLine(rows);...

help wanted

### Excel Type - [x] XLSX ### MiniExcel Version 0.18.0 ### Description 当用户导入的.xlsx文件 表格尾部存在许多空行时,系统会出现如下错误,读取不了Excel的数据。毕竟表格一下拉都是空行,用户很多时候也分辨不出来空行。看有没好的方式优化下读取方式? Message:An item with the same key has already been added. Key: 0 Stack: at System.ThrowHelper.ThrowAddingDuplicateWithKeyArgumentException[T](T key)...

help wanted

### 功能需求 对于已有的excel文件可以插入一个新的sheet,并保存相关数据。

enhancement
help wanted

### Excel Type - [ ] CSV ### Upload Excel File Please attach your issue file by dragging or droppng, selecting or pasting them. [22.XLS](https://github.com/shps951023/MiniExcel/files/7140750/22.XLS) ### MiniExcel Version 最新 ###...

help wanted
question

![image](https://user-images.githubusercontent.com/12729184/130552505-fc4bcdd2-9d4c-4485-8d5d-4e3f6b0a918a.png)

enhancement
help wanted

Like Dapper ```C# /// /// Finds best constructor /// /// DataReader column names /// DataReader column types /// Matching constructor or default one public ConstructorInfo FindConstructor(string[] names, Type[] types) {...

help wanted

![image](https://user-images.githubusercontent.com/12729184/124380461-4651ea00-dcef-11eb-9fcd-adce4fb371d2.png) ![image](https://user-images.githubusercontent.com/12729184/124380491-65e91280-dcef-11eb-984c-cc4b5dde463f.png) ![image](https://user-images.githubusercontent.com/12729184/126412643-9b936122-1a14-406a-a27c-7677f08f7672.png)

help wanted

Like Dapper: ![image](https://user-images.githubusercontent.com/12729184/123219166-2bb58f00-d4ff-11eb-846d-01d9c10a90fd.png) ![image](https://user-images.githubusercontent.com/12729184/123219127-1e000980-d4ff-11eb-852d-7c492b0ceac6.png) record ![image](https://user-images.githubusercontent.com/12729184/123219992-142ad600-d500-11eb-95fb-1d8db5928e32.png)

enhancement
help wanted