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

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 ![image](https://github.com/user-attachments/assets/cc5d63a4-0b8e-4a3b-8d5c-c7a881722e0b) [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...

### Excel Type - [√] XLSX - [√] XLSM - [√] CSV - [√] OTHER 目前已存在的 API 用法比较难以理解 比如说 SaveAs方法那个数据结构究竟是什么样子的 难以分辨 释放按照 C# File 类进行优化 使其更加易于理解和使用,具体功能见名知意 以下仅是部分截图 ![image](https://github.com/user-attachments/assets/679a48c8-23fc-4860-9ee7-5552248064e7)