Search
CalcExporter Members
Constructors Methods
 


CalcExporter lets you export Workbooks to OpenOffice Calc spreadsheets.

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

 Public Constructors

  Name Description

CalcExporter

Initializes a new instance of the CalcExporter class.

 Public Methods

  Name Description

export

Exports the specified workbook to the specified OpenOffice Calc spreadsheet.

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.

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