IExcelExport
package com.css.common.excel;
import java.io.*;
import java.util.List;
/**
?*
?* 定義DB導入Excel的接口 <br>
?* Create Time :2007/10/09 <br>
?* Update Time :2009/10/09 by? <br>
?* @version 1.0
?*
?*/
public interface IExcelExport {
?/**
? * 把Excel寫入輸出流
? *
? * @param output
? * @throws Exception
? */
?public void exportExcel(OutputStream output) throws Exception;
?/**
? * Excel寫入文件
? *
? * @param file
? * @throws Exception
? */
?public void exportExcel(File file) throws Exception;
?/**
? * 得到字段名
? *
? * @return 返回字段名的集合
? */
?public List getColumnFiledList();
?/**
? * 得到表列名
? *
? * @return 返回表列名的集合
? */
?public List getColumnNameList();
}
總結(jié)
以上是生活随笔為你收集整理的IExcelExport的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 系统中常用操作基类(SSH项目中)非常非
- 下一篇: 国家秘密及其密级的具体范围由国家保密行政