Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 460 Bytes

55_wbobject.md

File metadata and controls

12 lines (7 loc) · 460 Bytes

Workbook Object

workbook.SheetNames is an ordered list of the sheets in the workbook

wb.Sheets[sheetname] returns an object representing the worksheet.

wb.Props is an object storing the standard properties. wb.Custprops stores custom properties. Since the XLS standard properties deviate from the XLSX standard, XLS parsing stores core properties in both places.

wb.Workbook stores workbook-level attributes.