Browse Source

Merge 78c66f05ce into aae9c61ab6

pull/2607/merge
DangHT 5 months ago committed by GitHub
parent
commit
1b42e764bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      easyexcel-core/src/main/java/com/alibaba/excel/context/AnalysisContext.java

2
easyexcel-core/src/main/java/com/alibaba/excel/context/AnalysisContext.java

@ -123,7 +123,7 @@ public interface AnalysisContext {
* get total row ,Data may be inaccurate
*
* @return
* @deprecated please use {@link #readRowHolder()}
* @deprecated please use {@link #readSheetHolder()}
*/
@Deprecated
Integer getTotalCount();

Loading…
Cancel
Save