bad.robot.excel.row
Class NullSkippingRowBuilder
java.lang.Object
bad.robot.excel.row.NullSkippingRowBuilder
- All Implemented Interfaces:
- RowBuilder
public class NullSkippingRowBuilder
- extends Object
- implements RowBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullSkippingRowBuilder
public NullSkippingRowBuilder(int initialCapacity,
Style defaultStyle)
withBlank
public RowBuilder withBlank(ColumnIndex index)
- Specified by:
withBlank
in interface RowBuilder
withString
public NullSkippingRowBuilder withString(ColumnIndex index,
String text)
- Specified by:
withString
in interface RowBuilder
withDouble
public NullSkippingRowBuilder withDouble(ColumnIndex index,
Double value)
- Specified by:
withDouble
in interface RowBuilder
withInteger
public NullSkippingRowBuilder withInteger(ColumnIndex index,
Integer value)
- Specified by:
withInteger
in interface RowBuilder
withDate
public NullSkippingRowBuilder withDate(ColumnIndex index,
Date date)
- Specified by:
withDate
in interface RowBuilder
withFormula
public RowBuilder withFormula(ColumnIndex index,
String formula)
- Specified by:
withFormula
in interface RowBuilder
build
public Row build()
- Specified by:
build
in interface RowBuilder
Copyright © 2013. All Rights Reserved.