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

指定某一列,如果这一列某几行值相同,自动合并单元格 指定某一行,如果这一行某几列值相同,自动合并单元格

Let user can custom their event logic

``` 8.57 (65pixels) 9.28515625 99.29 (700pixels) 10.85546875 ```

### Excel Type - [x] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### MiniExcel Version:最新版本1.2.... ### Description 自定义模板可以填充Image吗?可以提供支持吗?希望尽快回复! Can a custom template fill in...

feature

Let client can insert data before calling dispose.

feature

### Excel Type - [x] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Description When we export image cloumn, the picture is too samll...

Eg, [NotDuplicateSharedStrings_10x100000.xlsx](https://github.com/MiniExcel/MiniExcel/files/8403819/NotDuplicateSharedStrings_10x100000.xlsx) sharedStrings size 29287 KB, it'll need cache disk file 21475 KB ![image](https://user-images.githubusercontent.com/12729184/161411310-f2ed0ae4-3750-4e5d-9f8e-b9e770eaae3f.png) ![image](https://user-images.githubusercontent.com/12729184/161411269-58fe5850-d882-4742-9f78-d8db5528ee2a.png) ![image](https://user-images.githubusercontent.com/12729184/161411343-4a8a8d2c-badd-41bd-8fc7-dbed665e55b0.png)

### Excel Type - [x] XLSX - [x] XLSM - [x] CSV - [ ] OTHER ### Upload Excel File 将DataTable中的数据追加到已有模板Excel的某个sheet中,而不是新建sheet?关于MINIExcel中的SaveAsByTemplate方法和SaveAs方法,经测试,是新建sheet了,因此使用这2种方法时,把已有的模板sheet替换了,这点有点糟糕。期望有乐意回答的developer,当然,肯定会有这样好的方法,可在MINIExcel来实现该追加功能,即如同MINIExcel.dataappend(string path, string templatePath, object value)新功能的出现。

feature