We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e97f3 commit c92aa0dCopy full SHA for c92aa0d
src/MiniExcel/OpenXml/Constants/WorksheetXml.cs
@@ -16,7 +16,7 @@ internal static string Dimension(string dimensionRef)
16
internal const string StartSheetViews = "<x:sheetViews>";
17
internal const string EndSheetViews = "</x:sheetViews>";
18
19
- internal static string StartSheetView( int tabSelected=1, int workbookViewId=0 )
+ internal static string StartSheetView( int tabSelected=0, int workbookViewId=0 )
20
=> $"<x:sheetView tabSelected=\"{tabSelected}\" workbookViewId=\"{workbookViewId}\">";
21
internal const string EndSheetView = "</x:sheetView>";
22
0 commit comments