Skip to content

Commit daad054

Browse files
committed
Update VerifyOpenXml.cs
1 parent e0546d3 commit daad054

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Verify.OpenXml/VerifyOpenXml.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ static ConversionResult Convert(SpreadsheetDocument document, IReadOnlyDictionar
5050
CellFormats = document.WorkbookPart!.WorkbookStylesPart?.Stylesheet.CellFormats?.Elements<CellFormat>().ToList()
5151
};
5252

53-
List<Target> targets = [new("xlsx", CloneToStream(document))];
53+
//new("xlsx", CloneToStream(document))
54+
List<Target> targets = [];
5455
if (sheets.Count == 1)
5556
{
5657
var (csv, _) = sheets[0];

0 commit comments

Comments
 (0)