Skip to content

Commit 79b77bb

Browse files
bengbengbalabalabengpsxjoyalaahong
authored
docs: add copyright notices to the fesod-sheet module (#880)
* docs: add copyright notices to the fesod-sheet module * docs: add copyright notices to the fesod-sheet module (2) - [x] org.apache.fesod.sheet.converters - [x] org.apache.fesod.sheet.enums - [x] org.apache.fesod.sheet.event - [x] org.apache.fesod.sheet.exception - [x] org.apache.fesod.sheet.metadata * docs: add copyright notices to the fesod-sheet module (3) - [x] org.apache.fesod.sheet.read - [x] org.apache.fesod.sheet.support - [x] org.apache.fesod.sheet.util - [x] org.apache.fesod.sheet.write - [x] org.apache.fesod.sheet * docs: add copyright notices to the fesod-sheet module (5) Test - [x] org.apache.fesod.sheet.analysis - [x] org.apache.fesod.sheet.annotation - [x] org.apache.fesod.sheet.bom - [x] org.apache.fesod.sheet.bom - [x] org.apache.fesod.sheet.cache - [x] org.apache.fesod.sheet.celldata - [x] org.apache.fesod.sheet.charset - [x] org.apache.fesod.sheet.compatibility - [x] org.apache.fesod.sheet.converter - [x] org.apache.fesod.sheet.csv - [x] org.apache.fesod.sheet.data - [x] org.apache.fesod.sheet.dataformat - [x] org.apache.fesod.sheet.encrypt - [x] org.apache.fesod.sheet.exception - [x] org.apache.fesod.sheet.excludeorinclude - [x] org.apache.fesod.sheet.extra - [x] org.apache.fesod.sheet.fill - [x] org.apache.fesod.sheet.fuzz - [x] org.apache.fesod.sheet.handler - [x] org.apache.fesod.sheet.head - [x] org.apache.fesod.sheet.hiddensheets - [x] org.apache.fesod.sheet.large - [x] org.apache.fesod.sheet.multiplesheets - [x] org.apache.fesod.sheet.nomodel - [x] org.apache.fesod.sheet.noncamel - [x] org.apache.fesod.sheet.parameter - [x] org.apache.fesod.sheet.repetition - [x] org.apache.fesod.sheet.simple - [x] org.apache.fesod.sheet.skip - [x] org.apache.fesod.sheet.sort - [x] org.apache.fesod.sheet.style - [x] org.apache.fesod.sheet.template - [x] org.apache.fesod.sheet.util - [x] org.apache.fesod.sheet.write.handler.impl - [x] org.apache.fesod.sheet.writesheet - [x] org.apache.fesod.sheet --------- Co-authored-by: Shuxin Pan <psxjoy@apache.org> Co-authored-by: ian zhang <ian.zhangzhe@gmail.com>
1 parent 1291fa3 commit 79b77bb

412 files changed

Lines changed: 2467 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

fesod-sheet/src/main/java/org/apache/fesod/sheet/EasyExcel.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
* under the License.
1818
*/
1919

20+
/*
21+
* This file is part of the Apache Fesod (Incubating) project, which was derived from Alibaba EasyExcel.
22+
*
23+
* Copyright (C) 2018-2024 Alibaba Group Holding Ltd.
24+
*/
25+
2026
package org.apache.fesod.sheet;
2127

2228
/**

fesod-sheet/src/main/java/org/apache/fesod/sheet/ExcelReader.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
* under the License.
1818
*/
1919

20+
/*
21+
* This file is part of the Apache Fesod (Incubating) project, which was derived from Alibaba EasyExcel.
22+
*
23+
* Copyright (C) 2018-2024 Alibaba Group Holding Ltd.
24+
*/
25+
2026
package org.apache.fesod.sheet;
2127

2228
import java.io.Closeable;

fesod-sheet/src/main/java/org/apache/fesod/sheet/ExcelWriter.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
* under the License.
1818
*/
1919

20+
/*
21+
* This file is part of the Apache Fesod (Incubating) project, which was derived from Alibaba EasyExcel.
22+
*
23+
* Copyright (C) 2018-2024 Alibaba Group Holding Ltd.
24+
*/
25+
2026
package org.apache.fesod.sheet;
2127

2228
import java.io.Closeable;

fesod-sheet/src/main/java/org/apache/fesod/sheet/analysis/ExcelAnalyser.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
* under the License.
1818
*/
1919

20+
/*
21+
* This file is part of the Apache Fesod (Incubating) project, which was derived from Alibaba EasyExcel.
22+
*
23+
* Copyright (C) 2018-2024 Alibaba Group Holding Ltd.
24+
*/
25+
2026
package org.apache.fesod.sheet.analysis;
2127

2228
import java.util.List;

fesod-sheet/src/main/java/org/apache/fesod/sheet/analysis/ExcelAnalyserImpl.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
* under the License.
1818
*/
1919

20+
/*
21+
* This file is part of the Apache Fesod (Incubating) project, which was derived from Alibaba EasyExcel.
22+
*
23+
* Copyright (C) 2018-2024 Alibaba Group Holding Ltd.
24+
*/
25+
2026
package org.apache.fesod.sheet.analysis;
2127

2228
import java.io.InputStream;

fesod-sheet/src/main/java/org/apache/fesod/sheet/analysis/ExcelReadExecutor.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
* under the License.
1818
*/
1919

20+
/*
21+
* This file is part of the Apache Fesod (Incubating) project, which was derived from Alibaba EasyExcel.
22+
*
23+
* Copyright (C) 2018-2024 Alibaba Group Holding Ltd.
24+
*/
25+
2026
package org.apache.fesod.sheet.analysis;
2127

2228
import java.util.List;

fesod-sheet/src/main/java/org/apache/fesod/sheet/analysis/csv/CsvExcelReadExecutor.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
* under the License.
1818
*/
1919

20+
/*
21+
* This file is part of the Apache Fesod (Incubating) project, which was derived from Alibaba EasyExcel.
22+
*
23+
* Copyright (C) 2018-2024 Alibaba Group Holding Ltd.
24+
*/
25+
2026
package org.apache.fesod.sheet.analysis.csv;
2127

2228
import java.io.IOException;

fesod-sheet/src/main/java/org/apache/fesod/sheet/analysis/v03/IgnorableXlsRecordHandler.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
* under the License.
1818
*/
1919

20+
/*
21+
* This file is part of the Apache Fesod (Incubating) project, which was derived from Alibaba EasyExcel.
22+
*
23+
* Copyright (C) 2018-2024 Alibaba Group Holding Ltd.
24+
*/
25+
2026
package org.apache.fesod.sheet.analysis.v03;
2127

2228
/**

fesod-sheet/src/main/java/org/apache/fesod/sheet/analysis/v03/XlsListSheetListener.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
* under the License.
1818
*/
1919

20+
/*
21+
* This file is part of the Apache Fesod (Incubating) project, which was derived from Alibaba EasyExcel.
22+
*
23+
* Copyright (C) 2018-2024 Alibaba Group Holding Ltd.
24+
*/
25+
2026
package org.apache.fesod.sheet.analysis.v03;
2127

2228
import java.io.IOException;

fesod-sheet/src/main/java/org/apache/fesod/sheet/analysis/v03/XlsRecordHandler.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
* under the License.
1818
*/
1919

20+
/*
21+
* This file is part of the Apache Fesod (Incubating) project, which was derived from Alibaba EasyExcel.
22+
*
23+
* Copyright (C) 2018-2024 Alibaba Group Holding Ltd.
24+
*/
25+
2026
package org.apache.fesod.sheet.analysis.v03;
2127

2228
import org.apache.fesod.sheet.context.xls.XlsReadContext;

0 commit comments

Comments
 (0)