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

So I have a custom template but I can't add images. All the rows are being added fine but when it's supposed to have an image, the cell shows only...

help wanted

https://github.com/mini-software/MiniExcel/blob/f6992131ec09207e186345b3bced7e48f8e98407/src/MiniExcel/Utils/DateTimeHelper.cs#L63 C# 有现成的System.DateTime.FromOADate方法问什么不用,自己实现的是有什么特殊处理吗?

help wanted

### Excel Type - [x] XLSX - [ ] XLSM ### MiniExcel Version ### Description [question] 1) how can i add a row above the table add some text in...

help wanted

public class Dto { public string Name { get; set; } public Type UserType { get; set; } } public enum Type { [Description("General User")] V1, [Description("General Administrator")] V2, [Description("Super...

help wanted

Could you include benchmark comparing these projects (only for xlsx): https://github.com/ChrisHodges/ExcelToEnumerable https://github.com/ChrisHodges/LightweightExcelReader

help wanted

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

help wanted

能否添加一个类似EPPlus那样的加密功能,就是创建加密的Excel可以设置密码

help wanted

static void DeleteEmptyRow(string excelPath, string excelName, string sheetName) { string path = $"{excelPath}/{excelName}.xlsx"; var rows = MiniExcel.Query(path, useHeaderRow:true, sheetName).ToList(); int line = 1; foreach (IDictionary row in rows) { line...

help wanted

增加Excel 文件加密,解密的功能

help wanted

### Excel Type - [x] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Description Hi! It would be convenient if it was possible to...

help wanted