Search
ExcelImporter Members
Constructors Methods
 


ExcelImporter lets you import Excel Open XML documents into a Workbook.

The following tables list the members exposed by the ExcelImporter type.

 Public Constructors

  Name Description

ExcelImporter

Initializes a new instance of the ExcelImporter class.

 Public Methods

  Name Description

getSharedBuilder

Gets the shared DocumentBuilder to use for XML parsing.

getView

Gets an optional view. This view is used during export to write the currently active worksheet and the current cell selection. If the view is not specified, the active worksheet and cell selection are set to the default.

importXlsx

Imports the specified Excel Open XML document into the specified workbook.

setSharedBuilder

Sets a shared DocumentBuilder to use for XML parsing.

setView

Sets an optional view. This view is used during export to write the currently active worksheet and the current cell selection. If the view is not specified, the active worksheet and cell selection are set to the default.

 See Also