Click or drag to resize
Workbook Class
Representing an Excel document, Workbook class is used to read the data submitted by AceoffixCtrl.
Inheritance Hierarchy
SystemObject
  Aceoffix.ExcelReaderWorkbook

Namespace: Aceoffix.ExcelReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public sealed class Workbook

The Workbook type exposes the following members.

Constructors
  NameDescription
Public methodWorkbook
Initializes a new instance of Workbook class.
Top
Methods
  NameDescription
Public methodCode exampleClose
Closes the Workbook object and returns a success message for saving.
Public methodCode exampleGetFormField
Gets the value of the Form field specified in the page with AceoffixCtrl.
Public methodCode exampleOpenSheet
Opens the specified worksheet and returns a Sheet object.
Public methodCode exampleShowPage
Pops up a custom dialog box in browser to show the saving result in HTML format.
Top
Properties
  NameDescription
Public propertyCode exampleCustomSaveResult
Sets the custom saving result defined by developer.
Public propertySheets
Gets the Sheet collection submitted by AceoffixCtrl.
Top
Remarks

Workbook is an important class. Workbook object contains the data submitted by AceoffixCtrl. If you need to extract data from Excel spreadsheet, you have to create Workbook object.

Note Note

Aceoffix.ExcelReader.Workbook object can only be created in the page specified in the SaveDataPage.

See Also