|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkr.co.hit.live.util.ExcelUtil
public class ExcelUtil
Excel 파일 출력 기능을 제공한다.
| 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 |
|---|
public ExcelUtil()
| Method Detail |
|---|
public static void write(ValueObject pVO,
File file,
String[] columns)
throws IOException
IOException
public static void write(ValueObject pVO,
OutputStream out,
String[] columns)
throws IOException
IOException
public static void write(ValueObject pVO,
OutputStream out,
String[] columns,
String[] headers)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||