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/150459747-f80aff79-4798-4358-8e3e-2858ce181db8.png)

Now if I query worksheet1 and worksheet2, my code is like: var sheet1Result = MiniExcel.Query(worksheet1); var sheet2Result = MiniExcel.Query(worksheet2); var joinResult = from sheet1 in sheet1Result join sheet2 in sheet2Result...

SaveAsByTemplate中object value可否支持Bitmap对象使其支持插入图片

help wanted

![image](https://user-images.githubusercontent.com/12729184/143554840-73055c1a-ab75-4fe8-af28-1d7c40f3422b.png)

![image](https://user-images.githubusercontent.com/12729184/143530321-0f02837a-9039-4622-8ad2-13ddba09c0d0.png) ![image](https://user-images.githubusercontent.com/12729184/143530346-0bf5a73e-8811-469a-9f22-a36a24aae4b0.png)

![image](https://user-images.githubusercontent.com/12729184/138990707-c2e18c53-43e4-473b-a3ca-696a663bbde2.png) ![image](https://user-images.githubusercontent.com/12729184/138990547-5c668a9a-e5ca-4f7e-b5e0-a269306e2029.png) ```C# void Main() { var manager = new DataTable(); { manager.Columns.Add("GMS_ERRFLAG"); manager.Columns.Add("GMS_ERRINFO"); manager.Columns.Add("Pn_Type"); manager.Rows.Add("Pn_Type","GMS_ERRINFO","Pn_Type"); } var value = new Dictionary() { ["GMS"] = manager, }; var memoryStream =...

enhancement

![image](https://user-images.githubusercontent.com/12729184/138992097-705a4e7d-2939-4d0b-9abe-070b0adb7b24.png) User needs to edit code like ![image](https://user-images.githubusercontent.com/12729184/138991994-a849346d-82c9-4945-a182-ca4f2fbfde2f.png)

enhancement

![image](https://user-images.githubusercontent.com/12729184/109586950-365bab00-7b41-11eb-81af-dc35e51e3417.png) `xl\worksheets\sheet1.xml` ```xml 0 123456 A1 \"<>+-*//}{\\n 43835 ``` `xl\sharedStrings.xml` ```xml \"<>+-*//}{\\n ```

enhancement
help wanted
abandon

[easyExcel+validation+正则实现excel导入校验 - 简书](https://www.jianshu.com/p/f3a9c9d43d83)

help wanted