File tree Expand file tree Collapse file tree
fesod/src/main/java/org/apache/fesod/sheet Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public ExcelReader(ReadWorkbook readWorkbook) {
4949 /**
5050 * Parse all sheet content by default
5151 *
52- * @deprecated lease use {@link #readAll()}
52+ * @deprecated Please use {@link #readAll()}
5353 */
5454 @ Deprecated
5555 public void read () {
Original file line number Diff line number Diff line change @@ -88,15 +88,15 @@ public class ReadWorkbook extends ReadBasicParameter {
8888 */
8989 private ReadCache readCache ;
9090 /**
91- * Ignore empty rows.Default is true.
91+ * Ignore empty rows. Default is true.
9292 */
9393 private Boolean ignoreEmptyRow ;
9494 /**
95- * Select the cache.Default use {@link SimpleReadCacheSelector}
95+ * Select the cache. Default use {@link SimpleReadCacheSelector}
9696 */
9797 private ReadCacheSelector readCacheSelector ;
9898 /**
99- * Whether the encryption
99+ * Password for encrypted Excel file.
100100 */
101101 private String password ;
102102 /**
You can’t perform that action at this time.
0 commit comments