org.beangle.data.excel.template

Members list

Type members

Classlikes

abstract class AbstractTransformer extends Transformer

Attributes

Supertypes
trait Transformer
class Object
trait Matchable
class Any
Known subtypes
object Area

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Area.type
class Area(val startCellRef: CellRef, val size: Size, var transformer: Transformer)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object CellData

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
CellData.type
class CellData(val cellRef: CellRef, var cell: Cell)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
class CellRange(var startCellRef: CellRef, var width: Int, var height: Int)

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Adjacent
object Inner

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
class Context

Map bean context

Map bean context

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class DefaultTransformer(val workbook: Workbook) extends AbstractTransformer

Attributes

Companion
object
Supertypes
trait Transformer
class Object
trait Matchable
class Any
object DirectiveData

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class DirectiveData(var startCellRef: CellRef, val size: Size, val directive: Directive)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class MultiSheetCellRefGenerator(val sheetNames: Seq[String], val startCellRef: CellRef) extends CellRefGenerator

Attributes

Supertypes
class Object
trait Matchable
class Any
object Notation

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Notation.type
class PoiConditionalFormatting(val conditionalFormatting: ConditionalFormatting)

Attributes

Supertypes
class Object
trait Matchable
class Any
object RowData

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
RowData.type
class RowData(val row: Row) extends Iterable[CellData]

Attributes

Companion
object
Supertypes
trait Iterable[CellData]
trait IterableFactoryDefaults[CellData, Iterable]
trait IterableOps[CellData, Iterable, Iterable[CellData]]
trait IterableOnceOps[CellData, Iterable, Iterable[CellData]]
trait IterableOnce[CellData]
class Object
trait Matchable
class Any
Show all
object SheetData

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
SheetData.type
class SheetData(val sheet: Sheet) extends Iterable[RowData]

Attributes

Companion
object
Supertypes
trait Iterable[RowData]
trait IterableFactoryDefaults[RowData, Iterable]
trait IterableOps[RowData, Iterable, Iterable[RowData]]
trait IterableOnceOps[RowData, Iterable, Iterable[RowData]]
trait IterableOnce[RowData]
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class TransformHelper(templateStream: InputStream)

Attributes

Supertypes
class Object
trait Matchable
class Any
trait Transformer

Defines interface methods for Excel operations

Defines interface methods for Excel operations

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class XlsCommentAreaBuilder(val transformer: Transformer, val clearTemplateCells: Boolean)

Attributes

Supertypes
class Object
trait Matchable
class Any