org.beangle.data.excel.template.DefaultTransformer
See theDefaultTransformer companion object
class DefaultTransformer(val workbook: Workbook) extends AbstractTransformer
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
override def updateRowHeight(srcSheetName: String, srcRowNum: Int, targetSheetName: String, targetRowNum: Int): Unit
Attributes
- Definition Classes
Writes Excel workbook to output stream and disposes the workbook.
Writes Excel workbook to output stream and disposes the workbook.
Attributes
- Definition Classes
Writes Excel workbook to output stream but not close the stream designed to use with ZipOutputStream or other OutputStream for creates several xls files one time.
Writes Excel workbook to output stream but not close the stream designed to use with ZipOutputStream or other OutputStream for creates several xls files one time.
Attributes
- Definition Classes
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- AbstractTransformer
Attributes
- Definition Classes
- Inherited from:
- AbstractTransformer
Attributes
- Definition Classes
- Inherited from:
- AbstractTransformer
Inherited fields
Attributes
- Inherited from:
- AbstractTransformer
Attributes
- Inherited from:
- AbstractTransformer
Attributes
- Inherited from:
- AbstractTransformer
Attributes
- Inherited from:
- AbstractTransformer
Attributes
- Inherited from:
- AbstractTransformer
In this article