Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 93f8d9e

Browse files
authored
Merge pull request #3169 from alibaba/bugfix
新增since
2 parents 1847e3c + dbe93e5 commit 93f8d9e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

easyexcel-core/src/main/java/com/alibaba/excel/metadata/AbstractParameterBuilder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ public T locale(Locale locale) {
7878
* The cache used when parsing fields such as head.
7979
*
8080
* default is THREAD_LOCAL.
81+
*
82+
* @since 3.3.0
8183
*/
8284
public T filedCacheLocation(CacheLocationEnum filedCacheLocation) {
8385
parameter().setFiledCacheLocation(filedCacheLocation);

easyexcel-core/src/main/java/com/alibaba/excel/write/builder/AbstractExcelWriterParameterBuilder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ public T includeColumnFieldNames(Collection<String> includeColumnFieldNames) {
125125
* Data will be order by {@link #includeColumnFieldNames} or {@link #includeColumnIndexes}.
126126
*
127127
* default is false.
128+
*
129+
* @since 3.3.0
128130
**/
129131
public T orderByIncludeColumn(Boolean orderByIncludeColumn) {
130132
parameter().setOrderByIncludeColumn(orderByIncludeColumn);

0 commit comments

Comments
 (0)