mini-software / MiniExcel

Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)
https://www.nuget.org/packages/MiniExcel/
Apache License 2.0
2.78k stars 337 forks source link

MiniExcel support reuse sharingstring #324

Open shps951023 opened 2 years ago

shps951023 commented 2 years ago

image

image

shps951023 commented 2 years ago

Support new object mode e.g.:

    var excel = new MiniExcel();
    var rows1 = excel.Query("path1");
    var rows2 = excel.Query("path2");