org.beangle.doc.excel.template

Type members

Classlikes

abstract
object Area
Companion
class
class Area(val startCellRef: CellRef, val size: Size, var transformer: Transformer)
Companion
object
object CellData
Companion
class
class CellData(val cellRef: CellRef, var cell: Cell)
Companion
object
class CellRange(var startCellRef: CellRef, var width: Int, var height: Int)
Companion
object
Companion
class
class Context

Map bean context

Map bean context

Companion
class
class DefaultTransformer(val workbook: Workbook) extends AbstractTransformer
Companion
object
Companion
class
class DirectiveData(var startCellRef: CellRef, val size: Size, val directive: Directive)
Companion
object
Companion
class
Companion
object
class MultiSheetCellRefGenerator(val sheetNames: Seq[String], val startCellRef: CellRef) extends CellRefGenerator
object Notation
class PoiConditionalFormatting(val conditionalFormatting: ConditionalFormatting)
object RowData
Companion
class
class RowData(val row: Row) extends Iterable[CellData]
Companion
object
object SheetData
Companion
class
class SheetData(val sheet: Sheet) extends Iterable[RowData]
Companion
object
class TransformHelper(templateStream: InputStream)

Defines interface methods for Excel operations

Defines interface methods for Excel operations

class XlsCommentAreaBuilder(val transformer: Transformer, val clearTemplateCells: Boolean)