C E G I J M N O P R S T V 

M

makeReport(InputStream, Map<String, Object>) - クラス のメソッドorg.hanei.jaxcel.report.ReportMaker
入力ストリームのExcelテンプレートファイルにデータを挿入することでExcel帳票を生成、Workbookオブジェクトを返却する。
makeReport(InputStream, Map<String, Object>, OutputStream) - クラス のメソッドorg.hanei.jaxcel.report.ReportMaker
入力ストリームのExcelテンプレートファイルにデータを挿入することでExcel帳票を生成、出力ストリームにExcel帳票を出力する。
makeReport(File, Map<String, Object>) - クラス のメソッドorg.hanei.jaxcel.report.ReportMaker
Excelテンプレートファイルにデータを挿入することでExcel帳票を生成、Workbookオブジェクトを返却する。
makeReport(File, Map<String, Object>, OutputStream) - クラス のメソッドorg.hanei.jaxcel.report.ReportMaker
Excelテンプレートファイルにデータを挿入することでExcel帳票を生成、出力ストリームにExcel帳票を出力する。
makeReport(Workbook, Map<String, Object>) - クラス のメソッドorg.hanei.jaxcel.report.ReportMaker
ExcelテンプレートのWorkbookオブジェクトにデータを挿入することでExcel帳票を生成する。
moveRange(Sheet, CellRangeAddress, int, int, boolean) - クラス のstaticメソッドorg.hanei.jaxcel.util.JaxcelUtil
対象範囲を移動する
C E G I J M N O P R S T V