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(CellIndex index,
String text)
withDouble
public RowBuilder withDouble(CellIndex index,
Double value)
withDouble
public RowBuilder withDouble(CellIndex index,
Double value,
Style style)
withInteger
public RowBuilder withInteger(CellIndex index,
Integer value)
withDate
public RowBuilder withDate(CellIndex index,
Date date)
withDate
public RowBuilder withDate(CellIndex index,
Date date,
Style style)
build
public Row build()
Copyright © 2012. All Rights Reserved.