Fixed stream BDF Excel output to .xlsx

This commit is contained in:
Doug Macintosh
2026-03-31 11:41:53 -04:00
parent 2d86272a81
commit fe9bb89354

View File

@@ -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)
{ {