WidgetXLSX class

Implementers

Constructors

WidgetXLSX.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titulo String?
getter/setter pair

Methods

celulaNumber({required dynamic sheet, required dynamic linha, required dynamic coluna, required dynamic style, required dynamic number, bool? laguraFixa}) → dynamic
celulaText({required Worksheet sheet, required int linha, required int coluna, required Style style, required dynamic text, bool? autoFitColumns, bool? laguraFixa, bool? larguraTitulo}) → dynamic
colunas({required Worksheet sheet, required int linha, required int coluna, required Style colunasStyle, required dynamic colunasList}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
styleCabecalho({required Workbook workbook}) → Style
styleCelulaBranco({required Workbook workbook}) → Style
styleCelulaCinza({required Workbook workbook}) → Style
styleColunas({required Workbook workbook}) → Style
tilulo({required Worksheet sheet, required int linha, required int coluna, required Style cabecalhoStyle, required String titulo}) → Worksheet
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited