Fixed stream BDF Excel output to .xlsx
This commit is contained in:
2
_Main.cs
2
_Main.cs
@@ -1218,7 +1218,7 @@ namespace bdf
|
|||||||
//Store output docs as memorystreams and deal with them all at once
|
//Store output docs as memorystreams and deal with them all at once
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
workbook.SaveToStream(bdf_as_ms);
|
workbook.SaveToStream(bdf_as_ms, FileFormat.Version2016);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user