MiniExcel
MiniExcel copied to clipboard
SaveAsByTemplate throw exception in some xlsx
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