-
-
Notifications
You must be signed in to change notification settings - Fork 386
Open
Description
Excel Type
- [V] XLSX
- XLSM
- CSV
- OTHER
Upload Excel File
Please attach your issue file by dragging or droppng, selecting or pasting them.
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

Metadata
Metadata
Assignees
Labels
No labels