Search
CalcImporter Members
Constructors Methods
 


CalcImporter lets you import OpenOffice Calc spreadsheets into a Workbook.

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

 Public Constructors

  Name Description

CalcImporter

Initializes a new instance of the CalcImporter class.

 Public Methods

  Name Description

determineDateFormat

 

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.

importCalc

Imports the specified OpenOffice Calc spreadsheet 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