Uses of Interface
com.tick42.glue.office.spreadsheets.RowsBuilder
-
Packages that use RowsBuilder Package Description com.tick42.glue.office.spreadsheets The spreadsheet API for Glue Office. -
-
Uses of RowsBuilder in com.tick42.glue.office.spreadsheets
Classes in com.tick42.glue.office.spreadsheets with type parameters of type RowsBuilder Modifier and Type Interface Description interfaceRowsBuilder<T,B extends RowsBuilder<T,B>>Subinterfaces of RowsBuilder in com.tick42.glue.office.spreadsheets Modifier and Type Interface Description static 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 RowsBuilder Modifier and Type Method Description CompletionStage<?>Sheet. changeColumns(BiConsumer<ColumnsBuilder<?>,RowsBuilder<T,?>> config)Change the columns (and optionally the rows) in the sheet.CompletionStage<?>Sheet. changeData(Consumer<RowsBuilder<T,?>> data)Change the rows in this sheet.
-