MiniExcel
MiniExcel copied to clipboard
Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)
### Excel Type - [x] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Upload Excel File Please attach your issue file by dragging or...
### Excel Type - [ ] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Upload Excel File Please attach your issue file by dragging...
M
### Excel Type - [x] XLSX ### MiniExcel Version master分支最新代码 ```c# [Fact()] public void QueryCastToIDictionary() { var path = @"../../../../../samples/xlsx/TestCenterEmptyRow/TestCenterEmptyRow.xlsx"; foreach (IDictionary row in MiniExcel.QueryRange(path, endCell:"c3")) { } } ```...
Our Excel export table will have Chinese and English versions, for Chinese and English, the format of time type is different, It would be nice if there was a place...
### Excel Type - [X] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Upload Excel File [Template.xlsx](https://github.com/user-attachments/files/16693690/Template.xlsx) ### MiniExcel Version 1.32.1 ### Description Please...
### Excel Type public static void SaveAs(string path, object value, bool printHeader = true, string sheetName = "Sheet1", ExcelType excelType = ExcelType.UNKNOWN, IConfiguration configuration = null, bool overwriteFile = false);...
### Excel Type - [ ] XLSX ### MiniExcel Version 1.33.0 ### Description Export Excel through Stream, Excel contains formulas, but the cells with formulas do not display content when...
### Excel Type - [ ] XLSX ### MiniExcel Version ### Description Often you need to generate a document based on data received in the Json format when there is...
### Excel Type - [true] XLSX - [true] XLSM - [ ] CSV - [ ] OTHER ### Upload Excel File Please attach your issue file by dragging or droppng,...
### Excel Type - [x] XLSX ### Upload Excel File [text.xlsx](https://github.com/user-attachments/files/16596441/text.xlsx) ### MiniExcel Version ### Description public async Task UpdateByExcel(IFormFile file) { try { var dtoes = file.OpenReadStream().Query().ToList(); } 执行上述代码时,会抛出如下异常:...