Search
ExcelExporter Methods
 


 Public Methods

  Name Description

exportXlsx

Exports the specified workbook to the specified Excel Open XML document.

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