@ -191,7 +191,7 @@ public class ExcelReader {
*
* @param sheet
* Read sheet
* @deprecated please us {@link #read(ReadSheet)}
* @deprecated please us {@link #read(ReadSheet...)}
*/
@Deprecated
public void read(Sheet sheet) {
@ -20,7 +20,7 @@ public class ExcelDataConvertException extends RuntimeException {
/**
* Nullable.Only when the header is configured and when the class header is used is not null.
* @see {@link ExcelWriterBuilder#head(Class)}
* @see ExcelWriterBuilder#head(Class)
private ExcelContentProperty excelContentProperty;