org.torikiri.xlsapi
クラス XlsAPI

java.lang.Object
  上位を拡張 org.torikiri.xlsapi.XlsAPI

public class XlsAPI
extends Object


コンストラクタの概要
protected XlsAPI()
           
 
メソッドの概要
static Cell cell(boolean value)
           
static Cell cell(Calendar value)
           
static Cell cell(Date value)
           
static Cell cell(double value)
           
static Cell cell(String value)
           
static Row row(Cell... cells)
           
static Sheet sheet(Row... rows)
           
static Sheet sheet(String name)
           
static Style style()
           
static Xls xls(boolean condition, Sheet... sheets)
           
static Xls xls(Sheet... sheets)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

XlsAPI

protected XlsAPI()
メソッドの詳細

xls

public static Xls xls(Sheet... sheets)

xls

public static Xls xls(boolean condition,
                      Sheet... sheets)

sheet

public static Sheet sheet(Row... rows)

sheet

public static Sheet sheet(String name)

row

public static Row row(Cell... cells)

cell

public static Cell cell(boolean value)

cell

public static Cell cell(Calendar value)

cell

public static Cell cell(Date value)

cell

public static Cell cell(double value)

cell

public static Cell cell(String value)

style

public static Style style()