From 86a12050195736ee8b2585efd414ba3669c3496e Mon Sep 17 00:00:00 2001 From: jueyue Date: Sat, 13 May 2017 11:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8C=85=E5=90=8D=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../easypoi/cache/ExcelCache.java | 4 +-- .../easypoi/cache/HtmlCache.java | 6 ++-- .../easypoi/cache/ImageCache.java | 4 +-- .../easypoi/cache/WordCache.java | 6 ++-- .../easypoi/cache/manager/FileLoadeImpl.java | 4 +-- .../easypoi/cache/manager/IFileLoader.java | 2 +- .../cache/manager/POICacheManager.java | 2 +- .../easypoi/cache/package-info.java | 2 +- .../easypoi/excel/ExcelExportUtil.java | 16 +++++----- .../easypoi/excel/ExcelImportUtil.java | 16 +++++----- .../easypoi/excel/ExcelToHtmlUtil.java | 6 ++-- .../easypoi/excel/HtmlToExcelUtil.java | 10 +++---- .../easypoi/excel/entity/ExcelBaseParams.java | 4 +-- .../excel/entity/ExcelToHtmlParams.java | 2 +- .../easypoi/excel/entity/ExportExcelItem.java | 4 +-- .../easypoi/excel/entity/ExportParams.java | 6 ++-- .../easypoi/excel/entity/ImportParams.java | 4 +-- .../excel/entity/TemplateExportParams.java | 4 +-- .../excel/entity/enmus/CellValueType.java | 2 +- .../excel/entity/enmus/ExcelStyleType.java | 8 ++--- .../easypoi/excel/entity/enmus/ExcelType.java | 2 +- .../excel/entity/params/ExcelBaseEntity.java | 4 +-- .../entity/params/ExcelCollectionParams.java | 2 +- .../entity/params/ExcelExportEntity.java | 2 +- .../entity/params/ExcelForEachParams.java | 2 +- .../entity/params/ExcelImportEntity.java | 2 +- .../excel/entity/params/MergeEntity.java | 2 +- .../entity/result/ExcelImportResult.java | 2 +- .../result/ExcelVerifyHanlderResult.java | 2 +- .../excel/entity/sax/SaxReadCellEntity.java | 4 +-- .../entity/vo/BaseEntityTypeConstants.java | 4 +-- .../excel/entity/vo/PoiBaseConstants.java | 2 +- .../excel/export/ExcelBatchExportServer.java | 16 +++++----- .../excel/export/ExcelExportServer.java | 18 +++++------ .../excel/export/base/ExcelExportBase.java | 18 +++++------ .../easypoi/excel/export/base/ExportBase.java | 14 ++++----- .../styler/AbstractExcelExportStyler.java | 6 ++-- .../styler/ExcelExportStylerBorderImpl.java | 2 +- .../styler/ExcelExportStylerColorImpl.java | 2 +- .../styler/ExcelExportStylerDefaultImpl.java | 2 +- .../export/styler/IExcelExportStyler.java | 6 ++-- .../template/ExcelExportOfTemplateUtil.java | 30 +++++++++---------- .../export/template/TemplateSumHanlder.java | 6 ++-- .../graph/builder/ExcelChartBuildService.java | 16 +++++----- .../graph/constant/ExcelGraphElementType.java | 2 +- .../excel/graph/constant/ExcelGraphType.java | 2 +- .../excel/graph/entity/ExcelGraph.java | 2 +- .../excel/graph/entity/ExcelGraphDefined.java | 4 +-- .../excel/graph/entity/ExcelGraphElement.java | 4 +-- .../excel/graph/entity/ExcelTitleCell.java | 2 +- .../easypoi/excel/graph/package-info.java | 2 +- .../easypoi/excel/html/ExcelToHtmlServer.java | 12 ++++---- .../easypoi/excel/html/HtmlToExcelServer.java | 26 ++++++++-------- .../excel/html/css/CssParseServer.java | 12 ++++---- .../excel/html/css/ICssConvertToExcel.java | 4 +-- .../excel/html/css/ICssConvertToHtml.java | 4 +-- .../html/css/impl/AlignCssConvertImpl.java | 10 +++---- .../css/impl/BackgroundCssConvertImpl.java | 10 +++---- .../html/css/impl/BorderCssConverImpl.java | 14 ++++----- .../html/css/impl/HeightCssConverImpl.java | 10 +++---- .../html/css/impl/TextCssConvertImpl.java | 12 ++++---- .../html/css/impl/WidthCssConverImpl.java | 10 +++---- .../excel/html/entity/ExcelCssConstant.java | 2 +- .../excel/html/entity/HtmlCssConstant.java | 2 +- .../entity/style/CellStyleBorderEntity.java | 2 +- .../html/entity/style/CellStyleEntity.java | 2 +- .../html/entity/style/CssStyleFontEnity.java | 2 +- .../excel/html/helper/CellValueHelper.java | 2 +- .../excel/html/helper/MergedRegionHelper.java | 2 +- .../excel/html/helper/StylerHelper.java | 4 +-- .../easypoi/excel/html/helper/excelStyle.css | 0 .../excel/imports/CellValueServer.java | 14 ++++----- .../excel/imports/ExcelImportServer.java | 28 ++++++++--------- .../excel/imports/base/ImportBaseService.java | 12 ++++---- .../easypoi/excel/imports/package-info.java | 2 +- .../excel/imports/sax/SaxReadExcel.java | 12 ++++---- .../excel/imports/sax/SheetHandler.java | 8 ++--- .../excel/imports/sax/parse/ISaxRowRead.java | 4 +-- .../excel/imports/sax/parse/SaxRowRead.java | 22 +++++++------- .../easypoi/excel/package-info.java | 2 +- .../exception/excel/ExcelExportException.java | 4 +-- .../exception/excel/ExcelImportException.java | 4 +-- .../excel/enums/ExcelExportEnum.java | 2 +- .../excel/enums/ExcelImportEnum.java | 2 +- .../exception/word/WordExportException.java | 4 +-- .../exception/word/enmus/WordExportEnum.java | 2 +- .../impl/ExcelDataHandlerDefaultImpl.java | 4 +-- .../easypoi/handler/impl/package-info.java | 2 +- .../handler/inter/IExcelDataHandler.java | 2 +- .../handler/inter/IExcelExportServer.java | 2 +- .../easypoi/handler/inter/IExcelModel.java | 2 +- .../handler/inter/IExcelReadRowHanlder.java | 2 +- .../handler/inter/IExcelVerifyHandler.java | 4 +-- .../easypoi/handler/package-info.java | 2 +- .../easypoi/pdf/PdfExportUtil.java | 8 ++--- .../easypoi/pdf/entity/PdfExportParams.java | 6 ++-- .../easypoi/pdf/export/PdfExportServer.java | 16 +++++----- .../easypoi/pdf/package-info.java | 2 +- .../easypoi/pdf/styler/IPdfExportStyler.java | 4 +-- .../styler/PdfExportStylerDefaultImpl.java | 4 +-- .../easypoi/util/PoiCellUtil.java | 4 +-- .../easypoi/util/PoiCssUtils.java | 2 +- .../easypoi/util/PoiElUtil.java | 4 +-- .../easypoi/util/PoiExcelGraphDataUtil.java | 6 ++-- .../easypoi/util/PoiFunctionUtil.java | 4 +-- .../easypoi/util/PoiMergeCellUtil.java | 6 ++-- .../easypoi/util/PoiPublicUtil.java | 8 ++--- .../easypoi/util/PoiReflectorUtil.java | 2 +- .../easypoi/util/PoiSheetUtility.java | 2 +- .../easypoi/util/PoiValidationUtil.java | 2 +- .../easypoi/word/WordExportUtil.java | 4 +-- .../easypoi/word/entity/MyXWPFDocument.java | 2 +- .../easypoi/word/entity/WordImageEntity.java | 2 +- .../word/entity/params/ExcelListEntity.java | 6 ++-- .../word/entity/params/ListParamEntity.java | 2 +- .../easypoi/word/package-info.java | 2 +- .../easypoi/word/parse/ParseWord07.java | 18 +++++------ .../word/parse/excel/ExcelEntityParse.java | 14 ++++----- .../word/parse/excel/ExcelMapParse.java | 6 ++-- .../easypoi/view/BigExcelExportView.java | 6 ++-- .../easypoi/view/JeecgMapExcelView.java | 6 ++-- .../easypoi/view/JeecgSingleExcelView.java | 6 ++-- .../easypoi/view/JeecgTemplateExcelView.java | 4 +-- .../easypoi/view/JeecgTemplateWordView.java | 2 +- .../easypoi/view/MapGraphExcelView.java | 12 ++++---- .../easypoi/view/PDFTemplateView.java | 6 ++-- 126 files changed, 379 insertions(+), 379 deletions(-) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/cache/ExcelCache.java (92%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/cache/HtmlCache.java (85%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/cache/ImageCache.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/cache/WordCache.java (87%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/cache/manager/FileLoadeImpl.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/cache/manager/IFileLoader.java (92%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/cache/manager/POICacheManager.java (95%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/cache/package-info.java (86%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/ExcelExportUtil.java (89%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/ExcelImportUtil.java (89%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/ExcelToHtmlUtil.java (90%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/HtmlToExcelUtil.java (83%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/ExcelBaseParams.java (88%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/ExcelToHtmlParams.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/ExportExcelItem.java (81%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/ExportParams.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/ImportParams.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/TemplateExportParams.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/enmus/CellValueType.java (91%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/enmus/ExcelStyleType.java (81%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/enmus/ExcelType.java (90%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/params/ExcelBaseEntity.java (91%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/params/ExcelCollectionParams.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/params/ExcelExportEntity.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/params/ExcelForEachParams.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/params/ExcelImportEntity.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/params/MergeEntity.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/result/ExcelImportResult.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/result/ExcelVerifyHanlderResult.java (92%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/sax/SaxReadCellEntity.java (89%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/vo/BaseEntityTypeConstants.java (71%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/entity/vo/PoiBaseConstants.java (92%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/export/ExcelBatchExportServer.java (90%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/export/ExcelExportServer.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/export/base/ExcelExportBase.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/export/base/ExportBase.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/export/styler/AbstractExcelExportStyler.java (90%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/export/styler/ExcelExportStylerBorderImpl.java (95%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/export/styler/ExcelExportStylerColorImpl.java (95%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/export/styler/ExcelExportStylerDefaultImpl.java (95%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/export/styler/IExcelExportStyler.java (86%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/export/template/ExcelExportOfTemplateUtil.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/export/template/TemplateSumHanlder.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/graph/builder/ExcelChartBuildService.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/graph/constant/ExcelGraphElementType.java (81%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/graph/constant/ExcelGraphType.java (81%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/graph/entity/ExcelGraph.java (88%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/graph/entity/ExcelGraphDefined.java (91%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/graph/entity/ExcelGraphElement.java (90%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/graph/entity/ExcelTitleCell.java (90%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/graph/package-info.java (67%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/ExcelToHtmlServer.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/HtmlToExcelServer.java (90%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/css/CssParseServer.java (95%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/css/ICssConvertToExcel.java (87%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/css/ICssConvertToHtml.java (87%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/css/impl/AlignCssConvertImpl.java (81%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/css/impl/BackgroundCssConvertImpl.java (79%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/css/impl/BorderCssConverImpl.java (90%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/css/impl/HeightCssConverImpl.java (81%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/css/impl/TextCssConvertImpl.java (85%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/css/impl/WidthCssConverImpl.java (83%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/entity/ExcelCssConstant.java (92%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/entity/HtmlCssConstant.java (96%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/entity/style/CellStyleBorderEntity.java (95%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/entity/style/CellStyleEntity.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/entity/style/CssStyleFontEnity.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/helper/CellValueHelper.java (96%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/helper/MergedRegionHelper.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/helper/StylerHelper.java (96%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/html/helper/excelStyle.css (100%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/imports/CellValueServer.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/imports/ExcelImportServer.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/imports/base/ImportBaseService.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/imports/package-info.java (60%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/imports/sax/SaxReadExcel.java (88%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/imports/sax/SheetHandler.java (92%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/imports/sax/parse/ISaxRowRead.java (85%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/imports/sax/parse/SaxRowRead.java (89%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/excel/package-info.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/exception/excel/ExcelExportException.java (89%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/exception/excel/ExcelImportException.java (90%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/exception/excel/enums/ExcelExportEnum.java (92%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/exception/excel/enums/ExcelImportEnum.java (92%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/exception/word/WordExportException.java (87%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/exception/word/enmus/WordExportEnum.java (92%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/handler/impl/ExcelDataHandlerDefaultImpl.java (91%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/handler/impl/package-info.java (73%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/handler/inter/IExcelDataHandler.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/handler/inter/IExcelExportServer.java (78%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/handler/inter/IExcelModel.java (92%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/handler/inter/IExcelReadRowHanlder.java (92%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/handler/inter/IExcelVerifyHandler.java (86%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/handler/package-info.java (73%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/pdf/PdfExportUtil.java (87%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/pdf/entity/PdfExportParams.java (91%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/pdf/export/PdfExportServer.java (94%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/pdf/package-info.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/pdf/styler/IPdfExportStyler.java (89%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/pdf/styler/PdfExportStylerDefaultImpl.java (92%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/util/PoiCellUtil.java (97%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/util/PoiCssUtils.java (99%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/util/PoiElUtil.java (95%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/util/PoiExcelGraphDataUtil.java (88%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/util/PoiFunctionUtil.java (95%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/util/PoiMergeCellUtil.java (95%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/util/PoiPublicUtil.java (96%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/util/PoiReflectorUtil.java (97%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/util/PoiSheetUtility.java (96%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/util/PoiValidationUtil.java (95%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/word/WordExportUtil.java (91%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/word/entity/MyXWPFDocument.java (96%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/word/entity/WordImageEntity.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/word/entity/params/ExcelListEntity.java (89%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/word/entity/params/ListParamEntity.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/word/package-info.java (93%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/word/parse/ParseWord07.java (92%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/word/parse/excel/ExcelEntityParse.java (92%) rename easypoi-base/src/main/java/cn/{aftertrun => afterturn}/easypoi/word/parse/excel/ExcelMapParse.java (93%) diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/ExcelCache.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/ExcelCache.java similarity index 92% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/ExcelCache.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/cache/ExcelCache.java index a536cf2..2096064 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/ExcelCache.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/ExcelCache.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.cache; +package cn.afterturn.easypoi.cache; import java.io.InputStream; import java.util.Arrays; @@ -25,7 +25,7 @@ import org.apache.poi.ss.usermodel.WorkbookFactory; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.cache.manager.POICacheManager; +import cn.afterturn.easypoi.cache.manager.POICacheManager; /** * Excel类型的缓存 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/HtmlCache.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/HtmlCache.java similarity index 85% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/HtmlCache.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/cache/HtmlCache.java index 01fcf6c..262a071 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/HtmlCache.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/HtmlCache.java @@ -1,4 +1,4 @@ -package cn.aftertrun.easypoi.cache; +package cn.afterturn.easypoi.cache; import java.util.concurrent.TimeUnit; @@ -6,8 +6,8 @@ import com.google.common.cache.CacheBuilder; import com.google.common.cache.CacheLoader; import com.google.common.cache.LoadingCache; -import cn.aftertrun.easypoi.excel.entity.ExcelToHtmlParams; -import cn.aftertrun.easypoi.excel.html.ExcelToHtmlServer; +import cn.afterturn.easypoi.excel.entity.ExcelToHtmlParams; +import cn.afterturn.easypoi.excel.html.ExcelToHtmlServer; /** * Excel 转变成为Html 的缓存 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/ImageCache.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/ImageCache.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/ImageCache.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/cache/ImageCache.java index 78cdb66..cb7158e 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/ImageCache.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/ImageCache.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.cache; +package cn.afterturn.easypoi.cache; import java.awt.image.BufferedImage; import java.io.ByteArrayOutputStream; @@ -28,7 +28,7 @@ import com.google.common.cache.CacheBuilder; import com.google.common.cache.CacheLoader; import com.google.common.cache.LoadingCache; -import cn.aftertrun.easypoi.cache.manager.POICacheManager; +import cn.afterturn.easypoi.cache.manager.POICacheManager; /** * 图片缓存处理 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/WordCache.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/WordCache.java similarity index 87% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/WordCache.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/cache/WordCache.java index e0a447b..9e33542 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/WordCache.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/WordCache.java @@ -13,15 +13,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.cache; +package cn.afterturn.easypoi.cache; import java.io.InputStream; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.cache.manager.POICacheManager; -import cn.aftertrun.easypoi.word.entity.MyXWPFDocument; +import cn.afterturn.easypoi.cache.manager.POICacheManager; +import cn.afterturn.easypoi.word.entity.MyXWPFDocument; /** * word 缓存中心 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/manager/FileLoadeImpl.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/manager/FileLoadeImpl.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/manager/FileLoadeImpl.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/cache/manager/FileLoadeImpl.java index b438a30..0db2eee 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/manager/FileLoadeImpl.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/manager/FileLoadeImpl.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.cache.manager; +package cn.afterturn.easypoi.cache.manager; import java.io.ByteArrayOutputStream; import java.io.FileInputStream; @@ -24,7 +24,7 @@ import org.apache.poi.util.IOUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.util.PoiPublicUtil; +import cn.afterturn.easypoi.util.PoiPublicUtil; /** * 文件加载类,根据路径加载指定文件 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/manager/IFileLoader.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/manager/IFileLoader.java similarity index 92% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/manager/IFileLoader.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/cache/manager/IFileLoader.java index fb38716..e525431 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/manager/IFileLoader.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/manager/IFileLoader.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.cache.manager; +package cn.afterturn.easypoi.cache.manager; /** * 缓存读取 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/manager/POICacheManager.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/manager/POICacheManager.java similarity index 95% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/manager/POICacheManager.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/cache/manager/POICacheManager.java index 93752e9..73841fb 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/manager/POICacheManager.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/manager/POICacheManager.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.cache.manager; +package cn.afterturn.easypoi.cache.manager; import java.io.ByteArrayInputStream; import java.io.InputStream; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/package-info.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/package-info.java similarity index 86% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/package-info.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/cache/package-info.java index 9867136..089b3f5 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/cache/package-info.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/cache/package-info.java @@ -8,4 +8,4 @@ * 2014年2月10日 * @version 1.0 */ -package cn.aftertrun.easypoi.cache; \ No newline at end of file +package cn.afterturn.easypoi.cache; \ No newline at end of file diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/ExcelExportUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/ExcelExportUtil.java similarity index 89% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/ExcelExportUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/ExcelExportUtil.java index fd96aa8..02e7cec 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/ExcelExportUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/ExcelExportUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel; +package cn.afterturn.easypoi.excel; import java.util.Collection; import java.util.List; @@ -24,13 +24,13 @@ import org.apache.poi.ss.usermodel.Workbook; import org.apache.poi.xssf.streaming.SXSSFWorkbook; import org.apache.poi.xssf.usermodel.XSSFWorkbook; -import cn.aftertrun.easypoi.excel.entity.ExportParams; -import cn.aftertrun.easypoi.excel.entity.TemplateExportParams; -import cn.aftertrun.easypoi.excel.entity.enmus.ExcelType; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; -import cn.aftertrun.easypoi.excel.export.ExcelBatchExportServer; -import cn.aftertrun.easypoi.excel.export.ExcelExportServer; -import cn.aftertrun.easypoi.excel.export.template.ExcelExportOfTemplateUtil; +import cn.afterturn.easypoi.excel.entity.ExportParams; +import cn.afterturn.easypoi.excel.entity.TemplateExportParams; +import cn.afterturn.easypoi.excel.entity.enmus.ExcelType; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.excel.export.ExcelBatchExportServer; +import cn.afterturn.easypoi.excel.export.ExcelExportServer; +import cn.afterturn.easypoi.excel.export.template.ExcelExportOfTemplateUtil; /** * excel 导出工具类 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/ExcelImportUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/ExcelImportUtil.java similarity index 89% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/ExcelImportUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/ExcelImportUtil.java index fe5f65f..d9bf0ff 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/ExcelImportUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/ExcelImportUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel; +package cn.afterturn.easypoi.excel; import java.io.File; import java.io.FileInputStream; @@ -24,13 +24,13 @@ import org.apache.poi.util.IOUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.excel.entity.ImportParams; -import cn.aftertrun.easypoi.excel.entity.result.ExcelImportResult; -import cn.aftertrun.easypoi.excel.imports.ExcelImportServer; -import cn.aftertrun.easypoi.excel.imports.sax.SaxReadExcel; -import cn.aftertrun.easypoi.excel.imports.sax.parse.ISaxRowRead; -import cn.aftertrun.easypoi.exception.excel.ExcelImportException; -import cn.aftertrun.easypoi.handler.inter.IExcelReadRowHanlder; +import cn.afterturn.easypoi.excel.entity.ImportParams; +import cn.afterturn.easypoi.excel.entity.result.ExcelImportResult; +import cn.afterturn.easypoi.excel.imports.ExcelImportServer; +import cn.afterturn.easypoi.excel.imports.sax.SaxReadExcel; +import cn.afterturn.easypoi.excel.imports.sax.parse.ISaxRowRead; +import cn.afterturn.easypoi.exception.excel.ExcelImportException; +import cn.afterturn.easypoi.handler.inter.IExcelReadRowHanlder; /** * Excel 导入工具 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/ExcelToHtmlUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/ExcelToHtmlUtil.java similarity index 90% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/ExcelToHtmlUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/ExcelToHtmlUtil.java index 1372d50..d97ea1e 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/ExcelToHtmlUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/ExcelToHtmlUtil.java @@ -1,9 +1,9 @@ -package cn.aftertrun.easypoi.excel; +package cn.afterturn.easypoi.excel; import org.apache.poi.ss.usermodel.Workbook; -import cn.aftertrun.easypoi.cache.HtmlCache; -import cn.aftertrun.easypoi.excel.entity.ExcelToHtmlParams; +import cn.afterturn.easypoi.cache.HtmlCache; +import cn.afterturn.easypoi.excel.entity.ExcelToHtmlParams; /** * Excel 变成界面 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/HtmlToExcelUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/HtmlToExcelUtil.java similarity index 83% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/HtmlToExcelUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/HtmlToExcelUtil.java index 40afb11..7f2d9db 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/HtmlToExcelUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/HtmlToExcelUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel; +package cn.afterturn.easypoi.excel; import java.io.IOException; import java.io.InputStream; @@ -23,10 +23,10 @@ import org.apache.poi.ss.usermodel.Workbook; import org.apache.poi.util.IOUtils; import org.apache.poi.xssf.usermodel.XSSFWorkbook; -import cn.aftertrun.easypoi.excel.entity.enmus.ExcelType; -import cn.aftertrun.easypoi.excel.html.HtmlToExcelServer; -import cn.aftertrun.easypoi.exception.excel.ExcelExportException; -import cn.aftertrun.easypoi.exception.excel.enums.ExcelExportEnum; +import cn.afterturn.easypoi.excel.entity.enmus.ExcelType; +import cn.afterturn.easypoi.excel.html.HtmlToExcelServer; +import cn.afterturn.easypoi.exception.excel.ExcelExportException; +import cn.afterturn.easypoi.exception.excel.enums.ExcelExportEnum; /** * 基于Excel和Html的互换 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ExcelBaseParams.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ExcelBaseParams.java similarity index 88% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ExcelBaseParams.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ExcelBaseParams.java index d38d961..e5b0c60 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ExcelBaseParams.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ExcelBaseParams.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity; +package cn.afterturn.easypoi.excel.entity; -import cn.aftertrun.easypoi.handler.inter.IExcelDataHandler; +import cn.afterturn.easypoi.handler.inter.IExcelDataHandler; /** * 基础参数 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ExcelToHtmlParams.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ExcelToHtmlParams.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ExcelToHtmlParams.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ExcelToHtmlParams.java index 63eaf92..fb2282c 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ExcelToHtmlParams.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ExcelToHtmlParams.java @@ -1,4 +1,4 @@ -package cn.aftertrun.easypoi.excel.entity; +package cn.afterturn.easypoi.excel.entity; import org.apache.poi.ss.usermodel.Workbook; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ExportExcelItem.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ExportExcelItem.java similarity index 81% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ExportExcelItem.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ExportExcelItem.java index ef675e8..285666d 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ExportExcelItem.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ExportExcelItem.java @@ -1,12 +1,12 @@ /** * */ -package cn.aftertrun.easypoi.excel.entity; +package cn.afterturn.easypoi.excel.entity; import java.util.List; import java.util.Map; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; /** * @author xfworld diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ExportParams.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ExportParams.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ExportParams.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ExportParams.java index 7c202d0..b4fe43f 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ExportParams.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ExportParams.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity; +package cn.afterturn.easypoi.excel.entity; import org.apache.poi.hssf.util.HSSFColor; -import cn.aftertrun.easypoi.excel.entity.enmus.ExcelType; -import cn.aftertrun.easypoi.excel.export.styler.ExcelExportStylerDefaultImpl; +import cn.afterturn.easypoi.excel.entity.enmus.ExcelType; +import cn.afterturn.easypoi.excel.export.styler.ExcelExportStylerDefaultImpl; /** * Excel 导出参数 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ImportParams.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ImportParams.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ImportParams.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ImportParams.java index 30ede58..7b6044a 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/ImportParams.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/ImportParams.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity; +package cn.afterturn.easypoi.excel.entity; -import cn.aftertrun.easypoi.handler.inter.IExcelVerifyHandler; +import cn.afterturn.easypoi.handler.inter.IExcelVerifyHandler; /** * 导入参数设置 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/TemplateExportParams.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/TemplateExportParams.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/TemplateExportParams.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/TemplateExportParams.java index a8f2ba9..63de552 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/TemplateExportParams.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/TemplateExportParams.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity; +package cn.afterturn.easypoi.excel.entity; -import cn.aftertrun.easypoi.excel.export.styler.ExcelExportStylerDefaultImpl; +import cn.afterturn.easypoi.excel.export.styler.ExcelExportStylerDefaultImpl; /** * 模板导出参数设置 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/enmus/CellValueType.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/enmus/CellValueType.java similarity index 91% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/enmus/CellValueType.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/enmus/CellValueType.java index 3e54718..091de69 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/enmus/CellValueType.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/enmus/CellValueType.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity.enmus; +package cn.afterturn.easypoi.excel.entity.enmus; /** * Cell 值得类型 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/enmus/ExcelStyleType.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/enmus/ExcelStyleType.java similarity index 81% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/enmus/ExcelStyleType.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/enmus/ExcelStyleType.java index d7f98ec..7ed6187 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/enmus/ExcelStyleType.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/enmus/ExcelStyleType.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity.enmus; +package cn.afterturn.easypoi.excel.entity.enmus; -import cn.aftertrun.easypoi.excel.export.styler.ExcelExportStylerBorderImpl; -import cn.aftertrun.easypoi.excel.export.styler.ExcelExportStylerColorImpl; -import cn.aftertrun.easypoi.excel.export.styler.ExcelExportStylerDefaultImpl; +import cn.afterturn.easypoi.excel.export.styler.ExcelExportStylerBorderImpl; +import cn.afterturn.easypoi.excel.export.styler.ExcelExportStylerColorImpl; +import cn.afterturn.easypoi.excel.export.styler.ExcelExportStylerDefaultImpl; /** * 插件提供的几个默认样式 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/enmus/ExcelType.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/enmus/ExcelType.java similarity index 90% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/enmus/ExcelType.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/enmus/ExcelType.java index f1e9f95..a45658e 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/enmus/ExcelType.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/enmus/ExcelType.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity.enmus; +package cn.afterturn.easypoi.excel.entity.enmus; /** * Excel Type diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelBaseEntity.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelBaseEntity.java similarity index 91% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelBaseEntity.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelBaseEntity.java index a017cfe..873fc0e 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelBaseEntity.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelBaseEntity.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity.params; +package cn.afterturn.easypoi.excel.entity.params; import java.lang.reflect.Method; import java.util.List; -import cn.aftertrun.easypoi.excel.entity.vo.BaseEntityTypeConstants; +import cn.afterturn.easypoi.excel.entity.vo.BaseEntityTypeConstants; /** * Excel 导入导出基础对象类 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelCollectionParams.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelCollectionParams.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelCollectionParams.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelCollectionParams.java index 3e792e5..f791e5d 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelCollectionParams.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelCollectionParams.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity.params; +package cn.afterturn.easypoi.excel.entity.params; import java.util.Map; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelExportEntity.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelExportEntity.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelExportEntity.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelExportEntity.java index 55128ad..c958482 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelExportEntity.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelExportEntity.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity.params; +package cn.afterturn.easypoi.excel.entity.params; import java.util.List; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelForEachParams.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelForEachParams.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelForEachParams.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelForEachParams.java index 76c98f8..e29a7d1 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelForEachParams.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelForEachParams.java @@ -1,4 +1,4 @@ -package cn.aftertrun.easypoi.excel.entity.params; +package cn.afterturn.easypoi.excel.entity.params; import java.io.Serializable; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelImportEntity.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelImportEntity.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelImportEntity.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelImportEntity.java index 731148a..dbc6cb4 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/ExcelImportEntity.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/ExcelImportEntity.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity.params; +package cn.afterturn.easypoi.excel.entity.params; import java.util.List; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/MergeEntity.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/MergeEntity.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/MergeEntity.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/MergeEntity.java index e77eaa6..2ae3216 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/params/MergeEntity.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/params/MergeEntity.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity.params; +package cn.afterturn.easypoi.excel.entity.params; import java.util.List; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/result/ExcelImportResult.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/result/ExcelImportResult.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/result/ExcelImportResult.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/result/ExcelImportResult.java index f31deb9..3d92612 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/result/ExcelImportResult.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/result/ExcelImportResult.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity.result; +package cn.afterturn.easypoi.excel.entity.result; import java.util.List; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/result/ExcelVerifyHanlderResult.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/result/ExcelVerifyHanlderResult.java similarity index 92% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/result/ExcelVerifyHanlderResult.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/result/ExcelVerifyHanlderResult.java index 17b7edf..05e35db 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/result/ExcelVerifyHanlderResult.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/result/ExcelVerifyHanlderResult.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity.result; +package cn.afterturn.easypoi.excel.entity.result; /** * Excel导入处理返回结果 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/sax/SaxReadCellEntity.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/sax/SaxReadCellEntity.java similarity index 89% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/sax/SaxReadCellEntity.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/sax/SaxReadCellEntity.java index 63d9cf5..87f8f88 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/sax/SaxReadCellEntity.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/sax/SaxReadCellEntity.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity.sax; +package cn.afterturn.easypoi.excel.entity.sax; -import cn.aftertrun.easypoi.excel.entity.enmus.CellValueType; +import cn.afterturn.easypoi.excel.entity.enmus.CellValueType; /** * Cell 对象 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/vo/BaseEntityTypeConstants.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/vo/BaseEntityTypeConstants.java similarity index 71% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/vo/BaseEntityTypeConstants.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/vo/BaseEntityTypeConstants.java index 26c86fc..47d31af 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/vo/BaseEntityTypeConstants.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/vo/BaseEntityTypeConstants.java @@ -1,13 +1,13 @@ /** * */ -package cn.aftertrun.easypoi.excel.entity.vo; +package cn.afterturn.easypoi.excel.entity.vo; /** * @author xfworld * @since 2015-12-28 * @version 1.0 - * @see cn.aftertrun.easypoi.excel.entity.vo.BaseEntityTypeConstants + * @see cn.afterturn.easypoi.excel.entity.vo.BaseEntityTypeConstants * */ public interface BaseEntityTypeConstants { diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/vo/PoiBaseConstants.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/vo/PoiBaseConstants.java similarity index 92% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/vo/PoiBaseConstants.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/vo/PoiBaseConstants.java index 24ea92d..b167d2a 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/entity/vo/PoiBaseConstants.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/entity/vo/PoiBaseConstants.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.entity.vo; +package cn.afterturn.easypoi.excel.entity.vo; /** * 基础常量 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/ExcelBatchExportServer.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/ExcelBatchExportServer.java similarity index 90% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/ExcelBatchExportServer.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/ExcelBatchExportServer.java index f748529..8653f14 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/ExcelBatchExportServer.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/ExcelBatchExportServer.java @@ -1,4 +1,4 @@ -package cn.aftertrun.easypoi.excel.export; +package cn.afterturn.easypoi.excel.export; import java.lang.reflect.Field; import java.util.ArrayList; @@ -12,14 +12,14 @@ import org.apache.poi.ss.usermodel.Sheet; import org.apache.poi.ss.usermodel.Workbook; import org.apache.poi.xssf.streaming.SXSSFWorkbook; -import cn.aftertrun.easypoi.excel.entity.ExportParams; -import cn.aftertrun.easypoi.excel.entity.enmus.ExcelType; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; -import cn.aftertrun.easypoi.excel.export.styler.IExcelExportStyler; -import cn.aftertrun.easypoi.exception.excel.ExcelExportException; -import cn.aftertrun.easypoi.exception.excel.enums.ExcelExportEnum; -import cn.aftertrun.easypoi.util.PoiPublicUtil; import cn.afterturn.easypoi.excel.annotation.ExcelTarget; +import cn.afterturn.easypoi.excel.entity.ExportParams; +import cn.afterturn.easypoi.excel.entity.enmus.ExcelType; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.excel.export.styler.IExcelExportStyler; +import cn.afterturn.easypoi.exception.excel.ExcelExportException; +import cn.afterturn.easypoi.exception.excel.enums.ExcelExportEnum; +import cn.afterturn.easypoi.util.PoiPublicUtil; /** * 提供批次插入服务 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/ExcelExportServer.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/ExcelExportServer.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/ExcelExportServer.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/ExcelExportServer.java index 1821fb2..59d5281 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/ExcelExportServer.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/ExcelExportServer.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.export; +package cn.afterturn.easypoi.excel.export; import java.lang.reflect.Field; import java.util.ArrayList; @@ -30,15 +30,15 @@ import org.apache.poi.ss.usermodel.Sheet; import org.apache.poi.ss.usermodel.Workbook; import org.apache.poi.ss.util.CellRangeAddress; -import cn.aftertrun.easypoi.excel.entity.ExportParams; -import cn.aftertrun.easypoi.excel.entity.enmus.ExcelType; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; -import cn.aftertrun.easypoi.excel.export.base.ExcelExportBase; -import cn.aftertrun.easypoi.excel.export.styler.IExcelExportStyler; -import cn.aftertrun.easypoi.exception.excel.ExcelExportException; -import cn.aftertrun.easypoi.exception.excel.enums.ExcelExportEnum; -import cn.aftertrun.easypoi.util.PoiPublicUtil; import cn.afterturn.easypoi.excel.annotation.ExcelTarget; +import cn.afterturn.easypoi.excel.entity.ExportParams; +import cn.afterturn.easypoi.excel.entity.enmus.ExcelType; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.excel.export.base.ExcelExportBase; +import cn.afterturn.easypoi.excel.export.styler.IExcelExportStyler; +import cn.afterturn.easypoi.exception.excel.ExcelExportException; +import cn.afterturn.easypoi.exception.excel.enums.ExcelExportEnum; +import cn.afterturn.easypoi.util.PoiPublicUtil; /** * Excel导出服务 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/base/ExcelExportBase.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/base/ExcelExportBase.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/base/ExcelExportBase.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/base/ExcelExportBase.java index 73548fc..5e00315 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/base/ExcelExportBase.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/base/ExcelExportBase.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.export.base; +package cn.afterturn.easypoi.excel.export.base; import java.text.DecimalFormat; import java.util.Collection; @@ -37,14 +37,14 @@ import org.apache.poi.ss.util.CellRangeAddress; import org.apache.poi.xssf.usermodel.XSSFClientAnchor; import org.apache.poi.xssf.usermodel.XSSFRichTextString; -import cn.aftertrun.easypoi.cache.ImageCache; -import cn.aftertrun.easypoi.excel.entity.enmus.ExcelType; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; -import cn.aftertrun.easypoi.excel.entity.vo.BaseEntityTypeConstants; -import cn.aftertrun.easypoi.excel.entity.vo.PoiBaseConstants; -import cn.aftertrun.easypoi.excel.export.styler.IExcelExportStyler; -import cn.aftertrun.easypoi.util.PoiMergeCellUtil; -import cn.aftertrun.easypoi.util.PoiPublicUtil; +import cn.afterturn.easypoi.cache.ImageCache; +import cn.afterturn.easypoi.excel.entity.enmus.ExcelType; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.excel.entity.vo.BaseEntityTypeConstants; +import cn.afterturn.easypoi.excel.entity.vo.PoiBaseConstants; +import cn.afterturn.easypoi.excel.export.styler.IExcelExportStyler; +import cn.afterturn.easypoi.util.PoiMergeCellUtil; +import cn.afterturn.easypoi.util.PoiPublicUtil; /** * 提供POI基础操作服务 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/base/ExportBase.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/base/ExportBase.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/base/ExportBase.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/base/ExportBase.java index 39fd8a3..f50eb51 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/base/ExportBase.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/base/ExportBase.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.export.base; +package cn.afterturn.easypoi.excel.export.base; import java.lang.reflect.Field; import java.lang.reflect.Method; @@ -31,15 +31,15 @@ import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.excel.entity.ExportParams; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; -import cn.aftertrun.easypoi.excel.entity.vo.PoiBaseConstants; -import cn.aftertrun.easypoi.handler.inter.IExcelDataHandler; -import cn.aftertrun.easypoi.util.PoiPublicUtil; -import cn.aftertrun.easypoi.util.PoiReflectorUtil; import cn.afterturn.easypoi.excel.annotation.Excel; import cn.afterturn.easypoi.excel.annotation.ExcelCollection; import cn.afterturn.easypoi.excel.annotation.ExcelEntity; +import cn.afterturn.easypoi.excel.entity.ExportParams; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.excel.entity.vo.PoiBaseConstants; +import cn.afterturn.easypoi.handler.inter.IExcelDataHandler; +import cn.afterturn.easypoi.util.PoiPublicUtil; +import cn.afterturn.easypoi.util.PoiReflectorUtil; /** * 导出基础处理,不设计POI,只设计对象,保证复用性 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/AbstractExcelExportStyler.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/AbstractExcelExportStyler.java similarity index 90% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/AbstractExcelExportStyler.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/AbstractExcelExportStyler.java index 8fc7f34..526889e 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/AbstractExcelExportStyler.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/AbstractExcelExportStyler.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.export.styler; +package cn.afterturn.easypoi.excel.export.styler; import org.apache.poi.ss.usermodel.BuiltinFormats; import org.apache.poi.ss.usermodel.CellStyle; import org.apache.poi.ss.usermodel.Workbook; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; -import cn.aftertrun.easypoi.excel.entity.params.ExcelForEachParams; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.excel.entity.params.ExcelForEachParams; /** * 抽象接口提供两个公共方法 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/ExcelExportStylerBorderImpl.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/ExcelExportStylerBorderImpl.java similarity index 95% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/ExcelExportStylerBorderImpl.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/ExcelExportStylerBorderImpl.java index ab9072d..44303a9 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/ExcelExportStylerBorderImpl.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/ExcelExportStylerBorderImpl.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.export.styler; +package cn.afterturn.easypoi.excel.export.styler; import org.apache.poi.ss.usermodel.CellStyle; import org.apache.poi.ss.usermodel.Font; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/ExcelExportStylerColorImpl.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/ExcelExportStylerColorImpl.java similarity index 95% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/ExcelExportStylerColorImpl.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/ExcelExportStylerColorImpl.java index 5e26d85..ec0a023 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/ExcelExportStylerColorImpl.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/ExcelExportStylerColorImpl.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.export.styler; +package cn.afterturn.easypoi.excel.export.styler; import org.apache.poi.ss.usermodel.CellStyle; import org.apache.poi.ss.usermodel.Font; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/ExcelExportStylerDefaultImpl.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/ExcelExportStylerDefaultImpl.java similarity index 95% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/ExcelExportStylerDefaultImpl.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/ExcelExportStylerDefaultImpl.java index 5b31876..7942c52 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/ExcelExportStylerDefaultImpl.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/ExcelExportStylerDefaultImpl.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.export.styler; +package cn.afterturn.easypoi.excel.export.styler; import org.apache.poi.ss.usermodel.CellStyle; import org.apache.poi.ss.usermodel.Font; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/IExcelExportStyler.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/IExcelExportStyler.java similarity index 86% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/IExcelExportStyler.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/IExcelExportStyler.java index 300de97..30c6392 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/styler/IExcelExportStyler.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/styler/IExcelExportStyler.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.export.styler; +package cn.afterturn.easypoi.excel.export.styler; import org.apache.poi.ss.usermodel.CellStyle; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; -import cn.aftertrun.easypoi.excel.entity.params.ExcelForEachParams; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.excel.entity.params.ExcelForEachParams; /** * Excel导出样式接口 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/template/ExcelExportOfTemplateUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/template/ExcelExportOfTemplateUtil.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/template/ExcelExportOfTemplateUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/template/ExcelExportOfTemplateUtil.java index 7495b6a..da1b5c7 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/template/ExcelExportOfTemplateUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/template/ExcelExportOfTemplateUtil.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.export.template; +package cn.afterturn.easypoi.excel.export.template; -import static cn.aftertrun.easypoi.util.PoiElUtil.*; +import static cn.afterturn.easypoi.util.PoiElUtil.*; import java.lang.reflect.Field; import java.util.ArrayList; @@ -40,20 +40,20 @@ import org.apache.poi.xssf.usermodel.XSSFWorkbook; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.cache.ExcelCache; -import cn.aftertrun.easypoi.excel.entity.TemplateExportParams; -import cn.aftertrun.easypoi.excel.entity.enmus.ExcelType; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; -import cn.aftertrun.easypoi.excel.entity.params.ExcelForEachParams; -import cn.aftertrun.easypoi.excel.export.base.ExcelExportBase; -import cn.aftertrun.easypoi.excel.export.styler.IExcelExportStyler; -import cn.aftertrun.easypoi.excel.export.template.TemplateSumHanlder.TemplateSumEntity; -import cn.aftertrun.easypoi.excel.html.helper.MergedRegionHelper; -import cn.aftertrun.easypoi.exception.excel.ExcelExportException; -import cn.aftertrun.easypoi.exception.excel.enums.ExcelExportEnum; -import cn.aftertrun.easypoi.util.PoiPublicUtil; -import cn.aftertrun.easypoi.util.PoiSheetUtility; +import cn.afterturn.easypoi.cache.ExcelCache; import cn.afterturn.easypoi.excel.annotation.ExcelTarget; +import cn.afterturn.easypoi.excel.entity.TemplateExportParams; +import cn.afterturn.easypoi.excel.entity.enmus.ExcelType; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.excel.entity.params.ExcelForEachParams; +import cn.afterturn.easypoi.excel.export.base.ExcelExportBase; +import cn.afterturn.easypoi.excel.export.styler.IExcelExportStyler; +import cn.afterturn.easypoi.excel.export.template.TemplateSumHanlder.TemplateSumEntity; +import cn.afterturn.easypoi.excel.html.helper.MergedRegionHelper; +import cn.afterturn.easypoi.exception.excel.ExcelExportException; +import cn.afterturn.easypoi.exception.excel.enums.ExcelExportEnum; +import cn.afterturn.easypoi.util.PoiPublicUtil; +import cn.afterturn.easypoi.util.PoiSheetUtility; /** * Excel 导出根据模板导出 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/template/TemplateSumHanlder.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/template/TemplateSumHanlder.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/template/TemplateSumHanlder.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/template/TemplateSumHanlder.java index eedd432..5007039 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/export/template/TemplateSumHanlder.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/export/template/TemplateSumHanlder.java @@ -1,6 +1,6 @@ -package cn.aftertrun.easypoi.excel.export.template; +package cn.afterturn.easypoi.excel.export.template; -import static cn.aftertrun.easypoi.util.PoiElUtil.*; +import static cn.afterturn.easypoi.util.PoiElUtil.*; import java.util.ArrayList; import java.util.HashMap; @@ -12,7 +12,7 @@ import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.Row; import org.apache.poi.ss.usermodel.Sheet; -import cn.aftertrun.easypoi.util.PoiCellUtil; +import cn.afterturn.easypoi.util.PoiCellUtil; /** * 针对模板统计问题做统一处理 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/builder/ExcelChartBuildService.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/builder/ExcelChartBuildService.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/builder/ExcelChartBuildService.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/builder/ExcelChartBuildService.java index 1f6f836..34b2134 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/builder/ExcelChartBuildService.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/builder/ExcelChartBuildService.java @@ -1,7 +1,7 @@ /** * */ -package cn.aftertrun.easypoi.excel.graph.builder; +package cn.afterturn.easypoi.excel.graph.builder; import java.util.List; @@ -25,13 +25,13 @@ import org.apache.poi.ss.util.CellRangeAddress; import com.google.common.collect.Lists; -import cn.aftertrun.easypoi.excel.graph.constant.ExcelGraphElementType; -import cn.aftertrun.easypoi.excel.graph.constant.ExcelGraphType; -import cn.aftertrun.easypoi.excel.graph.entity.ExcelGraph; -import cn.aftertrun.easypoi.excel.graph.entity.ExcelGraphElement; -import cn.aftertrun.easypoi.excel.graph.entity.ExcelTitleCell; -import cn.aftertrun.easypoi.util.PoiCellUtil; -import cn.aftertrun.easypoi.util.PoiExcelGraphDataUtil; +import cn.afterturn.easypoi.excel.graph.constant.ExcelGraphElementType; +import cn.afterturn.easypoi.excel.graph.constant.ExcelGraphType; +import cn.afterturn.easypoi.excel.graph.entity.ExcelGraph; +import cn.afterturn.easypoi.excel.graph.entity.ExcelGraphElement; +import cn.afterturn.easypoi.excel.graph.entity.ExcelTitleCell; +import cn.afterturn.easypoi.util.PoiCellUtil; +import cn.afterturn.easypoi.util.PoiExcelGraphDataUtil; /** * @author xfworld diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/constant/ExcelGraphElementType.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/constant/ExcelGraphElementType.java similarity index 81% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/constant/ExcelGraphElementType.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/constant/ExcelGraphElementType.java index bc83020..ea5f09e 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/constant/ExcelGraphElementType.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/constant/ExcelGraphElementType.java @@ -1,7 +1,7 @@ /** * */ -package cn.aftertrun.easypoi.excel.graph.constant; +package cn.afterturn.easypoi.excel.graph.constant; /** * @author xfworld diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/constant/ExcelGraphType.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/constant/ExcelGraphType.java similarity index 81% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/constant/ExcelGraphType.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/constant/ExcelGraphType.java index fb09e6f..fe5b65a 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/constant/ExcelGraphType.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/constant/ExcelGraphType.java @@ -1,7 +1,7 @@ /** * */ -package cn.aftertrun.easypoi.excel.graph.constant; +package cn.afterturn.easypoi.excel.graph.constant; /** * @author xfworld diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/entity/ExcelGraph.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/entity/ExcelGraph.java similarity index 88% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/entity/ExcelGraph.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/entity/ExcelGraph.java index 769ded9..dc881e9 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/entity/ExcelGraph.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/entity/ExcelGraph.java @@ -1,7 +1,7 @@ /** * */ -package cn.aftertrun.easypoi.excel.graph.entity; +package cn.afterturn.easypoi.excel.graph.entity; import java.util.List; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/entity/ExcelGraphDefined.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/entity/ExcelGraphDefined.java similarity index 91% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/entity/ExcelGraphDefined.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/entity/ExcelGraphDefined.java index 84d5c99..fc25d22 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/entity/ExcelGraphDefined.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/entity/ExcelGraphDefined.java @@ -1,13 +1,13 @@ /** * */ -package cn.aftertrun.easypoi.excel.graph.entity; +package cn.afterturn.easypoi.excel.graph.entity; import java.util.List; import com.google.common.collect.Lists; -import cn.aftertrun.easypoi.excel.graph.constant.ExcelGraphType; +import cn.afterturn.easypoi.excel.graph.constant.ExcelGraphType; /** * @author xfworld diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/entity/ExcelGraphElement.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/entity/ExcelGraphElement.java similarity index 90% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/entity/ExcelGraphElement.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/entity/ExcelGraphElement.java index 59470b4..1841982 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/entity/ExcelGraphElement.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/entity/ExcelGraphElement.java @@ -1,9 +1,9 @@ /** * */ -package cn.aftertrun.easypoi.excel.graph.entity; +package cn.afterturn.easypoi.excel.graph.entity; -import cn.aftertrun.easypoi.excel.graph.constant.ExcelGraphElementType; +import cn.afterturn.easypoi.excel.graph.constant.ExcelGraphElementType; /** diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/entity/ExcelTitleCell.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/entity/ExcelTitleCell.java similarity index 90% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/entity/ExcelTitleCell.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/entity/ExcelTitleCell.java index 57c6d0a..763d199 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/entity/ExcelTitleCell.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/entity/ExcelTitleCell.java @@ -1,7 +1,7 @@ /** * */ -package cn.aftertrun.easypoi.excel.graph.entity; +package cn.afterturn.easypoi.excel.graph.entity; /** * @author xfowrld diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/package-info.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/package-info.java similarity index 67% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/package-info.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/package-info.java index 1ae9ef5..717060b 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/graph/package-info.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/graph/package-info.java @@ -7,4 +7,4 @@ * @version 1.0 * Excel 图形构造服务 */ -package cn.aftertrun.easypoi.excel.graph; \ No newline at end of file +package cn.afterturn.easypoi.excel.graph; \ No newline at end of file diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/ExcelToHtmlServer.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/ExcelToHtmlServer.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/ExcelToHtmlServer.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/ExcelToHtmlServer.java index 79ac5b4..f2ddff8 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/ExcelToHtmlServer.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/ExcelToHtmlServer.java @@ -1,4 +1,4 @@ -package cn.aftertrun.easypoi.excel.html; +package cn.afterturn.easypoi.excel.html; import java.io.File; import java.io.FileOutputStream; @@ -23,11 +23,11 @@ import org.apache.poi.xssf.usermodel.XSSFWorkbook; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.excel.entity.ExcelToHtmlParams; -import cn.aftertrun.easypoi.excel.html.helper.CellValueHelper; -import cn.aftertrun.easypoi.excel.html.helper.MergedRegionHelper; -import cn.aftertrun.easypoi.excel.html.helper.StylerHelper; -import cn.aftertrun.easypoi.util.PoiPublicUtil; +import cn.afterturn.easypoi.excel.entity.ExcelToHtmlParams; +import cn.afterturn.easypoi.excel.html.helper.CellValueHelper; +import cn.afterturn.easypoi.excel.html.helper.MergedRegionHelper; +import cn.afterturn.easypoi.excel.html.helper.StylerHelper; +import cn.afterturn.easypoi.util.PoiPublicUtil; /** * Excel转换成Html 服务 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/HtmlToExcelServer.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/HtmlToExcelServer.java similarity index 90% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/HtmlToExcelServer.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/HtmlToExcelServer.java index f0c0a17..dbd8cdc 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/HtmlToExcelServer.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/HtmlToExcelServer.java @@ -1,4 +1,4 @@ -package cn.aftertrun.easypoi.excel.html; +package cn.afterturn.easypoi.excel.html; import java.util.Map; import java.util.List; @@ -12,18 +12,18 @@ import java.util.LinkedList; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.excel.export.styler.ExcelExportStylerDefaultImpl; -import cn.aftertrun.easypoi.excel.html.css.CssParseServer; -import cn.aftertrun.easypoi.excel.html.css.ICssConvertToExcel; -import cn.aftertrun.easypoi.excel.html.css.impl.AlignCssConvertImpl; -import cn.aftertrun.easypoi.excel.html.css.impl.BackgroundCssConvertImpl; -import cn.aftertrun.easypoi.excel.html.css.impl.BorderCssConverImpl; -import cn.aftertrun.easypoi.excel.html.css.impl.HeightCssConverImpl; -import cn.aftertrun.easypoi.excel.html.css.impl.TextCssConvertImpl; -import cn.aftertrun.easypoi.excel.html.css.impl.WidthCssConverImpl; -import cn.aftertrun.easypoi.excel.html.entity.ExcelCssConstant; -import cn.aftertrun.easypoi.excel.html.entity.HtmlCssConstant; -import cn.aftertrun.easypoi.excel.html.entity.style.CellStyleEntity; +import cn.afterturn.easypoi.excel.export.styler.ExcelExportStylerDefaultImpl; +import cn.afterturn.easypoi.excel.html.css.CssParseServer; +import cn.afterturn.easypoi.excel.html.css.ICssConvertToExcel; +import cn.afterturn.easypoi.excel.html.css.impl.AlignCssConvertImpl; +import cn.afterturn.easypoi.excel.html.css.impl.BackgroundCssConvertImpl; +import cn.afterturn.easypoi.excel.html.css.impl.BorderCssConverImpl; +import cn.afterturn.easypoi.excel.html.css.impl.HeightCssConverImpl; +import cn.afterturn.easypoi.excel.html.css.impl.TextCssConvertImpl; +import cn.afterturn.easypoi.excel.html.css.impl.WidthCssConverImpl; +import cn.afterturn.easypoi.excel.html.entity.ExcelCssConstant; +import cn.afterturn.easypoi.excel.html.entity.HtmlCssConstant; +import cn.afterturn.easypoi.excel.html.entity.style.CellStyleEntity; import org.jsoup.nodes.Element; import org.jsoup.select.Elements; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/CssParseServer.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/CssParseServer.java similarity index 95% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/CssParseServer.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/CssParseServer.java index 92e2dca..903c165 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/CssParseServer.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/CssParseServer.java @@ -1,6 +1,6 @@ -package cn.aftertrun.easypoi.excel.html.css; +package cn.afterturn.easypoi.excel.html.css; -import static cn.aftertrun.easypoi.excel.html.entity.HtmlCssConstant.*; +import static cn.afterturn.easypoi.excel.html.entity.HtmlCssConstant.*; import java.util.HashMap; import java.util.HashSet; @@ -14,10 +14,10 @@ import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.excel.html.entity.style.CellStyleBorderEntity; -import cn.aftertrun.easypoi.excel.html.entity.style.CellStyleEntity; -import cn.aftertrun.easypoi.excel.html.entity.style.CssStyleFontEnity; -import cn.aftertrun.easypoi.util.PoiCssUtils; +import cn.afterturn.easypoi.excel.html.entity.style.CellStyleBorderEntity; +import cn.afterturn.easypoi.excel.html.entity.style.CellStyleEntity; +import cn.afterturn.easypoi.excel.html.entity.style.CssStyleFontEnity; +import cn.afterturn.easypoi.util.PoiCssUtils; /** * 把Css样式解析成对应的Model diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/ICssConvertToExcel.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/ICssConvertToExcel.java similarity index 87% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/ICssConvertToExcel.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/ICssConvertToExcel.java index 1415531..ad6f234 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/ICssConvertToExcel.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/ICssConvertToExcel.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.html.css; +package cn.afterturn.easypoi.excel.html.css; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.CellStyle; -import cn.aftertrun.easypoi.excel.html.entity.style.CellStyleEntity; +import cn.afterturn.easypoi.excel.html.entity.style.CellStyleEntity; /** * CSS Cell Style 转换类 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/ICssConvertToHtml.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/ICssConvertToHtml.java similarity index 87% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/ICssConvertToHtml.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/ICssConvertToHtml.java index ca1f9dd..e9eba18 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/ICssConvertToHtml.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/ICssConvertToHtml.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.html.css; +package cn.afterturn.easypoi.excel.html.css; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.CellStyle; -import cn.aftertrun.easypoi.excel.html.entity.style.CellStyleEntity; +import cn.afterturn.easypoi.excel.html.entity.style.CellStyleEntity; /** * CSS Cell Style 转换类 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/AlignCssConvertImpl.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/AlignCssConvertImpl.java similarity index 81% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/AlignCssConvertImpl.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/AlignCssConvertImpl.java index 4e60346..7380a18 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/AlignCssConvertImpl.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/AlignCssConvertImpl.java @@ -1,12 +1,12 @@ -package cn.aftertrun.easypoi.excel.html.css.impl; +package cn.afterturn.easypoi.excel.html.css.impl; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.CellStyle; -import cn.aftertrun.easypoi.excel.html.css.ICssConvertToExcel; -import cn.aftertrun.easypoi.excel.html.css.ICssConvertToHtml; -import cn.aftertrun.easypoi.excel.html.entity.HtmlCssConstant; -import cn.aftertrun.easypoi.excel.html.entity.style.CellStyleEntity; +import cn.afterturn.easypoi.excel.html.css.ICssConvertToExcel; +import cn.afterturn.easypoi.excel.html.css.ICssConvertToHtml; +import cn.afterturn.easypoi.excel.html.entity.HtmlCssConstant; +import cn.afterturn.easypoi.excel.html.entity.style.CellStyleEntity; public class AlignCssConvertImpl implements ICssConvertToExcel, ICssConvertToHtml { diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/BackgroundCssConvertImpl.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/BackgroundCssConvertImpl.java similarity index 79% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/BackgroundCssConvertImpl.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/BackgroundCssConvertImpl.java index 2e1f224..12d5874 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/BackgroundCssConvertImpl.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/BackgroundCssConvertImpl.java @@ -1,4 +1,4 @@ -package cn.aftertrun.easypoi.excel.html.css.impl; +package cn.afterturn.easypoi.excel.html.css.impl; import org.apache.commons.lang3.StringUtils; import org.apache.poi.hssf.usermodel.HSSFCell; @@ -8,10 +8,10 @@ import org.apache.poi.ss.usermodel.CellStyle; import org.apache.poi.xssf.usermodel.XSSFCell; import org.apache.poi.xssf.usermodel.XSSFCellStyle; -import cn.aftertrun.easypoi.excel.html.css.ICssConvertToExcel; -import cn.aftertrun.easypoi.excel.html.css.ICssConvertToHtml; -import cn.aftertrun.easypoi.excel.html.entity.style.CellStyleEntity; -import cn.aftertrun.easypoi.util.PoiCssUtils; +import cn.afterturn.easypoi.excel.html.css.ICssConvertToExcel; +import cn.afterturn.easypoi.excel.html.css.ICssConvertToHtml; +import cn.afterturn.easypoi.excel.html.entity.style.CellStyleEntity; +import cn.afterturn.easypoi.util.PoiCssUtils; public class BackgroundCssConvertImpl implements ICssConvertToExcel, ICssConvertToHtml { diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/BorderCssConverImpl.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/BorderCssConverImpl.java similarity index 90% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/BorderCssConverImpl.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/BorderCssConverImpl.java index 85a3fc1..1dc5f13 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/BorderCssConverImpl.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/BorderCssConverImpl.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.html.css.impl; +package cn.afterturn.easypoi.excel.html.css.impl; -import static cn.aftertrun.easypoi.excel.html.entity.HtmlCssConstant.*; +import static cn.afterturn.easypoi.excel.html.entity.HtmlCssConstant.*; import org.apache.commons.lang3.ArrayUtils; import org.apache.commons.lang3.StringUtils; @@ -30,11 +30,11 @@ import org.apache.poi.xssf.usermodel.XSSFColor; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.excel.html.css.ICssConvertToExcel; -import cn.aftertrun.easypoi.excel.html.css.ICssConvertToHtml; -import cn.aftertrun.easypoi.excel.html.entity.style.CellStyleBorderEntity; -import cn.aftertrun.easypoi.excel.html.entity.style.CellStyleEntity; -import cn.aftertrun.easypoi.util.PoiCssUtils; +import cn.afterturn.easypoi.excel.html.css.ICssConvertToExcel; +import cn.afterturn.easypoi.excel.html.css.ICssConvertToHtml; +import cn.afterturn.easypoi.excel.html.entity.style.CellStyleBorderEntity; +import cn.afterturn.easypoi.excel.html.entity.style.CellStyleEntity; +import cn.afterturn.easypoi.util.PoiCssUtils; /** * 边框转换实现类 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/HeightCssConverImpl.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/HeightCssConverImpl.java similarity index 81% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/HeightCssConverImpl.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/HeightCssConverImpl.java index abe8524..ec71867 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/HeightCssConverImpl.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/HeightCssConverImpl.java @@ -13,17 +13,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.html.css.impl; +package cn.afterturn.easypoi.excel.html.css.impl; import org.apache.commons.lang3.StringUtils; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.CellStyle; import org.apache.poi.ss.usermodel.Row; -import cn.aftertrun.easypoi.excel.html.css.ICssConvertToExcel; -import cn.aftertrun.easypoi.excel.html.css.ICssConvertToHtml; -import cn.aftertrun.easypoi.excel.html.entity.style.CellStyleEntity; -import cn.aftertrun.easypoi.util.PoiCssUtils; +import cn.afterturn.easypoi.excel.html.css.ICssConvertToExcel; +import cn.afterturn.easypoi.excel.html.css.ICssConvertToHtml; +import cn.afterturn.easypoi.excel.html.entity.style.CellStyleEntity; +import cn.afterturn.easypoi.util.PoiCssUtils; /** diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/TextCssConvertImpl.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/TextCssConvertImpl.java similarity index 85% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/TextCssConvertImpl.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/TextCssConvertImpl.java index 9177dc4..32ca1c4 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/TextCssConvertImpl.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/TextCssConvertImpl.java @@ -1,6 +1,6 @@ -package cn.aftertrun.easypoi.excel.html.css.impl; +package cn.afterturn.easypoi.excel.html.css.impl; -import static cn.aftertrun.easypoi.excel.html.entity.HtmlCssConstant.*; +import static cn.afterturn.easypoi.excel.html.entity.HtmlCssConstant.*; import org.apache.commons.lang3.StringUtils; import org.apache.poi.hssf.usermodel.HSSFFont; @@ -14,10 +14,10 @@ import org.apache.poi.ss.usermodel.Workbook; import org.apache.poi.xssf.usermodel.XSSFColor; import org.apache.poi.xssf.usermodel.XSSFFont; -import cn.aftertrun.easypoi.excel.html.css.ICssConvertToExcel; -import cn.aftertrun.easypoi.excel.html.css.ICssConvertToHtml; -import cn.aftertrun.easypoi.excel.html.entity.style.CellStyleEntity; -import cn.aftertrun.easypoi.util.PoiCssUtils; +import cn.afterturn.easypoi.excel.html.css.ICssConvertToExcel; +import cn.afterturn.easypoi.excel.html.css.ICssConvertToHtml; +import cn.afterturn.easypoi.excel.html.entity.style.CellStyleEntity; +import cn.afterturn.easypoi.util.PoiCssUtils; public class TextCssConvertImpl implements ICssConvertToExcel, ICssConvertToHtml { diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/WidthCssConverImpl.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/WidthCssConverImpl.java similarity index 83% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/WidthCssConverImpl.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/WidthCssConverImpl.java index 4eb77f1..282b050 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/css/impl/WidthCssConverImpl.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/css/impl/WidthCssConverImpl.java @@ -13,17 +13,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.html.css.impl; +package cn.afterturn.easypoi.excel.html.css.impl; import org.apache.commons.lang3.StringUtils; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.CellStyle; import org.apache.poi.ss.usermodel.Sheet; -import cn.aftertrun.easypoi.excel.html.css.ICssConvertToExcel; -import cn.aftertrun.easypoi.excel.html.css.ICssConvertToHtml; -import cn.aftertrun.easypoi.excel.html.entity.style.CellStyleEntity; -import cn.aftertrun.easypoi.util.PoiCssUtils; +import cn.afterturn.easypoi.excel.html.css.ICssConvertToExcel; +import cn.afterturn.easypoi.excel.html.css.ICssConvertToHtml; +import cn.afterturn.easypoi.excel.html.entity.style.CellStyleEntity; +import cn.afterturn.easypoi.util.PoiCssUtils; /** * 列宽转换实现类 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/ExcelCssConstant.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/ExcelCssConstant.java similarity index 92% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/ExcelCssConstant.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/ExcelCssConstant.java index 59f09fe..c04d989 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/ExcelCssConstant.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/ExcelCssConstant.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.html.entity; +package cn.afterturn.easypoi.excel.html.entity; /** * Excel 自定义处理的自定义Html标签 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/HtmlCssConstant.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/HtmlCssConstant.java similarity index 96% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/HtmlCssConstant.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/HtmlCssConstant.java index c0e8b62..c9fb293 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/HtmlCssConstant.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/HtmlCssConstant.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.html.entity; +package cn.afterturn.easypoi.excel.html.entity; public interface HtmlCssConstant { diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/style/CellStyleBorderEntity.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/style/CellStyleBorderEntity.java similarity index 95% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/style/CellStyleBorderEntity.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/style/CellStyleBorderEntity.java index 455aef5..4ccab84 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/style/CellStyleBorderEntity.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/style/CellStyleBorderEntity.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.html.entity.style; +package cn.afterturn.easypoi.excel.html.entity.style; /** * 边框样式 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/style/CellStyleEntity.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/style/CellStyleEntity.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/style/CellStyleEntity.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/style/CellStyleEntity.java index fc75a8b..f6b673d 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/style/CellStyleEntity.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/style/CellStyleEntity.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.html.entity.style; +package cn.afterturn.easypoi.excel.html.entity.style; /** * Cell 具有的样式 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/style/CssStyleFontEnity.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/style/CssStyleFontEnity.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/style/CssStyleFontEnity.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/style/CssStyleFontEnity.java index 78caa53..350b143 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/entity/style/CssStyleFontEnity.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/entity/style/CssStyleFontEnity.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.html.entity.style; +package cn.afterturn.easypoi.excel.html.entity.style; /** * 字体样式 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/helper/CellValueHelper.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/helper/CellValueHelper.java similarity index 96% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/helper/CellValueHelper.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/helper/CellValueHelper.java index b54d632..8394fd4 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/helper/CellValueHelper.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/helper/CellValueHelper.java @@ -1,4 +1,4 @@ -package cn.aftertrun.easypoi.excel.html.helper; +package cn.afterturn.easypoi.excel.html.helper; import java.util.HashMap; import java.util.Map; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/helper/MergedRegionHelper.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/helper/MergedRegionHelper.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/helper/MergedRegionHelper.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/helper/MergedRegionHelper.java index 8810311..dba8400 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/helper/MergedRegionHelper.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/helper/MergedRegionHelper.java @@ -1,4 +1,4 @@ -package cn.aftertrun.easypoi.excel.html.helper; +package cn.afterturn.easypoi.excel.html.helper; import java.util.HashMap; import java.util.HashSet; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/helper/StylerHelper.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/helper/StylerHelper.java similarity index 96% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/helper/StylerHelper.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/helper/StylerHelper.java index ce14e6c..56d9a90 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/helper/StylerHelper.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/helper/StylerHelper.java @@ -1,4 +1,4 @@ -package cn.aftertrun.easypoi.excel.html.helper; +package cn.afterturn.easypoi.excel.html.helper; import static org.apache.poi.ss.usermodel.CellStyle.ALIGN_CENTER; import static org.apache.poi.ss.usermodel.CellStyle.ALIGN_CENTER_SELECTION; @@ -35,7 +35,7 @@ import org.apache.poi.xssf.usermodel.XSSFColor; import org.apache.poi.xssf.usermodel.XSSFFont; import org.apache.poi.xssf.usermodel.XSSFWorkbook; -import cn.aftertrun.easypoi.util.PoiPublicUtil; +import cn.afterturn.easypoi.util.PoiPublicUtil; /** * 样式帮助类 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/helper/excelStyle.css b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/helper/excelStyle.css similarity index 100% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/html/helper/excelStyle.css rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/html/helper/excelStyle.css diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/CellValueServer.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/CellValueServer.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/CellValueServer.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/CellValueServer.java index 57b7a0f..5914704 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/CellValueServer.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/CellValueServer.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.imports; +package cn.afterturn.easypoi.excel.imports; import java.lang.reflect.Method; import java.lang.reflect.Type; @@ -33,12 +33,12 @@ import org.apache.poi.ss.usermodel.DateUtil; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.excel.entity.params.ExcelImportEntity; -import cn.aftertrun.easypoi.excel.entity.sax.SaxReadCellEntity; -import cn.aftertrun.easypoi.exception.excel.ExcelImportException; -import cn.aftertrun.easypoi.exception.excel.enums.ExcelImportEnum; -import cn.aftertrun.easypoi.handler.inter.IExcelDataHandler; -import cn.aftertrun.easypoi.util.PoiPublicUtil; +import cn.afterturn.easypoi.excel.entity.params.ExcelImportEntity; +import cn.afterturn.easypoi.excel.entity.sax.SaxReadCellEntity; +import cn.afterturn.easypoi.exception.excel.ExcelImportException; +import cn.afterturn.easypoi.exception.excel.enums.ExcelImportEnum; +import cn.afterturn.easypoi.handler.inter.IExcelDataHandler; +import cn.afterturn.easypoi.util.PoiPublicUtil; /** * Cell 取值服务 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/ExcelImportServer.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/ExcelImportServer.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/ExcelImportServer.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/ExcelImportServer.java index 0c565ea..ff31939 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/ExcelImportServer.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/ExcelImportServer.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.imports; +package cn.afterturn.easypoi.excel.imports; import java.io.File; import java.io.FileOutputStream; @@ -49,20 +49,20 @@ import org.apache.poi.xssf.usermodel.XSSFWorkbook; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.excel.entity.ImportParams; -import cn.aftertrun.easypoi.excel.entity.params.ExcelCollectionParams; -import cn.aftertrun.easypoi.excel.entity.params.ExcelImportEntity; -import cn.aftertrun.easypoi.excel.entity.result.ExcelImportResult; -import cn.aftertrun.easypoi.excel.entity.result.ExcelVerifyHanlderResult; -import cn.aftertrun.easypoi.excel.imports.base.ImportBaseService; -import cn.aftertrun.easypoi.exception.excel.ExcelImportException; -import cn.aftertrun.easypoi.exception.excel.enums.ExcelImportEnum; -import cn.aftertrun.easypoi.handler.inter.IExcelModel; -import cn.aftertrun.easypoi.util.PoiCellUtil; -import cn.aftertrun.easypoi.util.PoiPublicUtil; -import cn.aftertrun.easypoi.util.PoiReflectorUtil; -import cn.aftertrun.easypoi.util.PoiValidationUtil; import cn.afterturn.easypoi.excel.annotation.ExcelTarget; +import cn.afterturn.easypoi.excel.entity.ImportParams; +import cn.afterturn.easypoi.excel.entity.params.ExcelCollectionParams; +import cn.afterturn.easypoi.excel.entity.params.ExcelImportEntity; +import cn.afterturn.easypoi.excel.entity.result.ExcelImportResult; +import cn.afterturn.easypoi.excel.entity.result.ExcelVerifyHanlderResult; +import cn.afterturn.easypoi.excel.imports.base.ImportBaseService; +import cn.afterturn.easypoi.exception.excel.ExcelImportException; +import cn.afterturn.easypoi.exception.excel.enums.ExcelImportEnum; +import cn.afterturn.easypoi.handler.inter.IExcelModel; +import cn.afterturn.easypoi.util.PoiCellUtil; +import cn.afterturn.easypoi.util.PoiPublicUtil; +import cn.afterturn.easypoi.util.PoiReflectorUtil; +import cn.afterturn.easypoi.util.PoiValidationUtil; /** * Excel 导入服务 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/base/ImportBaseService.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/base/ImportBaseService.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/base/ImportBaseService.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/base/ImportBaseService.java index 7dda8a7..091f44f 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/base/ImportBaseService.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/base/ImportBaseService.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.imports.base; +package cn.afterturn.easypoi.excel.imports.base; import java.io.File; import java.io.FileOutputStream; @@ -33,14 +33,14 @@ import org.apache.commons.lang3.StringUtils; import org.apache.poi.ss.usermodel.Workbook; import org.apache.poi.util.IOUtils; -import cn.aftertrun.easypoi.excel.entity.ImportParams; -import cn.aftertrun.easypoi.excel.entity.params.ExcelCollectionParams; -import cn.aftertrun.easypoi.excel.entity.params.ExcelImportEntity; -import cn.aftertrun.easypoi.util.PoiPublicUtil; -import cn.aftertrun.easypoi.util.PoiReflectorUtil; import cn.afterturn.easypoi.excel.annotation.Excel; import cn.afterturn.easypoi.excel.annotation.ExcelCollection; import cn.afterturn.easypoi.excel.annotation.ExcelEntity; +import cn.afterturn.easypoi.excel.entity.ImportParams; +import cn.afterturn.easypoi.excel.entity.params.ExcelCollectionParams; +import cn.afterturn.easypoi.excel.entity.params.ExcelImportEntity; +import cn.afterturn.easypoi.util.PoiPublicUtil; +import cn.afterturn.easypoi.util.PoiReflectorUtil; /** * 导入基础和,普通方法和Sax共用 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/package-info.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/package-info.java similarity index 60% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/package-info.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/package-info.java index 10d03ec..fce64da 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/package-info.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/package-info.java @@ -3,4 +3,4 @@ * @author JueYue * 2014年6月23日 下午11:05:59 */ -package cn.aftertrun.easypoi.excel.imports; \ No newline at end of file +package cn.afterturn.easypoi.excel.imports; \ No newline at end of file diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/sax/SaxReadExcel.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/sax/SaxReadExcel.java similarity index 88% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/sax/SaxReadExcel.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/sax/SaxReadExcel.java index 703845a..e0511a7 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/sax/SaxReadExcel.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/sax/SaxReadExcel.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.imports.sax; +package cn.afterturn.easypoi.excel.imports.sax; import java.io.InputStream; import java.util.Iterator; @@ -30,11 +30,11 @@ import org.xml.sax.SAXException; import org.xml.sax.XMLReader; import org.xml.sax.helpers.XMLReaderFactory; -import cn.aftertrun.easypoi.excel.entity.ImportParams; -import cn.aftertrun.easypoi.excel.imports.sax.parse.ISaxRowRead; -import cn.aftertrun.easypoi.excel.imports.sax.parse.SaxRowRead; -import cn.aftertrun.easypoi.exception.excel.ExcelImportException; -import cn.aftertrun.easypoi.handler.inter.IExcelReadRowHanlder; +import cn.afterturn.easypoi.excel.entity.ImportParams; +import cn.afterturn.easypoi.excel.imports.sax.parse.ISaxRowRead; +import cn.afterturn.easypoi.excel.imports.sax.parse.SaxRowRead; +import cn.afterturn.easypoi.exception.excel.ExcelImportException; +import cn.afterturn.easypoi.handler.inter.IExcelReadRowHanlder; /** * 基于SAX Excel大数据读取,读取Excel 07版本,不支持图片读取 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/sax/SheetHandler.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/sax/SheetHandler.java similarity index 92% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/sax/SheetHandler.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/sax/SheetHandler.java index b0709ae..9ad0954 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/sax/SheetHandler.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/sax/SheetHandler.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.imports.sax; +package cn.afterturn.easypoi.excel.imports.sax; import java.math.BigDecimal; import java.util.Date; @@ -28,9 +28,9 @@ import org.xml.sax.helpers.DefaultHandler; import com.google.common.collect.Lists; -import cn.aftertrun.easypoi.excel.entity.enmus.CellValueType; -import cn.aftertrun.easypoi.excel.entity.sax.SaxReadCellEntity; -import cn.aftertrun.easypoi.excel.imports.sax.parse.ISaxRowRead; +import cn.afterturn.easypoi.excel.entity.enmus.CellValueType; +import cn.afterturn.easypoi.excel.entity.sax.SaxReadCellEntity; +import cn.afterturn.easypoi.excel.imports.sax.parse.ISaxRowRead; /** * 回调接口 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/sax/parse/ISaxRowRead.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/sax/parse/ISaxRowRead.java similarity index 85% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/sax/parse/ISaxRowRead.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/sax/parse/ISaxRowRead.java index 1632dd3..b9f0ae5 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/sax/parse/ISaxRowRead.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/sax/parse/ISaxRowRead.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.imports.sax.parse; +package cn.afterturn.easypoi.excel.imports.sax.parse; import java.util.List; -import cn.aftertrun.easypoi.excel.entity.sax.SaxReadCellEntity; +import cn.afterturn.easypoi.excel.entity.sax.SaxReadCellEntity; public interface ISaxRowRead { /** diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/sax/parse/SaxRowRead.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/sax/parse/SaxRowRead.java similarity index 89% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/sax/parse/SaxRowRead.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/sax/parse/SaxRowRead.java index aaba8b6..25d3d65 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/imports/sax/parse/SaxRowRead.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/imports/sax/parse/SaxRowRead.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.excel.imports.sax.parse; +package cn.afterturn.easypoi.excel.imports.sax.parse; import java.lang.reflect.Field; import java.util.ArrayList; @@ -28,17 +28,17 @@ import org.slf4j.LoggerFactory; import com.google.common.collect.Lists; -import cn.aftertrun.easypoi.excel.entity.ImportParams; -import cn.aftertrun.easypoi.excel.entity.params.ExcelCollectionParams; -import cn.aftertrun.easypoi.excel.entity.params.ExcelImportEntity; -import cn.aftertrun.easypoi.excel.entity.sax.SaxReadCellEntity; -import cn.aftertrun.easypoi.excel.imports.CellValueServer; -import cn.aftertrun.easypoi.excel.imports.base.ImportBaseService; -import cn.aftertrun.easypoi.exception.excel.ExcelImportException; -import cn.aftertrun.easypoi.handler.inter.IExcelReadRowHanlder; -import cn.aftertrun.easypoi.util.PoiPublicUtil; -import cn.aftertrun.easypoi.util.PoiReflectorUtil; import cn.afterturn.easypoi.excel.annotation.ExcelTarget; +import cn.afterturn.easypoi.excel.entity.ImportParams; +import cn.afterturn.easypoi.excel.entity.params.ExcelCollectionParams; +import cn.afterturn.easypoi.excel.entity.params.ExcelImportEntity; +import cn.afterturn.easypoi.excel.entity.sax.SaxReadCellEntity; +import cn.afterturn.easypoi.excel.imports.CellValueServer; +import cn.afterturn.easypoi.excel.imports.base.ImportBaseService; +import cn.afterturn.easypoi.exception.excel.ExcelImportException; +import cn.afterturn.easypoi.handler.inter.IExcelReadRowHanlder; +import cn.afterturn.easypoi.util.PoiPublicUtil; +import cn.afterturn.easypoi.util.PoiReflectorUtil; /** * 当行读取数据 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/package-info.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/package-info.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/package-info.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/excel/package-info.java index 953e978..589c019 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/excel/package-info.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/excel/package-info.java @@ -18,4 +18,4 @@ * @author JueYue * 2014年6月20日 上午12:08:09 */ -package cn.aftertrun.easypoi.excel; \ No newline at end of file +package cn.afterturn.easypoi.excel; \ No newline at end of file diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/excel/ExcelExportException.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/exception/excel/ExcelExportException.java similarity index 89% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/excel/ExcelExportException.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/exception/excel/ExcelExportException.java index cf57fa3..06bc21e 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/excel/ExcelExportException.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/exception/excel/ExcelExportException.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.exception.excel; +package cn.afterturn.easypoi.exception.excel; -import cn.aftertrun.easypoi.exception.excel.enums.ExcelExportEnum; +import cn.afterturn.easypoi.exception.excel.enums.ExcelExportEnum; /** * 导出异常 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/excel/ExcelImportException.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/exception/excel/ExcelImportException.java similarity index 90% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/excel/ExcelImportException.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/exception/excel/ExcelImportException.java index ef79483..cda0ebd 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/excel/ExcelImportException.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/exception/excel/ExcelImportException.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.exception.excel; +package cn.afterturn.easypoi.exception.excel; -import cn.aftertrun.easypoi.exception.excel.enums.ExcelImportEnum; +import cn.afterturn.easypoi.exception.excel.enums.ExcelImportEnum; /** * 导入异常 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/excel/enums/ExcelExportEnum.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/exception/excel/enums/ExcelExportEnum.java similarity index 92% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/excel/enums/ExcelExportEnum.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/exception/excel/enums/ExcelExportEnum.java index 1afea55..31c827b 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/excel/enums/ExcelExportEnum.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/exception/excel/enums/ExcelExportEnum.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.exception.excel.enums; +package cn.afterturn.easypoi.exception.excel.enums; /** * 导出异常类型枚举 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/excel/enums/ExcelImportEnum.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/exception/excel/enums/ExcelImportEnum.java similarity index 92% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/excel/enums/ExcelImportEnum.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/exception/excel/enums/ExcelImportEnum.java index 5f1e1fd..bb83bcd 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/excel/enums/ExcelImportEnum.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/exception/excel/enums/ExcelImportEnum.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.exception.excel.enums; +package cn.afterturn.easypoi.exception.excel.enums; /** * 导出异常类型枚举 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/word/WordExportException.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/exception/word/WordExportException.java similarity index 87% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/word/WordExportException.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/exception/word/WordExportException.java index eef4a0b..121bd18 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/word/WordExportException.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/exception/word/WordExportException.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.exception.word; +package cn.afterturn.easypoi.exception.word; -import cn.aftertrun.easypoi.exception.word.enmus.WordExportEnum; +import cn.afterturn.easypoi.exception.word.enmus.WordExportEnum; /** * word导出异常 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/word/enmus/WordExportEnum.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/exception/word/enmus/WordExportEnum.java similarity index 92% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/word/enmus/WordExportEnum.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/exception/word/enmus/WordExportEnum.java index d0ac832..0c23af1 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/exception/word/enmus/WordExportEnum.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/exception/word/enmus/WordExportEnum.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.exception.word.enmus; +package cn.afterturn.easypoi.exception.word.enmus; /** * 导出异常枚举 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/impl/ExcelDataHandlerDefaultImpl.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/impl/ExcelDataHandlerDefaultImpl.java similarity index 91% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/impl/ExcelDataHandlerDefaultImpl.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/handler/impl/ExcelDataHandlerDefaultImpl.java index 3fb0527..181bda3 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/impl/ExcelDataHandlerDefaultImpl.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/impl/ExcelDataHandlerDefaultImpl.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.handler.impl; +package cn.afterturn.easypoi.handler.impl; import java.util.Map; import org.apache.poi.ss.usermodel.CreationHelper; import org.apache.poi.ss.usermodel.Hyperlink; -import cn.aftertrun.easypoi.handler.inter.IExcelDataHandler; +import cn.afterturn.easypoi.handler.inter.IExcelDataHandler; /** * 数据处理默认实现,返回空 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/impl/package-info.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/impl/package-info.java similarity index 73% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/impl/package-info.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/handler/impl/package-info.java index 27540ef..aa9fcff 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/impl/package-info.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/impl/package-info.java @@ -3,4 +3,4 @@ * @author JueYue * 2014年6月20日 上午12:09:27 */ -package cn.aftertrun.easypoi.handler.impl; \ No newline at end of file +package cn.afterturn.easypoi.handler.impl; \ No newline at end of file diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelDataHandler.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelDataHandler.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelDataHandler.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelDataHandler.java index a822f00..6f010c3 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelDataHandler.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelDataHandler.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.handler.inter; +package cn.afterturn.easypoi.handler.inter; import java.util.Map; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelExportServer.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelExportServer.java similarity index 78% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelExportServer.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelExportServer.java index d47d408..4d72b49 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelExportServer.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelExportServer.java @@ -1,4 +1,4 @@ -package cn.aftertrun.easypoi.handler.inter; +package cn.afterturn.easypoi.handler.inter; import java.util.List; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelModel.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelModel.java similarity index 92% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelModel.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelModel.java index 792bb81..e3cda0b 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelModel.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelModel.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.handler.inter; +package cn.afterturn.easypoi.handler.inter; /** * Excel标记类 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelReadRowHanlder.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelReadRowHanlder.java similarity index 92% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelReadRowHanlder.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelReadRowHanlder.java index 52ac266..9822eb1 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelReadRowHanlder.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelReadRowHanlder.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.handler.inter; +package cn.afterturn.easypoi.handler.inter; /** * 接口自定义处理类 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelVerifyHandler.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelVerifyHandler.java similarity index 86% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelVerifyHandler.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelVerifyHandler.java index 7e65896..0aecaf9 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/inter/IExcelVerifyHandler.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/inter/IExcelVerifyHandler.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.handler.inter; +package cn.afterturn.easypoi.handler.inter; -import cn.aftertrun.easypoi.excel.entity.result.ExcelVerifyHanlderResult; +import cn.afterturn.easypoi.excel.entity.result.ExcelVerifyHanlderResult; /** * 导入校验接口 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/package-info.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/package-info.java similarity index 73% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/package-info.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/handler/package-info.java index f60aaf5..09f74d3 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/handler/package-info.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/handler/package-info.java @@ -3,4 +3,4 @@ * @author JueYue * 2014年6月20日 上午12:08:09 */ -package cn.aftertrun.easypoi.handler; \ No newline at end of file +package cn.afterturn.easypoi.handler; \ No newline at end of file diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/PdfExportUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/PdfExportUtil.java similarity index 87% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/PdfExportUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/PdfExportUtil.java index 7c003ab..86482a3 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/PdfExportUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/PdfExportUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.pdf; +package cn.afterturn.easypoi.pdf; import java.io.OutputStream; import java.util.Collection; @@ -22,9 +22,9 @@ import java.util.Map; import com.itextpdf.text.Document; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; -import cn.aftertrun.easypoi.pdf.entity.PdfExportParams; -import cn.aftertrun.easypoi.pdf.export.PdfExportServer; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.pdf.entity.PdfExportParams; +import cn.afterturn.easypoi.pdf.export.PdfExportServer; /** * PDF 导出工具类 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/entity/PdfExportParams.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/entity/PdfExportParams.java similarity index 91% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/entity/PdfExportParams.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/entity/PdfExportParams.java index 29cc3fb..245837b 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/entity/PdfExportParams.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/entity/PdfExportParams.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.pdf.entity; +package cn.afterturn.easypoi.pdf.entity; -import cn.aftertrun.easypoi.excel.entity.ExcelBaseParams; -import cn.aftertrun.easypoi.pdf.styler.IPdfExportStyler; +import cn.afterturn.easypoi.excel.entity.ExcelBaseParams; +import cn.afterturn.easypoi.pdf.styler.IPdfExportStyler; /** * PDF 导出参数设置 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/export/PdfExportServer.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/export/PdfExportServer.java similarity index 94% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/export/PdfExportServer.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/export/PdfExportServer.java index e85a0e4..43e94a5 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/export/PdfExportServer.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/export/PdfExportServer.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.pdf.export; +package cn.afterturn.easypoi.pdf.export; import java.io.IOException; import java.io.OutputStream; @@ -38,14 +38,14 @@ import com.itextpdf.text.pdf.PdfPCell; import com.itextpdf.text.pdf.PdfPTable; import com.itextpdf.text.pdf.PdfWriter; -import cn.aftertrun.easypoi.cache.ImageCache; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; -import cn.aftertrun.easypoi.excel.export.base.ExportBase; -import cn.aftertrun.easypoi.pdf.entity.PdfExportParams; -import cn.aftertrun.easypoi.pdf.styler.IPdfExportStyler; -import cn.aftertrun.easypoi.pdf.styler.PdfExportStylerDefaultImpl; -import cn.aftertrun.easypoi.util.PoiPublicUtil; +import cn.afterturn.easypoi.cache.ImageCache; import cn.afterturn.easypoi.excel.annotation.ExcelTarget; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.excel.export.base.ExportBase; +import cn.afterturn.easypoi.pdf.entity.PdfExportParams; +import cn.afterturn.easypoi.pdf.styler.IPdfExportStyler; +import cn.afterturn.easypoi.pdf.styler.PdfExportStylerDefaultImpl; +import cn.afterturn.easypoi.util.PoiPublicUtil; /** * PDF导出服务,基于Excel基础的导出 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/package-info.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/package-info.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/package-info.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/package-info.java index a9c1bc6..b167bdb 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/package-info.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/package-info.java @@ -18,4 +18,4 @@ * @author JueYue * 2015年10月6日 下午8:13:19 */ -package cn.aftertrun.easypoi.pdf; \ No newline at end of file +package cn.afterturn.easypoi.pdf; \ No newline at end of file diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/styler/IPdfExportStyler.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/styler/IPdfExportStyler.java similarity index 89% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/styler/IPdfExportStyler.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/styler/IPdfExportStyler.java index 55f4d1f..613b85b 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/styler/IPdfExportStyler.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/styler/IPdfExportStyler.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.pdf.styler; +package cn.afterturn.easypoi.pdf.styler; import com.itextpdf.text.Document; import com.itextpdf.text.Font; import com.itextpdf.text.pdf.PdfPCell; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; /** * PDF导出样式设置 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/styler/PdfExportStylerDefaultImpl.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/styler/PdfExportStylerDefaultImpl.java similarity index 92% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/styler/PdfExportStylerDefaultImpl.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/styler/PdfExportStylerDefaultImpl.java index 001d453..f494bb8 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/pdf/styler/PdfExportStylerDefaultImpl.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/pdf/styler/PdfExportStylerDefaultImpl.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.pdf.styler; +package cn.afterturn.easypoi.pdf.styler; import java.io.IOException; @@ -29,7 +29,7 @@ import com.itextpdf.text.Font.FontFamily; import com.itextpdf.text.pdf.BaseFont; import com.itextpdf.text.pdf.PdfPCell; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; /** * 默认的PDFstyler 实现 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiCellUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiCellUtil.java similarity index 97% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiCellUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiCellUtil.java index c6ac646..8c8f201 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiCellUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiCellUtil.java @@ -1,7 +1,7 @@ /** * */ -package cn.aftertrun.easypoi.util; +package cn.afterturn.easypoi.util; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.Row; @@ -12,7 +12,7 @@ import org.apache.poi.ss.util.CellRangeAddress; * @author xfworld * @since 2015-12-28 * @version 1.0 - * @see cn.aftertrun.easypoi.util.PoiCellUtil + * @see cn.afterturn.easypoi.util.PoiCellUtil * 获取单元格的值 */ public class PoiCellUtil { diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiCssUtils.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiCssUtils.java similarity index 99% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiCssUtils.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiCssUtils.java index f5d7c19..021a1f1 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiCssUtils.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiCssUtils.java @@ -1,4 +1,4 @@ -package cn.aftertrun.easypoi.util; +package cn.afterturn.easypoi.util; import java.util.Map; import java.awt.Color; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiElUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiElUtil.java similarity index 95% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiElUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiElUtil.java index 9329614..a54a699 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiElUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiElUtil.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.util; +package cn.afterturn.easypoi.util; import java.util.Map; -import cn.aftertrun.easypoi.exception.excel.ExcelExportException; +import cn.afterturn.easypoi.exception.excel.ExcelExportException; /** * EasyPoi的el 表达式支持工具类 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiExcelGraphDataUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiExcelGraphDataUtil.java similarity index 88% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiExcelGraphDataUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiExcelGraphDataUtil.java index 1d06d34..fe825f4 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiExcelGraphDataUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiExcelGraphDataUtil.java @@ -1,14 +1,14 @@ /** * */ -package cn.aftertrun.easypoi.util; +package cn.afterturn.easypoi.util; import java.util.List; import org.apache.poi.ss.usermodel.Sheet; -import cn.aftertrun.easypoi.excel.graph.entity.ExcelGraph; -import cn.aftertrun.easypoi.excel.graph.entity.ExcelGraphElement; +import cn.afterturn.easypoi.excel.graph.entity.ExcelGraph; +import cn.afterturn.easypoi.excel.graph.entity.ExcelGraphElement; /** * @author xfworld diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiFunctionUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiFunctionUtil.java similarity index 95% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiFunctionUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiFunctionUtil.java index 19cf23e..c8b705e 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiFunctionUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiFunctionUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.util; +package cn.afterturn.easypoi.util; import java.lang.reflect.Array; import java.text.DecimalFormat; @@ -21,7 +21,7 @@ import java.text.SimpleDateFormat; import java.util.Collection; import java.util.Map; -import cn.aftertrun.easypoi.exception.excel.ExcelExportException; +import cn.afterturn.easypoi.exception.excel.ExcelExportException; /** * if else,length,for each,fromatNumber,formatDate diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiMergeCellUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiMergeCellUtil.java similarity index 95% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiMergeCellUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiMergeCellUtil.java index dc139fb..e9fe1b4 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiMergeCellUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiMergeCellUtil.java @@ -1,4 +1,4 @@ -package cn.aftertrun.easypoi.util; +package cn.afterturn.easypoi.util; import java.util.ArrayList; import java.util.HashMap; @@ -12,8 +12,8 @@ import org.apache.poi.ss.usermodel.Row; import org.apache.poi.ss.usermodel.Sheet; import org.apache.poi.ss.util.CellRangeAddress; -import cn.aftertrun.easypoi.excel.entity.params.MergeEntity; -import cn.aftertrun.easypoi.exception.excel.ExcelExportException; +import cn.afterturn.easypoi.excel.entity.params.MergeEntity; +import cn.afterturn.easypoi.exception.excel.ExcelExportException; /** * 纵向合并单元格工具类 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiPublicUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiPublicUtil.java similarity index 96% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiPublicUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiPublicUtil.java index 02a8164..6f6e39e 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiPublicUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiPublicUtil.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.util; +package cn.afterturn.easypoi.util; -import static cn.aftertrun.easypoi.util.PoiElUtil.*; +import static cn.afterturn.easypoi.util.PoiElUtil.*; import java.awt.image.BufferedImage; import java.io.ByteArrayOutputStream; @@ -52,12 +52,12 @@ import org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.word.entity.WordImageEntity; -import cn.aftertrun.easypoi.word.entity.params.ExcelListEntity; import cn.afterturn.easypoi.excel.annotation.Excel; import cn.afterturn.easypoi.excel.annotation.ExcelCollection; import cn.afterturn.easypoi.excel.annotation.ExcelEntity; import cn.afterturn.easypoi.excel.annotation.ExcelIgnore; +import cn.afterturn.easypoi.word.entity.WordImageEntity; +import cn.afterturn.easypoi.word.entity.params.ExcelListEntity; /** * EASYPOI 的公共基础类 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiReflectorUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiReflectorUtil.java similarity index 97% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiReflectorUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiReflectorUtil.java index 03c2d6d..4cd1efa 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiReflectorUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiReflectorUtil.java @@ -1,4 +1,4 @@ -package cn.aftertrun.easypoi.util; +package cn.afterturn.easypoi.util; import java.lang.reflect.Field; import java.lang.reflect.Method; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiSheetUtility.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiSheetUtility.java similarity index 96% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiSheetUtility.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiSheetUtility.java index 44d67f9..eeafaed 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiSheetUtility.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiSheetUtility.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.util; +package cn.afterturn.easypoi.util; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.Row; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiValidationUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiValidationUtil.java similarity index 95% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiValidationUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiValidationUtil.java index e092315..1b77281 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/util/PoiValidationUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/util/PoiValidationUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.util; +package cn.afterturn.easypoi.util; import java.util.Set; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/WordExportUtil.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/WordExportUtil.java similarity index 91% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/word/WordExportUtil.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/word/WordExportUtil.java index 05b09ea..e1e916a 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/WordExportUtil.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/WordExportUtil.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.word; +package cn.afterturn.easypoi.word; import java.util.Map; import org.apache.poi.xwpf.usermodel.XWPFDocument; -import cn.aftertrun.easypoi.word.parse.ParseWord07; +import cn.afterturn.easypoi.word.parse.ParseWord07; /** * Word使用模板导出工具类 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/entity/MyXWPFDocument.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/entity/MyXWPFDocument.java similarity index 96% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/word/entity/MyXWPFDocument.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/word/entity/MyXWPFDocument.java index cf5d27e..09f4584 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/entity/MyXWPFDocument.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/entity/MyXWPFDocument.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.word.entity; +package cn.afterturn.easypoi.word.entity; import java.io.InputStream; diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/entity/WordImageEntity.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/entity/WordImageEntity.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/word/entity/WordImageEntity.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/word/entity/WordImageEntity.java index d206fc7..ed77d72 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/entity/WordImageEntity.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/entity/WordImageEntity.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.word.entity; +package cn.afterturn.easypoi.word.entity; /** * word导出,图片设置和图片信息 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/entity/params/ExcelListEntity.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/entity/params/ExcelListEntity.java similarity index 89% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/word/entity/params/ExcelListEntity.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/word/entity/params/ExcelListEntity.java index e7fe2e3..5abd147 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/entity/params/ExcelListEntity.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/entity/params/ExcelListEntity.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.word.entity.params; +package cn.afterturn.easypoi.word.entity.params; import java.util.List; -import cn.aftertrun.easypoi.excel.entity.ExcelBaseParams; -import cn.aftertrun.easypoi.handler.inter.IExcelDataHandler; +import cn.afterturn.easypoi.excel.entity.ExcelBaseParams; +import cn.afterturn.easypoi.handler.inter.IExcelDataHandler; /** * Excel 导出对象 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/entity/params/ListParamEntity.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/entity/params/ListParamEntity.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/word/entity/params/ListParamEntity.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/word/entity/params/ListParamEntity.java index 08ffe1f..6f973a5 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/entity/params/ListParamEntity.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/entity/params/ListParamEntity.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.word.entity.params; +package cn.afterturn.easypoi.word.entity.params; /** * Excel 对象导出结构 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/package-info.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/package-info.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/word/package-info.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/word/package-info.java index 2dabba0..e98bbe8 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/package-info.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/package-info.java @@ -18,4 +18,4 @@ * @author JueYue * 2014年6月20日 上午12:08:09 */ -package cn.aftertrun.easypoi.word; \ No newline at end of file +package cn.afterturn.easypoi.word; \ No newline at end of file diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/parse/ParseWord07.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/parse/ParseWord07.java similarity index 92% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/word/parse/ParseWord07.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/word/parse/ParseWord07.java index aede7ea..aef35b5 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/parse/ParseWord07.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/parse/ParseWord07.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.word.parse; +package cn.afterturn.easypoi.word.parse; -import static cn.aftertrun.easypoi.util.PoiElUtil.*; +import static cn.afterturn.easypoi.util.PoiElUtil.*; import java.util.ArrayList; import java.util.Iterator; @@ -34,13 +34,13 @@ import org.apache.poi.xwpf.usermodel.XWPFTableRow; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.cache.WordCache; -import cn.aftertrun.easypoi.util.PoiPublicUtil; -import cn.aftertrun.easypoi.word.entity.MyXWPFDocument; -import cn.aftertrun.easypoi.word.entity.WordImageEntity; -import cn.aftertrun.easypoi.word.entity.params.ExcelListEntity; -import cn.aftertrun.easypoi.word.parse.excel.ExcelEntityParse; -import cn.aftertrun.easypoi.word.parse.excel.ExcelMapParse; +import cn.afterturn.easypoi.cache.WordCache; +import cn.afterturn.easypoi.util.PoiPublicUtil; +import cn.afterturn.easypoi.word.entity.MyXWPFDocument; +import cn.afterturn.easypoi.word.entity.WordImageEntity; +import cn.afterturn.easypoi.word.entity.params.ExcelListEntity; +import cn.afterturn.easypoi.word.parse.excel.ExcelEntityParse; +import cn.afterturn.easypoi.word.parse.excel.ExcelMapParse; /** * 解析07版的Word,替换文字,生成表格,生成图片 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/parse/excel/ExcelEntityParse.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/parse/excel/ExcelEntityParse.java similarity index 92% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/word/parse/excel/ExcelEntityParse.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/word/parse/excel/ExcelEntityParse.java index 3876fc5..d1ef3bc 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/parse/excel/ExcelEntityParse.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/parse/excel/ExcelEntityParse.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.word.parse.excel; +package cn.afterturn.easypoi.word.parse.excel; import java.lang.reflect.Field; import java.util.ArrayList; @@ -30,13 +30,13 @@ import org.apache.poi.xwpf.usermodel.XWPFTableRow; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; -import cn.aftertrun.easypoi.excel.export.base.ExportBase; -import cn.aftertrun.easypoi.exception.word.WordExportException; -import cn.aftertrun.easypoi.exception.word.enmus.WordExportEnum; -import cn.aftertrun.easypoi.util.PoiPublicUtil; -import cn.aftertrun.easypoi.word.entity.params.ExcelListEntity; import cn.afterturn.easypoi.excel.annotation.ExcelTarget; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.excel.export.base.ExportBase; +import cn.afterturn.easypoi.exception.word.WordExportException; +import cn.afterturn.easypoi.exception.word.enmus.WordExportEnum; +import cn.afterturn.easypoi.util.PoiPublicUtil; +import cn.afterturn.easypoi.word.entity.params.ExcelListEntity; /** * 解析实体类对象 复用注解 diff --git a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/parse/excel/ExcelMapParse.java b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/parse/excel/ExcelMapParse.java similarity index 93% rename from easypoi-base/src/main/java/cn/aftertrun/easypoi/word/parse/excel/ExcelMapParse.java rename to easypoi-base/src/main/java/cn/afterturn/easypoi/word/parse/excel/ExcelMapParse.java index f5e7cf2..6611a0b 100644 --- a/easypoi-base/src/main/java/cn/aftertrun/easypoi/word/parse/excel/ExcelMapParse.java +++ b/easypoi-base/src/main/java/cn/afterturn/easypoi/word/parse/excel/ExcelMapParse.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package cn.aftertrun.easypoi.word.parse.excel; +package cn.afterturn.easypoi.word.parse.excel; -import static cn.aftertrun.easypoi.util.PoiElUtil.*; +import static cn.afterturn.easypoi.util.PoiElUtil.*; import java.util.List; import java.util.Map; @@ -27,7 +27,7 @@ import org.apache.poi.xwpf.usermodel.XWPFTableRow; import com.google.common.collect.Maps; -import cn.aftertrun.easypoi.util.PoiPublicUtil; +import cn.afterturn.easypoi.util.PoiPublicUtil; /** * 处理和生成Map 类型的数据变成表格 diff --git a/easypoi-web/src/main/java/cn/afterturn/easypoi/view/BigExcelExportView.java b/easypoi-web/src/main/java/cn/afterturn/easypoi/view/BigExcelExportView.java index ec064b1..ada7569 100644 --- a/easypoi-web/src/main/java/cn/afterturn/easypoi/view/BigExcelExportView.java +++ b/easypoi-web/src/main/java/cn/afterturn/easypoi/view/BigExcelExportView.java @@ -27,10 +27,10 @@ import org.apache.poi.hssf.usermodel.HSSFWorkbook; import org.apache.poi.ss.usermodel.Workbook; import org.springframework.stereotype.Controller; -import cn.aftertrun.easypoi.excel.ExcelExportUtil; -import cn.aftertrun.easypoi.excel.entity.ExportParams; -import cn.aftertrun.easypoi.handler.inter.IExcelExportServer; import cn.afterturn.easypoi.entity.vo.BigExcelConstants; +import cn.afterturn.easypoi.excel.ExcelExportUtil; +import cn.afterturn.easypoi.excel.entity.ExportParams; +import cn.afterturn.easypoi.handler.inter.IExcelExportServer; /** * @author JueYue on 14-3-8. Excel 生成解析器,减少用户操作 diff --git a/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgMapExcelView.java b/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgMapExcelView.java index a1db803..525f699 100644 --- a/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgMapExcelView.java +++ b/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgMapExcelView.java @@ -27,10 +27,10 @@ import org.apache.poi.hssf.usermodel.HSSFWorkbook; import org.apache.poi.ss.usermodel.Workbook; import org.springframework.stereotype.Controller; -import cn.aftertrun.easypoi.excel.ExcelExportUtil; -import cn.aftertrun.easypoi.excel.entity.ExportParams; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; import cn.afterturn.easypoi.entity.vo.MapExcelConstants; +import cn.afterturn.easypoi.excel.ExcelExportUtil; +import cn.afterturn.easypoi.excel.entity.ExportParams; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; /** * Map 对象接口 diff --git a/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgSingleExcelView.java b/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgSingleExcelView.java index 296a1cd..d4efb99 100644 --- a/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgSingleExcelView.java +++ b/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgSingleExcelView.java @@ -27,10 +27,10 @@ import org.apache.poi.hssf.usermodel.HSSFWorkbook; import org.apache.poi.ss.usermodel.Workbook; import org.springframework.stereotype.Controller; -import cn.aftertrun.easypoi.excel.ExcelExportUtil; -import cn.aftertrun.easypoi.excel.entity.ExportParams; -import cn.aftertrun.easypoi.excel.export.ExcelExportServer; import cn.afterturn.easypoi.entity.vo.NormalExcelConstants; +import cn.afterturn.easypoi.excel.ExcelExportUtil; +import cn.afterturn.easypoi.excel.entity.ExportParams; +import cn.afterturn.easypoi.excel.export.ExcelExportServer; /** * @author JueYue on 14-3-8. Excel 生成解析器,减少用户操作 diff --git a/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgTemplateExcelView.java b/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgTemplateExcelView.java index c4e6885..16cc1f7 100644 --- a/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgTemplateExcelView.java +++ b/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgTemplateExcelView.java @@ -26,10 +26,10 @@ import org.apache.poi.hssf.usermodel.HSSFWorkbook; import org.apache.poi.ss.usermodel.Workbook; import org.springframework.stereotype.Controller; -import cn.aftertrun.easypoi.excel.ExcelExportUtil; -import cn.aftertrun.easypoi.excel.entity.TemplateExportParams; import cn.afterturn.easypoi.entity.vo.NormalExcelConstants; import cn.afterturn.easypoi.entity.vo.TemplateExcelConstants; +import cn.afterturn.easypoi.excel.ExcelExportUtil; +import cn.afterturn.easypoi.excel.entity.TemplateExportParams; /** * Excel模板视图 diff --git a/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgTemplateWordView.java b/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgTemplateWordView.java index 31c1d65..59f1655 100644 --- a/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgTemplateWordView.java +++ b/easypoi-web/src/main/java/cn/afterturn/easypoi/view/JeecgTemplateWordView.java @@ -24,8 +24,8 @@ import javax.servlet.http.HttpServletResponse; import org.apache.poi.xwpf.usermodel.XWPFDocument; import org.springframework.stereotype.Controller; -import cn.aftertrun.easypoi.word.WordExportUtil; import cn.afterturn.easypoi.entity.vo.TemplateWordConstants; +import cn.afterturn.easypoi.word.WordExportUtil; /** * Word模板视图 diff --git a/easypoi-web/src/main/java/cn/afterturn/easypoi/view/MapGraphExcelView.java b/easypoi-web/src/main/java/cn/afterturn/easypoi/view/MapGraphExcelView.java index 896d848..5bea314 100644 --- a/easypoi-web/src/main/java/cn/afterturn/easypoi/view/MapGraphExcelView.java +++ b/easypoi-web/src/main/java/cn/afterturn/easypoi/view/MapGraphExcelView.java @@ -26,13 +26,13 @@ import org.apache.poi.hssf.usermodel.HSSFWorkbook; import org.apache.poi.ss.usermodel.Workbook; import org.springframework.stereotype.Controller; -import cn.aftertrun.easypoi.excel.ExcelExportUtil; -import cn.aftertrun.easypoi.excel.entity.ExportParams; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; -import cn.aftertrun.easypoi.excel.graph.builder.ExcelChartBuildService; -import cn.aftertrun.easypoi.excel.graph.entity.ExcelGraph; -import cn.afterturn.easypoi.entity.vo.MapExcelGraphConstants; import cn.afterturn.easypoi.view.MiniAbstractExcelView; +import cn.afterturn.easypoi.entity.vo.MapExcelGraphConstants; +import cn.afterturn.easypoi.excel.ExcelExportUtil; +import cn.afterturn.easypoi.excel.entity.ExportParams; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.excel.graph.builder.ExcelChartBuildService; +import cn.afterturn.easypoi.excel.graph.entity.ExcelGraph; /** * Map 对象接口 diff --git a/easypoi-web/src/main/java/cn/afterturn/easypoi/view/PDFTemplateView.java b/easypoi-web/src/main/java/cn/afterturn/easypoi/view/PDFTemplateView.java index a5e7afe..8ab1ade 100644 --- a/easypoi-web/src/main/java/cn/afterturn/easypoi/view/PDFTemplateView.java +++ b/easypoi-web/src/main/java/cn/afterturn/easypoi/view/PDFTemplateView.java @@ -26,10 +26,10 @@ import javax.servlet.http.HttpServletResponse; import org.apache.commons.lang3.StringUtils; import org.springframework.stereotype.Controller; -import cn.aftertrun.easypoi.excel.entity.params.ExcelExportEntity; -import cn.aftertrun.easypoi.pdf.PdfExportUtil; -import cn.aftertrun.easypoi.pdf.entity.PdfExportParams; import cn.afterturn.easypoi.entity.vo.PDFTemplateConstants; +import cn.afterturn.easypoi.excel.entity.params.ExcelExportEntity; +import cn.afterturn.easypoi.pdf.PdfExportUtil; +import cn.afterturn.easypoi.pdf.entity.PdfExportParams; /** * PDF 导出 View