Class ExcelWorkbook
- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
public sealed class ExcelWorkbook : XmlHelper, IDisposable
- Inheritance
-
ExcelWorkbook
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
CalcMode
public ExcelCalcMode CalcMode { get; set; }
Property Value
- ExcelCalcMode
CodeModule
public ExcelVBAModule CodeModule { get; }
Property Value
- ExcelVBAModule
Date1904
public bool Date1904 { get; set; }
Property Value
- bool
public FormulaParserManager FormulaParserManager { get; }
Property Value
- FormulaParserManager
FullCalcOnLoad
public bool FullCalcOnLoad { get; set; }
Property Value
- bool
MaxFontWidth
public decimal MaxFontWidth { get; set; }
Property Value
- decimal
Names
public ExcelNamedRangeCollection Names { get; }
Property Value
- ExcelNamedRangeCollection
Properties
public OfficeProperties Properties { get; }
Property Value
- OfficeProperties
Protection
public ExcelProtection Protection { get; }
Property Value
- ExcelProtection
Styles
public ExcelStyles Styles { get; }
Property Value
- ExcelStyles
StylesXml
public XmlDocument StylesXml { get; set; }
Property Value
- XmlDocument
VbaProject
public ExcelVbaProject VbaProject { get; }
Property Value
- ExcelVbaProject
View
public ExcelWorkbookView View { get; }
Property Value
- ExcelWorkbookView
WorkbookXml
public XmlDocument WorkbookXml { get; }
Property Value
- XmlDocument
Worksheets
public ExcelWorksheets Worksheets { get; }
Property Value
- ExcelWorksheets
Methods
CreateVBAProject()
public void CreateVBAProject()
Dispose()