ExcelWorkbook Class

Office Open XML

Represents the Excel workbook and provides access to all the document properties and worksheets within the workbook.

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public sealed class ExcelWorkbook : XmlHelper
Visual Basic (Declaration)
Public NotInheritable Class ExcelWorkbook _
	Inherits XmlHelper
Visual C++
public ref class ExcelWorkbook sealed : public XmlHelper

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml..::.XmlHelper
    OfficeOpenXml..::.ExcelWorkbook

See Also