org.seasar.extension.dataset.impl
クラス XlsReader

java.lang.Object
  拡張org.seasar.extension.dataset.impl.XlsReader
すべての実装インタフェース:
DataReader, DataSetConstants

public class XlsReader
extends Object
implements DataReader, DataSetConstants

作成者:
higa, manhole

フィールドの概要
 
インタフェース org.seasar.extension.dataset.DataSetConstants から継承したフィールド
BASE64_FORMAT, DATE_FORMAT, TABLE_KEY
 
コンストラクタの概要
XlsReader(File file)
           
XlsReader(File file, boolean trimString)
           
XlsReader(File dir, String fileName)
           
XlsReader(File dir, String fileName, boolean trimString)
           
XlsReader(InputStream in)
           
XlsReader(InputStream in, boolean trimString)
           
XlsReader(String path)
           
XlsReader(String path, boolean trimString)
           
XlsReader(String dirName, String fileName)
           
XlsReader(String dirName, String fileName, boolean trimString)
           
 
メソッドの概要
protected  ColumnType getColumnType(org.apache.poi.hssf.usermodel.HSSFCell cell)
           
 Object getValue(org.apache.poi.hssf.usermodel.HSSFCell cell)
           
 boolean isCellBase64Formatted(org.apache.poi.hssf.usermodel.HSSFCell cell)
           
 boolean isCellDateFormatted(org.apache.poi.hssf.usermodel.HSSFCell cell)
           
 DataSet read()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

XlsReader

public XlsReader(String path)

XlsReader

public XlsReader(String path,
                 boolean trimString)

XlsReader

public XlsReader(String dirName,
                 String fileName)

XlsReader

public XlsReader(String dirName,
                 String fileName,
                 boolean trimString)

XlsReader

public XlsReader(File dir,
                 String fileName)

XlsReader

public XlsReader(File dir,
                 String fileName,
                 boolean trimString)

XlsReader

public XlsReader(File file)

XlsReader

public XlsReader(File file,
                 boolean trimString)

XlsReader

public XlsReader(InputStream in)

XlsReader

public XlsReader(InputStream in,
                 boolean trimString)
メソッドの詳細

read

public DataSet read()
定義:
インタフェース DataReader 内の read
関連項目:
DataReader.read()

isCellBase64Formatted

public boolean isCellBase64Formatted(org.apache.poi.hssf.usermodel.HSSFCell cell)

isCellDateFormatted

public boolean isCellDateFormatted(org.apache.poi.hssf.usermodel.HSSFCell cell)

getValue

public Object getValue(org.apache.poi.hssf.usermodel.HSSFCell cell)

getColumnType

protected ColumnType getColumnType(org.apache.poi.hssf.usermodel.HSSFCell cell)


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.