workbookView
A single view definition represented using the following flags:
showHorizontalScroll – Controls visibility of the horizontal scroll bar of the application. In the example above, it is set to not being visible.
showVerticalScroll – Controls visibility of the vertical scroll bar of the application. In the example above, it is set to not being visible.
showSheetTabs – Controls visibility of the worksheet tabs in the application. In the example above, they are set to not being visible.
xWindow – Specifies the x coordinate (in twips) of the upper right corner of the workbook window.
yWindow – Specifies the y coordinate (in twips) of the upper right corner of the workbook window.
windowWidth – Specifies the width of the workbook window.
windowHeight – Specifies the height of the workbook window.
tabRatio – Specifies the ratio between the workbook tabs bar and the horizontal scroll bar.
Sheets – A collection of worksheets in the workbook.
Sheet – A single sheet definition (book-level).
Name – The name of the worksheet. These must be unique within the workbook.
sheetId – The internal Id of the sheet. These must be unique within the workbook.
Id - The relationship Id that points to the sheet part definition.