@@ -23,7 +23,7 @@ import java.lang.annotation.Target; | |||||
/** | /** | ||||
* Excel 导出基本注释 | * Excel 导出基本注释 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月20日 下午10:25:12 | |||||
* @date 2014年6月20日 下午10:25:12 | |||||
*/ | */ | ||||
@Retention(RetentionPolicy.RUNTIME) | @Retention(RetentionPolicy.RUNTIME) | ||||
@Target(ElementType.FIELD) | @Target(ElementType.FIELD) | ||||
@@ -23,7 +23,7 @@ import java.lang.annotation.Target; | |||||
/** | /** | ||||
* 标记为excel 创建实体忽略,放置死循环的造成 | * 标记为excel 创建实体忽略,放置死循环的造成 | ||||
* @author JueYue | * @author JueYue | ||||
* 2013-9-24 | |||||
* @date 2013-9-24 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
@Retention(RetentionPolicy.RUNTIME) | @Retention(RetentionPolicy.RUNTIME) | ||||
@@ -30,7 +30,7 @@ import org.slf4j.LoggerFactory; | |||||
* Excel类型的缓存 | * Excel类型的缓存 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年2月11日 | |||||
* @date 2014年2月11日 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
public final class ExcelCache { | public final class ExcelCache { | ||||
@@ -12,7 +12,7 @@ import com.google.common.cache.LoadingCache; | |||||
/** | /** | ||||
* Excel 转变成为Html 的缓存 | * Excel 转变成为Html 的缓存 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年8月7日 下午1:29:47 | |||||
* @date 2015年8月7日 下午1:29:47 | |||||
*/ | */ | ||||
public class HtmlCache { | public class HtmlCache { | ||||
@@ -32,7 +32,7 @@ import com.google.common.cache.LoadingCache; | |||||
/** | /** | ||||
* 图片缓存处理 | * 图片缓存处理 | ||||
* @author JueYue | * @author JueYue | ||||
* 2016年1月8日 下午4:16:32 | |||||
* @date 2016年1月8日 下午4:16:32 | |||||
*/ | */ | ||||
public class ImageCache { | public class ImageCache { | ||||
@@ -26,7 +26,7 @@ import org.slf4j.LoggerFactory; | |||||
* word 缓存中心 | * word 缓存中心 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年7月24日 下午10:54:31 | |||||
* @date 2014年7月24日 下午10:54:31 | |||||
*/ | */ | ||||
public class WordCache { | public class WordCache { | ||||
@@ -28,7 +28,7 @@ import org.slf4j.LoggerFactory; | |||||
/** | /** | ||||
* 文件加载类,根据路径加载指定文件 | * 文件加载类,根据路径加载指定文件 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年2月10日 | |||||
* @date 2014年2月10日 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
public class FileLoadeImpl implements IFileLoader { | public class FileLoadeImpl implements IFileLoader { | ||||
@@ -19,7 +19,7 @@ package org.jeecgframework.poi.cache.manager; | |||||
* 缓存读取 | * 缓存读取 | ||||
* @author JueYue | * @author JueYue | ||||
* 默认实现是FileLoader | * 默认实现是FileLoader | ||||
* 2015年10月17日 下午7:12:01 | |||||
* @date 2015年10月17日 下午7:12:01 | |||||
*/ | */ | ||||
public interface IFileLoader { | public interface IFileLoader { | ||||
/** | /** | ||||
@@ -32,8 +32,8 @@ import com.google.common.cache.LoadingCache; | |||||
* 缓存管理 | * 缓存管理 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年2月10日 | |||||
* 2015年10月17日 | |||||
* @date 2014年2月10日 | |||||
* @date 2015年10月17日 | |||||
* @version 1.1 | * @version 1.1 | ||||
*/ | */ | ||||
public final class POICacheManager { | public final class POICacheManager { | ||||
@@ -5,7 +5,7 @@ | |||||
*/ | */ | ||||
/** | /** | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年2月10日 | |||||
* @date 2014年2月10日 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
package org.jeecgframework.poi.cache; | package org.jeecgframework.poi.cache; |
@@ -35,7 +35,7 @@ import org.jeecgframework.poi.excel.export.template.ExcelExportOfTemplateUtil; | |||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* @version 1.0 | * @version 1.0 | ||||
* 2013-10-17 | |||||
* @date 2013-10-17 | |||||
*/ | */ | ||||
public class ExcelExportUtil { | public class ExcelExportUtil { | ||||
@@ -35,7 +35,7 @@ import org.slf4j.LoggerFactory; | |||||
* Excel 导入工具 | * Excel 导入工具 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2013-9-24 | |||||
* @date 2013-9-24 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
@SuppressWarnings({ "unchecked" }) | @SuppressWarnings({ "unchecked" }) | ||||
@@ -7,7 +7,7 @@ import org.jeecgframework.poi.excel.entity.ExcelToHtmlParams; | |||||
/** | /** | ||||
* Excel 变成界面 | * Excel 变成界面 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年5月10日 上午11:51:48 | |||||
* @date 2015年5月10日 上午11:51:48 | |||||
*/ | */ | ||||
public class ExcelToHtmlUtil { | public class ExcelToHtmlUtil { | ||||
@@ -20,7 +20,7 @@ import org.jeecgframework.poi.handler.inter.IExcelDataHandler; | |||||
/** | /** | ||||
* 基础参数 | * 基础参数 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月20日 下午1:56:52 | |||||
* @date 2014年6月20日 下午1:56:52 | |||||
*/ | */ | ||||
@SuppressWarnings("rawtypes") | @SuppressWarnings("rawtypes") | ||||
public class ExcelBaseParams { | public class ExcelBaseParams { | ||||
@@ -5,7 +5,7 @@ import org.apache.poi.ss.usermodel.Workbook; | |||||
/** | /** | ||||
* Excel到HTML的参数 | * Excel到HTML的参数 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年8月7日 下午1:45:46 | |||||
* @date 2015年8月7日 下午1:45:46 | |||||
*/ | */ | ||||
public class ExcelToHtmlParams { | public class ExcelToHtmlParams { | ||||
/** | /** | ||||
@@ -21,7 +21,7 @@ import org.jeecgframework.poi.handler.inter.IExcelVerifyHandler; | |||||
* 导入参数设置 | * 导入参数设置 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2013-9-24 | |||||
* @date 2013-9-24 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
@SuppressWarnings("rawtypes") | @SuppressWarnings("rawtypes") | ||||
@@ -21,7 +21,7 @@ import org.jeecgframework.poi.excel.export.styler.ExcelExportStylerDefaultImpl; | |||||
* 模板导出参数设置 | * 模板导出参数设置 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2013-10-17 | |||||
* @date 2013-10-17 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
public class TemplateExportParams extends ExcelBaseParams { | public class TemplateExportParams extends ExcelBaseParams { | ||||
@@ -18,7 +18,7 @@ package org.jeecgframework.poi.excel.entity.enmus; | |||||
/** | /** | ||||
* Cell 值得类型 | * Cell 值得类型 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年12月29日 下午10:20:49 | |||||
* @date 2014年12月29日 下午10:20:49 | |||||
*/ | */ | ||||
public enum CellValueType { | public enum CellValueType { | ||||
@@ -22,7 +22,7 @@ import org.jeecgframework.poi.excel.export.styler.ExcelExportStylerDefaultImpl; | |||||
/** | /** | ||||
* 插件提供的几个默认样式 | * 插件提供的几个默认样式 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年1月9日 下午9:02:24 | |||||
* @date 2015年1月9日 下午9:02:24 | |||||
*/ | */ | ||||
public enum ExcelStyleType { | public enum ExcelStyleType { | ||||
@@ -18,7 +18,7 @@ package org.jeecgframework.poi.excel.entity.enmus; | |||||
/** | /** | ||||
* Excel Type | * Excel Type | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年12月29日 下午9:08:21 | |||||
* @date 2014年12月29日 下午9:08:21 | |||||
*/ | */ | ||||
public enum ExcelType { | public enum ExcelType { | ||||
@@ -23,7 +23,7 @@ import org.jeecgframework.poi.excel.entity.vo.BaseEntityTypeConstants; | |||||
/** | /** | ||||
* Excel 导入导出基础对象类 | * Excel 导入导出基础对象类 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月20日 下午2:26:09 | |||||
* @date 2014年6月20日 下午2:26:09 | |||||
*/ | */ | ||||
public class ExcelBaseEntity { | public class ExcelBaseEntity { | ||||
/** | /** | ||||
@@ -21,7 +21,7 @@ import java.util.Map; | |||||
* Excel 对于的 Collection | * Excel 对于的 Collection | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2013-9-26 | |||||
* @date 2013-9-26 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
public class ExcelCollectionParams { | public class ExcelCollectionParams { | ||||
@@ -7,7 +7,7 @@ import org.apache.poi.ss.usermodel.CellStyle; | |||||
/** | /** | ||||
* 模板for each是的参数 | * 模板for each是的参数 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年4月29日 下午9:22:48 | |||||
* @date 2015年4月29日 下午9:22:48 | |||||
*/ | */ | ||||
public class ExcelForEachParams implements Serializable { | public class ExcelForEachParams implements Serializable { | ||||
@@ -23,7 +23,7 @@ import org.apache.poi.ss.usermodel.Workbook; | |||||
* 导入返回类 | * 导入返回类 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月29日 下午5:12:10 | |||||
* @date 2014年6月29日 下午5:12:10 | |||||
*/ | */ | ||||
public class ExcelImportResult<T> { | public class ExcelImportResult<T> { | ||||
@@ -19,7 +19,7 @@ package org.jeecgframework.poi.excel.entity.result; | |||||
* Excel导入处理返回结果 | * Excel导入处理返回结果 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月23日 下午11:03:29 | |||||
* @date 2014年6月23日 下午11:03:29 | |||||
*/ | */ | ||||
public class ExcelVerifyHanlderResult { | public class ExcelVerifyHanlderResult { | ||||
/** | /** | ||||
@@ -20,7 +20,7 @@ import org.jeecgframework.poi.excel.entity.enmus.CellValueType; | |||||
/** | /** | ||||
* Cell 对象 | * Cell 对象 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年12月29日 下午10:12:57 | |||||
* @date 2014年12月29日 下午10:12:57 | |||||
*/ | */ | ||||
public class SaxReadCellEntity { | public class SaxReadCellEntity { | ||||
/** | /** | ||||
@@ -45,7 +45,7 @@ import org.slf4j.LoggerFactory; | |||||
* Excel导出服务 | * Excel导出服务 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月17日 下午5:30:54 | |||||
* @date 2014年6月17日 下午5:30:54 | |||||
*/ | */ | ||||
public class ExcelExportServer extends ExcelExportBase { | public class ExcelExportServer extends ExcelExportBase { | ||||
@@ -51,7 +51,7 @@ import org.slf4j.LoggerFactory; | |||||
* 提供POI基础操作服务 | * 提供POI基础操作服务 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月17日 下午6:15:13 | |||||
* @date 2014年6月17日 下午6:15:13 | |||||
*/ | */ | ||||
@SuppressWarnings("unchecked") | @SuppressWarnings("unchecked") | ||||
public abstract class ExcelExportBase extends ExportBase { | public abstract class ExcelExportBase extends ExportBase { | ||||
@@ -344,7 +344,7 @@ public abstract class ExcelExportBase extends ExportBase { | |||||
* @param value | * @param value | ||||
* @return | * @return | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013年11月25日 | |||||
* @date 2013年11月25日 | |||||
*/ | */ | ||||
public int getImageType(byte[] value) { | public int getImageType(byte[] value) { | ||||
String type = PoiPublicUtil.getFileExtendName(value); | String type = PoiPublicUtil.getFileExtendName(value); | ||||
@@ -42,7 +42,7 @@ import org.jeecgframework.poi.util.PoiReflectorUtil; | |||||
* 导出基础处理,不设计POI,只设计对象,保证复用性 | * 导出基础处理,不设计POI,只设计对象,保证复用性 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年8月9日 下午11:01:32 | |||||
* @date 2014年8月9日 下午11:01:32 | |||||
*/ | */ | ||||
@SuppressWarnings("rawtypes") | @SuppressWarnings("rawtypes") | ||||
public class ExportBase { | public class ExportBase { | ||||
@@ -24,7 +24,7 @@ import org.jeecgframework.poi.excel.entity.params.ExcelForEachParams; | |||||
/** | /** | ||||
* 抽象接口提供两个公共方法 | * 抽象接口提供两个公共方法 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年1月9日 下午5:48:55 | |||||
* @date 2015年1月9日 下午5:48:55 | |||||
*/ | */ | ||||
public abstract class AbstractExcelExportStyler implements IExcelExportStyler { | public abstract class AbstractExcelExportStyler implements IExcelExportStyler { | ||||
//单行 | //单行 | ||||
@@ -22,7 +22,7 @@ import org.apache.poi.ss.usermodel.Workbook; | |||||
/** | /** | ||||
* 带有边框的Excel样式 | * 带有边框的Excel样式 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年1月9日 下午5:55:29 | |||||
* @date 2015年1月9日 下午5:55:29 | |||||
*/ | */ | ||||
public class ExcelExportStylerBorderImpl extends AbstractExcelExportStyler | public class ExcelExportStylerBorderImpl extends AbstractExcelExportStyler | ||||
implements IExcelExportStyler { | implements IExcelExportStyler { | ||||
@@ -22,7 +22,7 @@ import org.apache.poi.ss.usermodel.Workbook; | |||||
/** | /** | ||||
* 带有样式的导出服务 | * 带有样式的导出服务 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年1月9日 下午4:54:15 | |||||
* @date 2015年1月9日 下午4:54:15 | |||||
*/ | */ | ||||
public class ExcelExportStylerColorImpl extends AbstractExcelExportStyler | public class ExcelExportStylerColorImpl extends AbstractExcelExportStyler | ||||
implements IExcelExportStyler { | implements IExcelExportStyler { | ||||
@@ -22,7 +22,7 @@ import org.apache.poi.ss.usermodel.Workbook; | |||||
/** | /** | ||||
* 样式的默认实现 | * 样式的默认实现 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年1月9日 下午5:36:08 | |||||
* @date 2015年1月9日 下午5:36:08 | |||||
*/ | */ | ||||
public class ExcelExportStylerDefaultImpl extends AbstractExcelExportStyler | public class ExcelExportStylerDefaultImpl extends AbstractExcelExportStyler | ||||
implements IExcelExportStyler { | implements IExcelExportStyler { | ||||
@@ -22,7 +22,7 @@ import org.jeecgframework.poi.excel.entity.params.ExcelForEachParams; | |||||
/** | /** | ||||
* Excel导出样式接口 | * Excel导出样式接口 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年1月9日 下午5:32:30 | |||||
* @date 2015年1月9日 下午5:32:30 | |||||
*/ | */ | ||||
public interface IExcelExportStyler { | public interface IExcelExportStyler { | ||||
@@ -58,7 +58,7 @@ import org.slf4j.LoggerFactory; | |||||
* Excel 导出根据模板导出 | * Excel 导出根据模板导出 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2013-10-17 | |||||
* @date 2013-10-17 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
public final class ExcelExportOfTemplateUtil extends ExcelExportBase { | public final class ExcelExportOfTemplateUtil extends ExcelExportBase { | ||||
@@ -207,7 +207,7 @@ public final class ExcelExportOfTemplateUtil extends ExcelExportBase { | |||||
* @param teplateParams | * @param teplateParams | ||||
* @throws Exception | * @throws Exception | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013-11-11 | |||||
* @date 2013-11-11 | |||||
*/ | */ | ||||
private Workbook getCloneWorkBook() throws Exception { | private Workbook getCloneWorkBook() throws Exception { | ||||
return ExcelCache.getWorkbook(teplateParams.getTemplateUrl(), teplateParams.getSheetNum(), | return ExcelCache.getWorkbook(teplateParams.getTemplateUrl(), teplateParams.getSheetNum(), | ||||
@@ -31,7 +31,7 @@ import org.slf4j.LoggerFactory; | |||||
/** | /** | ||||
* Excel转换成Html 服务 | * Excel转换成Html 服务 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年5月10日 上午11:41:15 | |||||
* @date 2015年5月10日 上午11:41:15 | |||||
*/ | */ | ||||
public class ExcelToHtmlServer { | public class ExcelToHtmlServer { | ||||
@@ -17,7 +17,7 @@ import com.google.common.xml.XmlEscapers; | |||||
/** | /** | ||||
* Cell值帮助类 | * Cell值帮助类 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年5月9日 下午10:31:32 | |||||
* @date 2015年5月9日 下午10:31:32 | |||||
*/ | */ | ||||
public class CellValueHelper { | public class CellValueHelper { | ||||
/** | /** | ||||
@@ -10,7 +10,7 @@ import org.apache.poi.ss.usermodel.Sheet; | |||||
/** | /** | ||||
* 合并单元格帮助类 | * 合并单元格帮助类 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年5月9日 下午2:13:35 | |||||
* @date 2015年5月9日 下午2:13:35 | |||||
*/ | */ | ||||
public class MergedRegionHelper { | public class MergedRegionHelper { | ||||
@@ -39,7 +39,7 @@ import org.jeecgframework.poi.util.PoiPublicUtil; | |||||
/** | /** | ||||
* 样式帮助类 | * 样式帮助类 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年5月9日 下午4:04:24 | |||||
* @date 2015年5月9日 下午4:04:24 | |||||
*/ | */ | ||||
public class StylerHelper { | public class StylerHelper { | ||||
@@ -44,7 +44,7 @@ import org.slf4j.LoggerFactory; | |||||
* 判断类型处理数据 1.判断Excel中的类型 2.根据replace替换值 3.handler处理数据 4.判断返回类型转化数据返回 | * 判断类型处理数据 1.判断Excel中的类型 2.根据replace替换值 3.handler处理数据 4.判断返回类型转化数据返回 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月26日 下午10:42:28 | |||||
* @date 2014年6月26日 下午10:42:28 | |||||
*/ | */ | ||||
public class CellValueServer { | public class CellValueServer { | ||||
@@ -139,7 +139,7 @@ public class CellValueServer { | |||||
* 获取日期类型数据 | * 获取日期类型数据 | ||||
* | * | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013年11月26日 | |||||
* @date 2013年11月26日 | |||||
* @param entity | * @param entity | ||||
* @param value | * @param value | ||||
* @return | * @return | ||||
@@ -64,7 +64,7 @@ import org.slf4j.LoggerFactory; | |||||
* Excel 导入服务 | * Excel 导入服务 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月26日 下午9:20:51 | |||||
* @date 2014年6月26日 下午9:20:51 | |||||
*/ | */ | ||||
@SuppressWarnings({ "rawtypes", "unchecked", "hiding" }) | @SuppressWarnings({ "rawtypes", "unchecked", "hiding" }) | ||||
public class ExcelImportServer extends ImportBaseService { | public class ExcelImportServer extends ImportBaseService { | ||||
@@ -126,7 +126,7 @@ public class ExcelImportServer extends ImportBaseService { | |||||
* 获取key的值,针对不同类型获取不同的值 | * 获取key的值,针对不同类型获取不同的值 | ||||
* | * | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013-11-21 | |||||
* @date 2013-11-21 | |||||
* @param cell | * @param cell | ||||
* @return | * @return | ||||
*/ | */ | ||||
@@ -44,7 +44,7 @@ import org.jeecgframework.poi.util.PoiReflectorUtil; | |||||
/** | /** | ||||
* 导入基础和,普通方法和Sax共用 | * 导入基础和,普通方法和Sax共用 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年1月9日 下午10:25:53 | |||||
* @date 2015年1月9日 下午10:25:53 | |||||
*/ | */ | ||||
public class ImportBaseService { | public class ImportBaseService { | ||||
@@ -1,6 +1,6 @@ | |||||
/** | /** | ||||
* 导入类 | * 导入类 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月23日 下午11:05:59 | |||||
* @date 2014年6月23日 下午11:05:59 | |||||
*/ | */ | ||||
package org.jeecgframework.poi.excel.imports; | package org.jeecgframework.poi.excel.imports; |
@@ -38,7 +38,7 @@ import org.xml.sax.helpers.XMLReaderFactory; | |||||
/** | /** | ||||
* 基于SAX Excel大数据读取,读取Excel 07版本,不支持图片读取 | * 基于SAX Excel大数据读取,读取Excel 07版本,不支持图片读取 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年12月29日 下午9:41:38 | |||||
* @date 2014年12月29日 下午9:41:38 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
@SuppressWarnings("rawtypes") | @SuppressWarnings("rawtypes") | ||||
@@ -34,7 +34,7 @@ import com.google.common.collect.Lists; | |||||
/** | /** | ||||
* 回调接口 | * 回调接口 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年12月29日 下午9:50:09 | |||||
* @date 2014年12月29日 下午9:50:09 | |||||
*/ | */ | ||||
public class SheetHandler extends DefaultHandler { | public class SheetHandler extends DefaultHandler { | ||||
@@ -43,7 +43,7 @@ import com.google.common.collect.Lists; | |||||
* 当行读取数据 | * 当行读取数据 | ||||
* @author JueYue | * @author JueYue | ||||
* @param <T> | * @param <T> | ||||
* 2015年1月1日 下午7:59:39 | |||||
* @date 2015年1月1日 下午7:59:39 | |||||
*/ | */ | ||||
@SuppressWarnings({ "rawtypes", "unchecked" }) | @SuppressWarnings({ "rawtypes", "unchecked" }) | ||||
public class SaxRowRead extends ImportBaseService implements ISaxRowRead { | public class SaxRowRead extends ImportBaseService implements ISaxRowRead { | ||||
@@ -16,6 +16,6 @@ | |||||
/** | /** | ||||
* Excel模块,支持2003,2007的导入导出,模板的导出,流的导出(大数据量) | * Excel模块,支持2003,2007的导入导出,模板的导出,流的导出(大数据量) | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月20日 上午12:08:09 | |||||
* @date 2014年6月20日 上午12:08:09 | |||||
*/ | */ | ||||
package org.jeecgframework.poi.excel; | package org.jeecgframework.poi.excel; |
@@ -21,7 +21,7 @@ import org.jeecgframework.poi.exception.excel.enums.ExcelExportEnum; | |||||
* 导出异常 | * 导出异常 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月19日 下午10:56:18 | |||||
* @date 2014年6月19日 下午10:56:18 | |||||
*/ | */ | ||||
public class ExcelExportException extends RuntimeException { | public class ExcelExportException extends RuntimeException { | ||||
@@ -20,7 +20,7 @@ import org.jeecgframework.poi.exception.excel.enums.ExcelImportEnum; | |||||
/** | /** | ||||
* 导入异常 | * 导入异常 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月29日 下午2:23:43 | |||||
* @date 2014年6月29日 下午2:23:43 | |||||
*/ | */ | ||||
public class ExcelImportException extends RuntimeException { | public class ExcelImportException extends RuntimeException { | ||||
@@ -18,7 +18,7 @@ package org.jeecgframework.poi.exception.excel.enums; | |||||
/** | /** | ||||
* 导出异常类型枚举 | * 导出异常类型枚举 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月19日 下午10:59:51 | |||||
* @date 2014年6月19日 下午10:59:51 | |||||
*/ | */ | ||||
public enum ExcelExportEnum { | public enum ExcelExportEnum { | ||||
@@ -18,7 +18,7 @@ package org.jeecgframework.poi.exception.excel.enums; | |||||
/** | /** | ||||
* 导出异常类型枚举 | * 导出异常类型枚举 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月19日 下午10:59:51 | |||||
* @date 2014年6月19日 下午10:59:51 | |||||
*/ | */ | ||||
public enum ExcelImportEnum { | public enum ExcelImportEnum { | ||||
@@ -21,7 +21,7 @@ import org.jeecgframework.poi.exception.word.enmus.WordExportEnum; | |||||
* word导出异常 | * word导出异常 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年8月9日 下午10:32:51 | |||||
* @date 2014年8月9日 下午10:32:51 | |||||
*/ | */ | ||||
public class WordExportException extends RuntimeException { | public class WordExportException extends RuntimeException { | ||||
@@ -19,7 +19,7 @@ package org.jeecgframework.poi.exception.word.enmus; | |||||
* 导出异常枚举 | * 导出异常枚举 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年8月9日 下午10:34:58 | |||||
* @date 2014年8月9日 下午10:34:58 | |||||
*/ | */ | ||||
public enum WordExportEnum { | public enum WordExportEnum { | ||||
@@ -25,7 +25,7 @@ import org.jeecgframework.poi.handler.inter.IExcelDataHandler; | |||||
* 数据处理默认实现,返回空 | * 数据处理默认实现,返回空 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月20日 上午12:11:52 | |||||
* @date 2014年6月20日 上午12:11:52 | |||||
*/ | */ | ||||
public abstract class ExcelDataHandlerDefaultImpl<T> implements IExcelDataHandler<T> { | public abstract class ExcelDataHandlerDefaultImpl<T> implements IExcelDataHandler<T> { | ||||
/** | /** | ||||
@@ -1,6 +1,6 @@ | |||||
/** | /** | ||||
* 对接口的抽象的默认实现,避免用户实现过多方法 | * 对接口的抽象的默认实现,避免用户实现过多方法 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月20日 上午12:09:27 | |||||
* @date 2014年6月20日 上午12:09:27 | |||||
*/ | */ | ||||
package org.jeecgframework.poi.handler.impl; | package org.jeecgframework.poi.handler.impl; |
@@ -24,7 +24,7 @@ import org.apache.poi.ss.usermodel.Hyperlink; | |||||
* Excel 导入导出 数据处理接口 | * Excel 导入导出 数据处理接口 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月19日 下午11:59:45 | |||||
* @date 2014年6月19日 下午11:59:45 | |||||
*/ | */ | ||||
public interface IExcelDataHandler<T> { | public interface IExcelDataHandler<T> { | ||||
@@ -18,7 +18,7 @@ package org.jeecgframework.poi.handler.inter; | |||||
/** | /** | ||||
* Excel标记类 | * Excel标记类 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年10月31日 下午9:31:47 | |||||
* @date 2015年10月31日 下午9:31:47 | |||||
*/ | */ | ||||
public interface IExcelModel { | public interface IExcelModel { | ||||
@@ -18,7 +18,7 @@ package org.jeecgframework.poi.handler.inter; | |||||
/** | /** | ||||
* 接口自定义处理类 | * 接口自定义处理类 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年1月16日 下午8:06:26 | |||||
* @date 2015年1月16日 下午8:06:26 | |||||
* @param <T> | * @param <T> | ||||
*/ | */ | ||||
public interface IExcelReadRowHanlder<T> { | public interface IExcelReadRowHanlder<T> { | ||||
@@ -21,7 +21,7 @@ import org.jeecgframework.poi.excel.entity.result.ExcelVerifyHanlderResult; | |||||
* 导入校验接口 | * 导入校验接口 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月23日 下午11:08:21 | |||||
* @date 2014年6月23日 下午11:08:21 | |||||
*/ | */ | ||||
public interface IExcelVerifyHandler<T> { | public interface IExcelVerifyHandler<T> { | ||||
@@ -1,6 +1,6 @@ | |||||
/** | /** | ||||
* 数据处理中心,对导入导出进行数据处理 | * 数据处理中心,对导入导出进行数据处理 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月20日 上午12:08:09 | |||||
* @date 2014年6月20日 上午12:08:09 | |||||
*/ | */ | ||||
package org.jeecgframework.poi.handler; | package org.jeecgframework.poi.handler; |
@@ -1,6 +1,6 @@ | |||||
/** | /** | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年2月10日 | |||||
* @date 2014年2月10日 | |||||
* @version 1.0 | * @version 1.0 | ||||
* 对POI进行封装,通过注解的使用,完成POI的简易重复操作 | * 对POI进行封装,通过注解的使用,完成POI的简易重复操作 | ||||
* 通过模板完成较为复杂的操作 | * 通过模板完成较为复杂的操作 | ||||
@@ -30,7 +30,7 @@ import com.itextpdf.text.Document; | |||||
* PDF 导出工具类 | * PDF 导出工具类 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年10月6日 下午8:14:01 | |||||
* @date 2015年10月6日 下午8:14:01 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
public class PdfExportUtil { | public class PdfExportUtil { | ||||
@@ -21,7 +21,7 @@ import org.jeecgframework.poi.pdf.styler.IPdfExportStyler; | |||||
/** | /** | ||||
* PDF 导出参数设置 | * PDF 导出参数设置 | ||||
* @author JueYue | * @author JueYue | ||||
* 2016年1月8日 下午1:52:06 | |||||
* @date 2016年1月8日 下午1:52:06 | |||||
*/ | */ | ||||
public class PdfExportParams extends ExcelBaseParams { | public class PdfExportParams extends ExcelBaseParams { | ||||
@@ -50,7 +50,7 @@ import com.itextpdf.text.pdf.PdfWriter; | |||||
/** | /** | ||||
* PDF导出服务,基于Excel基础的导出 | * PDF导出服务,基于Excel基础的导出 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年10月6日 下午8:21:08 | |||||
* @date 2015年10月6日 下午8:21:08 | |||||
*/ | */ | ||||
public class PdfExportServer extends ExportBase { | public class PdfExportServer extends ExportBase { | ||||
@@ -16,6 +16,6 @@ | |||||
/** | /** | ||||
* EasyPOI的PDF模块 | * EasyPOI的PDF模块 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年10月6日 下午8:13:19 | |||||
* @date 2015年10月6日 下午8:13:19 | |||||
*/ | */ | ||||
package org.jeecgframework.poi.pdf; | package org.jeecgframework.poi.pdf; |
@@ -24,7 +24,7 @@ import com.itextpdf.text.pdf.PdfPCell; | |||||
/** | /** | ||||
* PDF导出样式设置 | * PDF导出样式设置 | ||||
* @author JueYue | * @author JueYue | ||||
* 2016年1月7日 下午11:16:51 | |||||
* @date 2016年1月7日 下午11:16:51 | |||||
*/ | */ | ||||
public interface IPdfExportStyler { | public interface IPdfExportStyler { | ||||
@@ -33,7 +33,7 @@ import com.itextpdf.text.pdf.PdfPCell; | |||||
/** | /** | ||||
* 默认的PDFstyler 实现 | * 默认的PDFstyler 实现 | ||||
* @author JueYue | * @author JueYue | ||||
* 2016年1月8日 下午2:06:26 | |||||
* @date 2016年1月8日 下午2:06:26 | |||||
*/ | */ | ||||
public class PdfExportStylerDefaultImpl implements IPdfExportStyler { | public class PdfExportStylerDefaultImpl implements IPdfExportStyler { | ||||
@@ -22,7 +22,7 @@ import org.jeecgframework.poi.exception.excel.ExcelExportException; | |||||
/** | /** | ||||
* EasyPoi的el 表达式支持工具类 | * EasyPoi的el 表达式支持工具类 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年4月25日 下午12:13:21 | |||||
* @date 2015年4月25日 下午12:13:21 | |||||
*/ | */ | ||||
public final class PoiElUtil { | public final class PoiElUtil { | ||||
@@ -27,7 +27,7 @@ import org.jeecgframework.poi.exception.excel.ExcelExportException; | |||||
* if else,length,for each,fromatNumber,formatDate | * if else,length,for each,fromatNumber,formatDate | ||||
* 满足模板的 el 表达式支持 | * 满足模板的 el 表达式支持 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年4月24日 下午8:04:02 | |||||
* @date 2015年4月24日 下午8:04:02 | |||||
*/ | */ | ||||
public final class PoiFunctionUtil { | public final class PoiFunctionUtil { | ||||
@@ -17,7 +17,7 @@ import org.jeecgframework.poi.exception.excel.ExcelExportException; | |||||
/** | /** | ||||
* 纵向合并单元格工具类 | * 纵向合并单元格工具类 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年6月21日 上午11:21:40 | |||||
* @date 2015年6月21日 上午11:21:40 | |||||
*/ | */ | ||||
public final class PoiMergeCellUtil { | public final class PoiMergeCellUtil { | ||||
@@ -61,7 +61,7 @@ import org.slf4j.LoggerFactory; | |||||
/** | /** | ||||
* EASYPOI 的公共基础类 | * EASYPOI 的公共基础类 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年4月5日 上午12:59:22 | |||||
* @date 2015年4月5日 上午12:59:22 | |||||
*/ | */ | ||||
public final class PoiPublicUtil { | public final class PoiPublicUtil { | ||||
@@ -320,7 +320,7 @@ public final class PoiPublicUtil { | |||||
/** | /** | ||||
* 返回流和图片类型 | * 返回流和图片类型 | ||||
*@Author JueYue | *@Author JueYue | ||||
* 2013-11-20 | |||||
*@date 2013-11-20 | |||||
*@param entity | *@param entity | ||||
*@return (byte[]) isAndType[0],(Integer)isAndType[1] | *@return (byte[]) isAndType[0],(Integer)isAndType[1] | ||||
* @throws Exception | * @throws Exception | ||||
@@ -371,7 +371,7 @@ public final class PoiPublicUtil { | |||||
* 解析数据 | * 解析数据 | ||||
* | * | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013-11-16 | |||||
* @date 2013-11-16 | |||||
* @return | * @return | ||||
*/ | */ | ||||
public static Object getRealValue(String currentText, | public static Object getRealValue(String currentText, | ||||
@@ -25,7 +25,7 @@ import javax.validation.ValidatorFactory; | |||||
/** | /** | ||||
* HIBERNATE 校验工具类 | * HIBERNATE 校验工具类 | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年11月11日 下午10:04:07 | |||||
* @date 2015年11月11日 下午10:04:07 | |||||
*/ | */ | ||||
public class PoiValidationUtil { | public class PoiValidationUtil { | ||||
@@ -24,7 +24,7 @@ import org.jeecgframework.poi.word.parse.ParseWord07; | |||||
* Word使用模板导出工具类 | * Word使用模板导出工具类 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2013-11-16 | |||||
* @date 2013-11-16 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
public class WordExportUtil { | public class WordExportUtil { | ||||
@@ -32,7 +32,7 @@ import org.slf4j.LoggerFactory; | |||||
* 扩充document,修复图片插入失败问题问题 | * 扩充document,修复图片插入失败问题问题 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2013-11-20 | |||||
* @date 2013-11-20 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
public class MyXWPFDocument extends XWPFDocument { | public class MyXWPFDocument extends XWPFDocument { | ||||
@@ -19,7 +19,7 @@ package org.jeecgframework.poi.word.entity; | |||||
* word导出,图片设置和图片信息 | * word导出,图片设置和图片信息 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2013-11-17 | |||||
* @date 2013-11-17 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
public class WordImageEntity { | public class WordImageEntity { | ||||
@@ -24,7 +24,7 @@ import org.jeecgframework.poi.handler.inter.IExcelDataHandler; | |||||
* Excel 导出对象 | * Excel 导出对象 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年8月9日 下午10:21:13 | |||||
* @date 2014年8月9日 下午10:21:13 | |||||
*/ | */ | ||||
public class ExcelListEntity extends ExcelBaseParams { | public class ExcelListEntity extends ExcelBaseParams { | ||||
@@ -19,7 +19,7 @@ package org.jeecgframework.poi.word.entity.params; | |||||
* Excel 对象导出结构 | * Excel 对象导出结构 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年7月26日 下午11:14:48 | |||||
* @date 2014年7月26日 下午11:14:48 | |||||
*/ | */ | ||||
public class ListParamEntity { | public class ListParamEntity { | ||||
// 唯一值,在遍历中重复使用 | // 唯一值,在遍历中重复使用 | ||||
@@ -16,6 +16,6 @@ | |||||
/** | /** | ||||
* Word 模块,因为2003不好用,所以都是基于2007来处理的数据 | * Word 模块,因为2003不好用,所以都是基于2007来处理的数据 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月20日 上午12:08:09 | |||||
* @date 2014年6月20日 上午12:08:09 | |||||
*/ | */ | ||||
package org.jeecgframework.poi.word; | package org.jeecgframework.poi.word; |
@@ -45,7 +45,7 @@ import org.slf4j.LoggerFactory; | |||||
* 解析07版的Word,替换文字,生成表格,生成图片 | * 解析07版的Word,替换文字,生成表格,生成图片 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2013-11-16 | |||||
* @date 2013-11-16 | |||||
* @version 1.0 | * @version 1.0 | ||||
*/ | */ | ||||
@SuppressWarnings({ "unchecked", "rawtypes" }) | @SuppressWarnings({ "unchecked", "rawtypes" }) | ||||
@@ -57,7 +57,7 @@ public class ParseWord07 { | |||||
* 添加图片 | * 添加图片 | ||||
* | * | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013-11-20 | |||||
* @date 2013-11-20 | |||||
* @param obj | * @param obj | ||||
* @param currentRun | * @param currentRun | ||||
* @throws Exception | * @throws Exception | ||||
@@ -84,7 +84,7 @@ public class ParseWord07 { | |||||
* | * | ||||
* @param map | * @param map | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013-11-16 | |||||
* @date 2013-11-16 | |||||
*/ | */ | ||||
private void changeValues(XWPFParagraph paragraph, XWPFRun currentRun, String currentText, | private void changeValues(XWPFParagraph paragraph, XWPFRun currentRun, String currentText, | ||||
List<Integer> runIndex, Map<String, Object> map) throws Exception { | List<Integer> runIndex, Map<String, Object> map) throws Exception { | ||||
@@ -106,7 +106,7 @@ public class ParseWord07 { | |||||
* 判断是不是迭代输出 | * 判断是不是迭代输出 | ||||
* | * | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013-11-18 | |||||
* @date 2013-11-18 | |||||
* @return | * @return | ||||
* @throws Exception | * @throws Exception | ||||
*/ | */ | ||||
@@ -127,7 +127,7 @@ public class ParseWord07 { | |||||
* 解析所有的文本 | * 解析所有的文本 | ||||
* | * | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013-11-17 | |||||
* @date 2013-11-17 | |||||
* @param paragraphs | * @param paragraphs | ||||
* @param map | * @param map | ||||
*/ | */ | ||||
@@ -148,7 +148,7 @@ public class ParseWord07 { | |||||
* 解析这个段落 | * 解析这个段落 | ||||
* | * | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013-11-16 | |||||
* @date 2013-11-16 | |||||
* @param paragraph | * @param paragraph | ||||
* @param map | * @param map | ||||
*/ | */ | ||||
@@ -204,7 +204,7 @@ public class ParseWord07 { | |||||
* 解析这个表格 | * 解析这个表格 | ||||
* | * | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013-11-17 | |||||
* @date 2013-11-17 | |||||
* @param table | * @param table | ||||
* @param map | * @param map | ||||
*/ | */ | ||||
@@ -233,7 +233,7 @@ public class ParseWord07 { | |||||
* 解析07版的Word并且进行赋值 | * 解析07版的Word并且进行赋值 | ||||
* | * | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013-11-16 | |||||
* @date 2013-11-16 | |||||
* @return | * @return | ||||
* @throws Exception | * @throws Exception | ||||
*/ | */ | ||||
@@ -247,7 +247,7 @@ public class ParseWord07 { | |||||
* 解析07版的Word并且进行赋值 | * 解析07版的Word并且进行赋值 | ||||
* | * | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013-11-16 | |||||
* @date 2013-11-16 | |||||
* @return | * @return | ||||
* @throws Exception | * @throws Exception | ||||
*/ | */ | ||||
@@ -41,7 +41,7 @@ import org.slf4j.LoggerFactory; | |||||
* 解析实体类对象 复用注解 | * 解析实体类对象 复用注解 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年8月9日 下午10:30:57 | |||||
* @date 2014年8月9日 下午10:30:57 | |||||
*/ | */ | ||||
public class ExcelEntityParse extends ExportBase { | public class ExcelEntityParse extends ExportBase { | ||||
@@ -31,7 +31,7 @@ import com.google.common.collect.Maps; | |||||
/** | /** | ||||
* 处理和生成Map 类型的数据变成表格 | * 处理和生成Map 类型的数据变成表格 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年8月9日 下午10:28:46 | |||||
* @date 2014年8月9日 下午10:28:46 | |||||
*/ | */ | ||||
public final class ExcelMapParse { | public final class ExcelMapParse { | ||||
@@ -39,7 +39,7 @@ public final class ExcelMapParse { | |||||
* 解析参数行,获取参数列表 | * 解析参数行,获取参数列表 | ||||
* | * | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013-11-18 | |||||
* @date 2013-11-18 | |||||
* @param currentRow | * @param currentRow | ||||
* @return | * @return | ||||
*/ | */ | ||||
@@ -59,7 +59,7 @@ public final class ExcelMapParse { | |||||
* 解析下一行,并且生成更多的行 | * 解析下一行,并且生成更多的行 | ||||
* | * | ||||
* @Author JueYue | * @Author JueYue | ||||
* 2013-11-18 | |||||
* @date 2013-11-18 | |||||
* @param table | * @param table | ||||
* @param listobj2 | * @param listobj2 | ||||
*/ | */ | ||||
@@ -18,7 +18,7 @@ package org.jeecgframework.poi.excel.entity.vo; | |||||
/** | /** | ||||
* 基础POI常量 | * 基础POI常量 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月30日 下午9:23:37 | |||||
* @date 2014年6月30日 下午9:23:37 | |||||
*/ | */ | ||||
interface BasePOIConstants { | interface BasePOIConstants { | ||||
@@ -18,7 +18,7 @@ package org.jeecgframework.poi.excel.entity.vo; | |||||
/** | /** | ||||
* 模板Excel导出常量 | * 模板Excel导出常量 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月30日 下午9:26:52 | |||||
* @date 2014年6月30日 下午9:26:52 | |||||
*/ | */ | ||||
public interface TemplateExcelConstants extends BasePOIConstants { | public interface TemplateExcelConstants extends BasePOIConstants { | ||||
/** | /** | ||||
@@ -18,7 +18,7 @@ package org.jeecgframework.poi.excel.entity.vo; | |||||
/** | /** | ||||
* Word 导出模板常量 | * Word 导出模板常量 | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年7月24日 下午11:26:46 | |||||
* @date 2014年7月24日 下午11:26:46 | |||||
*/ | */ | ||||
public interface TemplateWordConstants extends BasePOIConstants { | public interface TemplateWordConstants extends BasePOIConstants { | ||||
/** | /** | ||||
@@ -35,7 +35,7 @@ import org.springframework.stereotype.Controller; | |||||
* Map 对象接口 | * Map 对象接口 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年11月25日 下午3:26:32 | |||||
* @date 2014年11月25日 下午3:26:32 | |||||
*/ | */ | ||||
@SuppressWarnings("unchecked") | @SuppressWarnings("unchecked") | ||||
@Controller(MapExcelConstants.JEECG_MAP_EXCEL_VIEW) | @Controller(MapExcelConstants.JEECG_MAP_EXCEL_VIEW) | ||||
@@ -34,7 +34,7 @@ import org.springframework.stereotype.Controller; | |||||
* Excel模板视图 | * Excel模板视图 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月30日 下午9:15:49 | |||||
* @date 2014年6月30日 下午9:15:49 | |||||
*/ | */ | ||||
@SuppressWarnings("unchecked") | @SuppressWarnings("unchecked") | ||||
@Controller(TemplateExcelConstants.JEECG_TEMPLATE_EXCEL_VIEW) | @Controller(TemplateExcelConstants.JEECG_TEMPLATE_EXCEL_VIEW) | ||||
@@ -30,7 +30,7 @@ import org.springframework.stereotype.Controller; | |||||
* Word模板视图 | * Word模板视图 | ||||
* | * | ||||
* @author JueYue | * @author JueYue | ||||
* 2014年6月30日 下午9:15:49 | |||||
* @date 2014年6月30日 下午9:15:49 | |||||
*/ | */ | ||||
@SuppressWarnings("unchecked") | @SuppressWarnings("unchecked") | ||||
@Controller(TemplateWordConstants.JEECG_TEMPLATE_WORD_VIEW) | @Controller(TemplateWordConstants.JEECG_TEMPLATE_WORD_VIEW) | ||||
@@ -18,7 +18,7 @@ package org.jeecgframework.poi.excel.view; | |||||
/** | /** | ||||
* 基础抽象Excel View | * 基础抽象Excel View | ||||
* @author JueYue | * @author JueYue | ||||
* 2015年2月28日 下午1:41:05 | |||||
* @date 2015年2月28日 下午1:41:05 | |||||
*/ | */ | ||||
public abstract class MiniAbstractExcelView extends PoiBaseView { | public abstract class MiniAbstractExcelView extends PoiBaseView { | ||||
@@ -33,7 +33,7 @@ import org.springframework.stereotype.Controller; | |||||
/** | /** | ||||
* PDF 导出 View | * PDF 导出 View | ||||
* @author JueYue | * @author JueYue | ||||
* 2016年1月19日 上午10:43:02 | |||||
* @date 2016年1月19日 上午10:43:02 | |||||
*/ | */ | ||||
@Controller(PDFTemplateConstants.PDF_TEMPLATE_VIEW) | @Controller(PDFTemplateConstants.PDF_TEMPLATE_VIEW) | ||||
public class PDFTemplateView extends PoiBaseView { | public class PDFTemplateView extends PoiBaseView { | ||||