Skip to content

SaveAsByTemplate throw exception in some xlsx #863

@wumingwuan

Description

@wumingwuan

Excel Type

  • [V] XLSX
  • XLSM
  • CSV
  • OTHER

Upload Excel File

Please attach your issue file by dragging or droppng, selecting or pasting them.

nor.xlsx

MiniExcel Version

1.41.2

Description

 [TestMethod]
 public void TestNoR()
 {
     MemoryStream memoryStream = new MemoryStream();
     var value = new Dictionary<string, object>()
     {
         ["Name"] = "Jack",
     };
     MiniExcel.SaveAsByTemplate(memoryStream, @"TestFiles\nor.xlsx", value);
 }

throws exception

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions