Uses of Interface
com.tick42.glue.office.spreadsheets.RowsBuilder
Packages that use RowsBuilder
-
Uses of RowsBuilder in com.tick42.glue.office.spreadsheets
Classes in com.tick42.glue.office.spreadsheets with type parameters of type RowsBuilderSubinterfaces of RowsBuilder in com.tick42.glue.office.spreadsheetsModifier and TypeInterfaceDescriptionstatic interfaceSheetOptions.Builder<T,B extends SheetOptions.Builder<T, B>> interfaceTableBuilder<T,B extends TableBuilder<T, B>> Method parameters in com.tick42.glue.office.spreadsheets with type arguments of type RowsBuilderModifier and TypeMethodDescriptionSheet.changeColumns(BiConsumer<ColumnsBuilder<?>, RowsBuilder<T, ?>> config) Change the columns (and optionally the rows) in the sheet.Sheet.changeData(Consumer<RowsBuilder<T, ?>> data) Change the rows in this sheet.