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 - [ ] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Upload Excel File Please attach your issue file by dragging...

question

个人在导入导出的时候,遇到了一些认为可以改善体验的地方。 ## 导入时 ### 导入csv文件时,如果某row的cell格子里是中文,使用MiniExcel.Query(path),会出现该字段获取的是不可读字符。但是将csv保存为xlsx后导入是正常的中文字段 ### 导入xlsx时,常遇到第一行没有header, 如何便捷通过MiniExcel.Query(path)的语法正确读取全部行,doc中并没有说明 ## 导出时 ### 保存时,可选强制覆盖 ### 保存时,如果让Head显示是字段对应的中文,文档并不明确 以上是否能使用传入配置文件的模式去进行导入导出 比如利用类型导入的语法 MiniExcel.Query(path, config) 其中config ``` public class QueryConfig { public QueryMode Mode // NoHead, WithHead,...

feature

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

enhancement

![image](https://user-images.githubusercontent.com/12729184/158785549-7e3b105c-b800-47fe-b794-7baee0e108ff.png)

虽然再用MiniExcel读取时,空格还是可以正常读出来。 我不知道其他人的项目是什么样的,但是我觉得,既然设置了导入项的单元格式为文本,就应该所见即所得。 ### Excel Type - [x] XLSX ### Upload Excel File Please attach your issue file by dragging or droppng, selecting or pasting them. [ConsoleApp1.zip](https://github.com/shps951023/MiniExcel/files/7250405/ConsoleApp1.zip) ### MiniExcel Version 0.18...

bug

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

feature

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

hi how i can make sheet right to left using miniexcel.

feature

like easyexcel ``` @Data @ContentRowHeight(100) @ColumnWidth(100 / 8) public class ImageData { private File file; private InputStream inputStream; /** * 如果string类型 必须指定转换器,string默认转换成string */ @ExcelProperty(converter = StringImageConverter.class) private String string; private...

help wanted

![image](https://user-images.githubusercontent.com/22629571/157191664-e543839b-bc30-438f-ba3e-cda08efc445a.png) ![image](https://user-images.githubusercontent.com/22629571/157191937-0ffeef0b-d0ba-469f-89ca-68dccb413e0b.png) 版本:1.23.2 请问目前版本在模板里面插入图片的功能是不是还没完善?BUG还是挺多的

enhancement
question