Please attach your issue file by dragging or droppng, selecting or pasting them.
[TestMethod]
public void TestNoR()
{
MemoryStream memoryStream = new MemoryStream();
var value = new Dictionary<string, object>()
{
["Name"] = "Jack",
};
MiniExcel.SaveAsByTemplate(memoryStream, @"TestFiles\nor.xlsx", value);
}
Excel Type
Upload Excel File
Please attach your issue file by dragging or droppng, selecting or pasting them.
nor.xlsx
MiniExcel Version
1.41.2
Description
throws exception