# Workbook

Learn the various ways used in DsExcel to manage a workbook. Learn more in DsExcel docs.

## Content

A workbook is a spreadsheet document that comprises of one or more worksheets that are stored within the **Worksheets** collection.
DsExcel .NET provides all the necessary properties and methods required to create a workbook, perform complex operations on the data residing in the spreadsheets and make use of several workbook events that are triggered when called explicitly by the user through code
Managing a workbook involves the following tasks:

* [Create Workbook](/document-solutions/dot-net-excel-api/docs/online/Features/ManageWorkbook/CreateWorkbook)
* [Open and Save Workbook](/document-solutions/dot-net-excel-api/docs/online/Features/ManageWorkbook/open-and-save-workbook)
* [Protect Workbook](/document-solutions/dot-net-excel-api/docs/online/Features/ManageWorkbook/protect-workbook)
* [Cut or Copy Across Sheets](/document-solutions/dot-net-excel-api/docs/online/Features/ManageWorkbook/CutOrCopyAcrossSheets)
* [Enable or Disable Calculation Engine](/document-solutions/dot-net-excel-api/docs/online/Features/ManageWorkbook/EnableDisableCalculationEngine)
* [Workbook Views](/document-solutions/dot-net-excel-api/docs/online/Features/ManageWorkbook/WorkwithWorkbookViews)

## See Also

[Worksheet](/document-solutions/dot-net-excel-api/docs/online/Features/ManageWorksheet)