@ -35,9 +35,7 @@ public enum ByteOrderMarkEnum {
/**
* UTF_32LE
*/
UTF_32LE(ByteOrderMark.UTF_32LE),
;
UTF_32LE(ByteOrderMark.UTF_32LE);
final ByteOrderMark byteOrderMark;
final String stringPrefix;
@ -19,5 +19,5 @@ public enum CacheLocationEnum {
* No caching.It may lose some of performance.
NONE;
NONE
}
@ -43,8 +43,7 @@ public enum CellDataTypeEnum {
* rich text string.Support only when writing.
RICH_TEXT_STRING,
RICH_TEXT_STRING;
private static final Map<String, CellDataTypeEnum> TYPE_ROUTING_MAP = new HashMap<String, CellDataTypeEnum>(16);
@ -17,5 +17,5 @@ public enum CellExtraTypeEnum {
* Merge
MERGE,;
MERGE;
@ -17,5 +17,5 @@ public enum HeadKindEnum {
* String
STRING;
STRING
@ -21,5 +21,5 @@ public enum HolderEnum {
* row
ROW;
ROW
@ -17,6 +17,5 @@ public enum NumericCellTypeEnum {
* date. Support only when writing.
DATE,
DATE
@ -34,7 +34,7 @@ public enum ReadDefaultReturnEnum {
* Return to {@link com.alibaba.excel.metadata.data.ReadCellData}, can decide which field you need.
READ_CELL_DATA,
READ_CELL_DATA
@ -13,5 +13,5 @@ public enum RowTypeEnum {
* empty
EMPTY,;
EMPTY
@ -13,5 +13,5 @@ public enum WriteDirectionEnum {
* Horizontal write.
HORIZONTAL,;
HORIZONTAL
@ -17,5 +17,5 @@ public enum WriteLastRowTypeEnum {
* Any data has been written;
HAS_DATA,;
HAS_DATA
@ -13,5 +13,5 @@ public enum WriteTemplateAnalysisCellTypeEnum {
* A collection of fields.
COLLECTION,;
COLLECTION
@ -13,5 +13,5 @@ public enum WriteTypeEnum {
* Fill.
FILL,;
FILL
@ -99,7 +99,6 @@ public class ReadWorkbook extends ReadBasicParameter {
* default is true.
private Boolean useDefaultListener;
* Read not to {@code com.alibaba.excel.metadata.BasicParameter#clazz} value, the default will return type.
* Is only effective when set `useDefaultListener=true` or `useDefaultListener=null`.