# Workbook

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

## Content

DsExcel Java provides all the essential packages with required methods and fields to faciliate users in creating a workbook and performing complex operations on the data while making use of several workbook events that can be triggered by the user through code.

You can manage workbook in the following ways:

* [Create Workbook](/document-solutions/java-excel-api/docs/online/Features/ManageWorkbook/CreateWorkbook)
* [Open and Save Workbook](/document-solutions/java-excel-api/docs/online/Features/ManageWorkbook/OpenSaveProtectWorkbook)
* [Protect Workbook](/document-solutions/java-excel-api/docs/online/Features/ManageWorkbook/protect_workbook)
* [Cut or Copy Across Sheets](/document-solutions/java-excel-api/docs/online/Features/ManageWorkbook/CutOrCopyAcrossSheets)
* [Enable or Disable Calculation Engine](/document-solutions/java-excel-api/docs/online/Features/ManageWorkbook/EnableDisableCalculationEngine)
* [Workbook Views](/document-solutions/java-excel-api/docs/online/Features/ManageWorkbook/WorkwithWorkbookViews)
* [Clone Workbook](/document-solutions/java-excel-api/docs/online/Features/ManageWorkbook/clone-workbook)

## See Also

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