bad.robot.excel
Class NullSkippingRowBuilder
java.lang.Object
bad.robot.excel.NullSkippingRowBuilder
public class NullSkippingRowBuilder
- extends Object
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)
withString
public NullSkippingRowBuilder withString(ColumnIndex index,
String text)
withDouble
public NullSkippingRowBuilder withDouble(ColumnIndex index,
Double value)
withDouble
public NullSkippingRowBuilder withDouble(ColumnIndex index,
Double value,
Style style)
withInteger
public NullSkippingRowBuilder withInteger(ColumnIndex index,
Integer value)
withDate
public NullSkippingRowBuilder withDate(ColumnIndex index,
Date date)
withDate
public NullSkippingRowBuilder withDate(ColumnIndex index,
Date date,
Style style)
build
public Row build()
Copyright © 2012. All Rights Reserved.