MiniExcel
MiniExcel copied to clipboard
Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)
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...
https://github.com/mini-software/MiniExcel/blob/f6992131ec09207e186345b3bced7e48f8e98407/src/MiniExcel/Utils/DateTimeHelper.cs#L63 C# 有现成的System.DateTime.FromOADate方法问什么不用,自己实现的是有什么特殊处理吗?
### Excel Type - [x] XLSX - [ ] XLSM ### MiniExcel Version ### Description [question] 1) how can i add a row above the table add some text in...
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...
Could you include benchmark comparing these projects (only for xlsx): https://github.com/ChrisHodges/ExcelToEnumerable https://github.com/ChrisHodges/LightweightExcelReader
### Excel Type - [✔ ] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Upload Excel File Please attach your issue file by dragging...
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...
### Excel Type - [x] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Description Hi! It would be convenient if it was possible to...