kr.co.hit.live.util
Class ExcelUtil

java.lang.Object
  extended by kr.co.hit.live.util.ExcelUtil

public class ExcelUtil
extends Object

Excel 파일 출력 기능을 제공한다.

Author:
김형도

Constructor Summary
ExcelUtil()
           
 
Method Summary
static void write(ValueObject pVO, File file, String[] columns)
           
static void write(ValueObject pVO, OutputStream out, String[] columns)
           
static void write(ValueObject pVO, OutputStream out, String[] columns, String[] headers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelUtil

public ExcelUtil()
Method Detail

write

public static void write(ValueObject pVO,
                         File file,
                         String[] columns)
                  throws IOException
Throws:
IOException

write

public static void write(ValueObject pVO,
                         OutputStream out,
                         String[] columns)
                  throws IOException
Throws:
IOException

write

public static void write(ValueObject pVO,
                         OutputStream out,
                         String[] columns,
                         String[] headers)
                  throws IOException
Throws:
IOException


Copyright © 2014. All Rights Reserved.