ch.e2e.excelgenerator
Class ExcelGenerator

java.lang.Object
  extended by ch.e2e.excelgenerator.ExcelGenerator

public class ExcelGenerator
extends java.lang.Object

Copyright © 2001-2012 E2E Technologies Ltd. All rights reserved.

Version:
$Revision$
Author:
pmuessig

Nested Class Summary
static class ExcelGenerator.Cell
           
static class ExcelGenerator.Data
           
static class ExcelGenerator.Row
           
 
Constructor Summary
ExcelGenerator()
           
 
Method Summary
static void generateExcel(java.lang.String filename, java.util.Map<java.lang.String,Data> data, java.lang.String templateFilename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelGenerator

public ExcelGenerator()
Method Detail

generateExcel

public static void generateExcel(java.lang.String filename,
                                 java.util.Map<java.lang.String,Data> data,
                                 java.lang.String templateFilename)
                          throws java.io.IOException,
                                 InvalidFormatException,
                                 java.text.ParseException
Throws:
java.io.IOException
InvalidFormatException
java.text.ParseException


Copyright © 2012 E2E Technologies Ltd. All Rights Reserved.