High level representation of a Excel workbook. This is the first object most users will construct whether they are reading or writing a workbook. It is also the top level object for creating new sheets/etc. More info.

1 excel.Workbook

<excel.Workbook
    type='xls|xlsx'
    stream='true|false'
    stream-window-size='stream-window-size'
    encoding='encoding'
>
    <file /> *
</excel.Workbook>

Examples

For more information look this examples.