提交 e8bba752 编写于 作者: J jipengfei.jpf

升级新版本,修复bug,提供编辑工具,提升模型转换性能

上级 f4b32455
...@@ -19,7 +19,6 @@ import static com.alibaba.excel.constant.ExcelXmlConstants.*; ...@@ -19,7 +19,6 @@ import static com.alibaba.excel.constant.ExcelXmlConstants.*;
/** /**
* *
* @author jipengfei * @author jipengfei
* @date 2017/08/23
*/ */
public class XlsxRowHandler extends DefaultHandler { public class XlsxRowHandler extends DefaultHandler {
......
...@@ -26,7 +26,6 @@ import java.util.List; ...@@ -26,7 +26,6 @@ import java.util.List;
/** /**
* *
* @author jipengfei * @author jipengfei
* @date 2017/08/27
*/ */
public class XlsxSaxAnalyser extends BaseSaxAnalyser { public class XlsxSaxAnalyser extends BaseSaxAnalyser {
......
...@@ -11,7 +11,6 @@ import java.lang.annotation.Target; ...@@ -11,7 +11,6 @@ import java.lang.annotation.Target;
* Field column num at excel head * Field column num at excel head
* *
* @author jipengfei * @author jipengfei
* @date 2017/03/19
*/ */
@Target(ElementType.FIELD) @Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
......
...@@ -3,7 +3,6 @@ package com.alibaba.excel.annotation; ...@@ -3,7 +3,6 @@ package com.alibaba.excel.annotation;
/** /**
* *
* @author jipengfei * @author jipengfei
* @date 2017/03/15
*/ */
public enum FieldType { public enum FieldType {
......
...@@ -2,7 +2,6 @@ package com.alibaba.excel.constant; ...@@ -2,7 +2,6 @@ package com.alibaba.excel.constant;
/** /**
* @author jipengfei * @author jipengfei
* @date 2017/08/24
*/ */
public class ExcelXmlConstants { public class ExcelXmlConstants {
public static final String DIMENSION = "dimension"; public static final String DIMENSION = "dimension";
......
...@@ -5,7 +5,6 @@ import java.util.List; ...@@ -5,7 +5,6 @@ import java.util.List;
/** /**
* @author jipengfei * @author jipengfei
* @date 2017/07/21
*/ */
public class OneRowAnalysisFinishEvent { public class OneRowAnalysisFinishEvent {
......
...@@ -2,7 +2,6 @@ package com.alibaba.excel.metadata; ...@@ -2,7 +2,6 @@ package com.alibaba.excel.metadata;
/** /**
* @author jipengfei * @author jipengfei
* @date 2017/06/02
*/ */
public class CellRange { public class CellRange {
......
...@@ -6,7 +6,6 @@ import java.util.List; ...@@ -6,7 +6,6 @@ import java.util.List;
/** /**
* @author jipengfei * @author jipengfei
* @date 2017/05/31
*/ */
public class ExcelColumnProperty implements Comparable<ExcelColumnProperty> { public class ExcelColumnProperty implements Comparable<ExcelColumnProperty> {
......
...@@ -11,7 +11,6 @@ import java.util.*; ...@@ -11,7 +11,6 @@ import java.util.*;
* Define the header attribute of excel * Define the header attribute of excel
* *
* @author jipengfei * @author jipengfei
* @date 2017/05/31
*/ */
public class ExcelHeadProperty { public class ExcelHeadProperty {
......
...@@ -3,7 +3,6 @@ package com.alibaba.excel.metadata; ...@@ -3,7 +3,6 @@ package com.alibaba.excel.metadata;
/** /**
* *
* @author jipengfei * @author jipengfei
* @date 2017/05/24
*/ */
public class Font { public class Font {
......
...@@ -4,7 +4,6 @@ import java.util.List; ...@@ -4,7 +4,6 @@ import java.util.List;
/** /**
* @author jipengfei * @author jipengfei
* @date 2017/05/16
*/ */
public class Table { public class Table {
/** /**
......
...@@ -4,7 +4,6 @@ import org.apache.poi.ss.usermodel.IndexedColors; ...@@ -4,7 +4,6 @@ import org.apache.poi.ss.usermodel.IndexedColors;
/** /**
* @author jipengfei * @author jipengfei
* @date 2017/05/24
*/ */
public class TableStyle { public class TableStyle {
......
...@@ -8,7 +8,6 @@ import com.alibaba.excel.support.ExcelTypeEnum; ...@@ -8,7 +8,6 @@ import com.alibaba.excel.support.ExcelTypeEnum;
* {@link com.alibaba.excel.ExcelWriter} * {@link com.alibaba.excel.ExcelWriter}
* *
* @author jipengfei * @author jipengfei
* @date 2017/05/15
*/ */
@Deprecated @Deprecated
public class ExcelWriteParam { public class ExcelWriteParam {
......
...@@ -9,7 +9,6 @@ import com.alibaba.excel.metadata.IndexValue; ...@@ -9,7 +9,6 @@ import com.alibaba.excel.metadata.IndexValue;
/** /**
* 去除空Cell * 去除空Cell
* @author jipengfei * @author jipengfei
* @date 2017/04/13
*/ */
public class IndexValueConverter { public class IndexValueConverter {
public static List<String> converter(List<IndexValue> i_list) { public static List<String> converter(List<IndexValue> i_list) {
......
...@@ -5,7 +5,6 @@ import java.io.File; ...@@ -5,7 +5,6 @@ import java.io.File;
/** /**
* *
* @author jipengfei * @author jipengfei
* @date 2017/06/22
*/ */
public class POITempFile { public class POITempFile {
......
...@@ -2,7 +2,6 @@ package com.alibaba.excel.util; ...@@ -2,7 +2,6 @@ package com.alibaba.excel.util;
/** /**
* @author jipengfei * @author jipengfei
* @date 2017/08/27
*/ */
public class PositionUtils { public class PositionUtils {
......
...@@ -6,7 +6,6 @@ import java.util.Map; ...@@ -6,7 +6,6 @@ import java.util.Map;
/** /**
* @author jipengfei * @author jipengfei
* @date 2017/03/15
*/ */
public class StyleUtil { public class StyleUtil {
......
...@@ -15,7 +15,6 @@ import java.util.regex.Pattern; ...@@ -15,7 +15,6 @@ import java.util.regex.Pattern;
/** /**
* @author jipengfei * @author jipengfei
* @date 2017/03/15
*/ */
public class TypeUtil { public class TypeUtil {
......
...@@ -23,7 +23,6 @@ import java.util.List; ...@@ -23,7 +23,6 @@ import java.util.List;
/** /**
* @author jipengfei * @author jipengfei
* @date 2017/05/27
*/ */
public class ExcelBuilderImpl implements ExcelBuilder { public class ExcelBuilderImpl implements ExcelBuilder {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册