publish 0.0.12
This commit is contained in:
@@ -3,6 +3,6 @@ package com.tiesheng.poi.pojos;
|
||||
/**
|
||||
* @author hao
|
||||
*/
|
||||
public class PoiReadBase {
|
||||
public interface PoiReadBase {
|
||||
|
||||
}
|
||||
|
||||
@@ -14,6 +14,6 @@ import com.alibaba.excel.enums.poi.VerticalAlignmentEnum;
|
||||
@ContentFontStyle(fontHeightInPoints = 12)
|
||||
@ContentStyle(verticalAlignment = VerticalAlignmentEnum.CENTER)
|
||||
@ColumnWidth(20)
|
||||
public class PoiWriteBase {
|
||||
public interface PoiWriteBase {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user