MiniExcel
MiniExcel copied to clipboard
Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)
导出图片问题
### Excel Type - [ ] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Upload Excel File Please attach your issue file by dragging...
个人在导入导出的时候,遇到了一些认为可以改善体验的地方。 ## 导入时 ### 导入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,...
### Excel Type - [ ] XLSX - [ ] XLSM - [x] CSV - [ ] OTHER ### Upload Excel File Please attach your issue file by dragging or...

虽然再用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...
### 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...
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...
  版本:1.23.2 请问目前版本在模板里面插入图片的功能是不是还没完善?BUG还是挺多的