bad.robot.excel
Class RowBuilder
java.lang.Object
bad.robot.excel.RowBuilder
public class RowBuilder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aRow
public static RowBuilder aRow()
withString
public RowBuilder withString(ColumnIndex index,
String text)
withDouble
public RowBuilder withDouble(ColumnIndex index,
Double value)
withDouble
public RowBuilder withDouble(ColumnIndex index,
Double value,
Style style)
withInteger
public RowBuilder withInteger(ColumnIndex index,
Integer value)
withDate
public RowBuilder withDate(ColumnIndex index,
Date date)
withDate
public RowBuilder withDate(ColumnIndex index,
Date date,
Style style)
build
public Row build()
Copyright © 2012. All Rights Reserved.