org.torikiri.xlsapi
クラス Xls

java.lang.Object
  上位を拡張 org.torikiri.xlsapi.AbstractElement<Xls,Sheet>
      上位を拡張 org.torikiri.xlsapi.Xls
すべての実装されたインタフェース:
Element<Xls,Sheet>

public class Xls
extends AbstractElement<Xls,Sheet>


フィールドの概要
 
クラス org.torikiri.xlsapi.AbstractElement から継承されたフィールド
children
 
コンストラクタの概要
Xls(boolean condition, Sheet... sheets)
           
Xls(Sheet... sheets)
           
 
メソッドの概要
protected  HSSFWorkbook build()
           
 Xls getThis()
           
 void write(OutputStream out)
           
 void write(String path)
           
 
クラス org.torikiri.xlsapi.AbstractElement から継承されたメソッド
add, add
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Xls

public Xls(Sheet... sheets)

Xls

public Xls(boolean condition,
           Sheet... sheets)
メソッドの詳細

write

public void write(String path)
           throws IOException
例外:
IOException

write

public void write(OutputStream out)
           throws IOException
例外:
IOException

build

protected HSSFWorkbook build()

getThis

public Xls getThis()
定義:
クラス AbstractElement<Xls,Sheet> 内の getThis