Skip to main content
A newer version of this page is available. .

Workbook Class

A non-visual component providing complete spreadsheet functionality.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Docs.v17.2.dll

Declaration

public class Workbook :
    IWorkbook,
    ISpreadsheetComponent,
    IBatchUpdateable,
    IServiceContainer,
    IServiceProvider,
    IPrintable,
    IBasePrintable,
    ExternalWorkbook,
    ISupportsContentChanged,
    IDisposable

The following members accept/return Workbook objects:

Remarks

A Workbook class specifies the root object of the non-visual spreadsheet engine. It provides a comprehensive set of properties and methods required to create, load, modify, print and save the corresponding workbook without user interaction.

Use of these methods in production code requires a license to the DevExpress Document Server or the DevExpress Universal Subscription.

Please refer to the DevExpress Subscription page for pricing information.

For details, see the Workbook topic and the Examples section.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Workbook class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
Workbook
See Also