public class NullSkippingRowBuilder extends Object implements RowBuilder
| Constructor and Description |
|---|
NullSkippingRowBuilder(int initialCapacity,
Style defaultStyle) |
| Modifier and Type | Method and Description |
|---|---|
Row |
build() |
RowBuilder |
withBlank(ColumnIndex index) |
NullSkippingRowBuilder |
withDate(ColumnIndex index,
Date date) |
NullSkippingRowBuilder |
withDouble(ColumnIndex index,
Double value) |
RowBuilder |
withFormula(ColumnIndex index,
String formula) |
NullSkippingRowBuilder |
withInteger(ColumnIndex index,
Integer value) |
NullSkippingRowBuilder |
withString(ColumnIndex index,
String text) |
public NullSkippingRowBuilder(int initialCapacity,
Style defaultStyle)
public RowBuilder withBlank(ColumnIndex index)
withBlank in interface RowBuilderpublic NullSkippingRowBuilder withString(ColumnIndex index, String text)
withString in interface RowBuilderpublic NullSkippingRowBuilder withDouble(ColumnIndex index, Double value)
withDouble in interface RowBuilderpublic NullSkippingRowBuilder withInteger(ColumnIndex index, Integer value)
withInteger in interface RowBuilderpublic NullSkippingRowBuilder withDate(ColumnIndex index, Date date)
withDate in interface RowBuilderpublic RowBuilder withFormula(ColumnIndex index, String formula)
withFormula in interface RowBuilderpublic Row build()
build in interface RowBuilderCopyright © 2018. All Rights Reserved.