パッケージ org.bbreak.excella.core.tag.excel2java

ExCella CoreのExcel->Javaタグ解析クラス群

参照先:
          説明

クラスの概要
ArraysParser パース結果をList<Object[]>で返却するパーサ
EmptyParser 空のタグパーサ 処理は行わずにパースを
ListParser 処理結果をListで返却するパーサ
MapParser パース結果をマップで返却するパーサ
MapsParser パース結果をList<Map>で返却するパーサ
ObjectsParser パース結果をList<Object>で返却するパーサ
ObjectsPropertyParser Objectsパーサ用独自プロパティ解析クラス
 

パッケージ org.bbreak.excella.core.tag.excel2java の説明

ExCella CoreのExcel->Javaタグ解析クラス群