public interface RowBuilder
| Modifier and Type | Method and Description |
|---|---|
Row |
build() |
RowBuilder |
withBlank(ColumnIndex index) |
RowBuilder |
withDate(ColumnIndex index,
Date date) |
RowBuilder |
withDouble(ColumnIndex index,
Double value) |
RowBuilder |
withFormula(ColumnIndex index,
String formula) |
RowBuilder |
withInteger(ColumnIndex index,
Integer value) |
RowBuilder |
withString(ColumnIndex index,
String text) |
RowBuilder withBlank(ColumnIndex index)
RowBuilder withString(ColumnIndex index, String text)
RowBuilder withDouble(ColumnIndex index, Double value)
RowBuilder withInteger(ColumnIndex index, Integer value)
RowBuilder withDate(ColumnIndex index, Date date)
RowBuilder withFormula(ColumnIndex index, String formula)
Row build()
Copyright © 2018. All Rights Reserved.