Workbook
## Workbook
A workbook is a spreadsheet document that contains one or more worksheets that are stored within the Worksheets collection.
The examples in this folder demonstrate the following cases:
- Create a new workbook
- Import an Excel file into a workbook
- Import an Excel file with a password to a workbook
- Export a workbook to an Excel file
- Export a workbook to an Excel file with a password
- Import or export a workbook using ToJson and FromJson
- Protect a workbook
- Unprotect a workbook