# Book

**Kind**: interface | **Module**: [Excel](https://docs.interop.io/adapters/reference/javascript/excel/index.md)

**Source**: https://docs.interop.io/adapters/reference/javascript/excel/book/index.html

Represents an Excel workbook.

## Properties

- **`name`** (`string`, required)
  The name of the workbook.
- **`path`** (`string`, required)
  The file path of the workbook.
- **`saved`** (`boolean`, required)
  Whether the workbook has been saved.
- **`worksheets`** (`Sheet[]`, required)
  The worksheets contained in the workbook.

## Related types

- [Sheet](https://docs.interop.io/adapters/reference/javascript/excel/sheet/index.md)
