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

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

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