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 - [x] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Description

enhancement

### Excel Type - [X] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER MiniExcel.SaveAsByTemplate(fileName, @".\Templates\Period_template.xlsx", sheets); ![image](https://user-images.githubusercontent.com/87794982/168424692-efa5f50e-9aa1-44fa-9a2a-c13f8173650c.png) MiniExcel.SaveAs(fileName, sheets, overwriteFile: true); ![image](https://user-images.githubusercontent.com/87794982/168424759-bcfe2078-804c-4dc0-af7d-3fd453055c4d.png) ### MiniExcel Version...

概念来源 : [Excel模板导出支持图片](https://github.com/dotnetcore/Magicodes.IE/issues/62)

help wanted

### Excel Type - [X] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Description In other Projects like closedXML there is a function like...

feature

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

question

Excel一个单元格最多支持32,767 个字符,https://support.microsoft.com/zh-cn/office/excel-%E8%A7%84%E8%8C%83%E4%B8%8E%E9%99%90%E5%88%B6-1672b34d-7043-467e-8e27-269d656771c3 但是我有一个导出的需求,需要存放多达百万的字符。请问有好的办法吗?是否有办法支持合并目标单元格后续的单元格以存放过量的字符的。

以下情况如何处理?比如同一列日期,有文本格式有时间格式,数值列也会存在此情况

excle中没有填写的可空类型的自动赋值为null: ![image](https://user-images.githubusercontent.com/9651046/144986749-569c128a-b207-4548-9181-2b29e83d562f.png)

enhancement

### Excel Type - [ ] XLS - [ ] ET ### Upload Excel File [sample.zip](https://github.com/MiniExcel/MiniExcel/files/8510265/sample.zip) ### MiniExcel Version N/A ### Description 希望能探究下是否可以 支援 金山WPS的 .et 格式的excel ,以及 早期版本的 .xls...

MiniExcel.SaveAs(resultPath, sheets, configuration: config)会把所有sheet设置为相同的column