public static class ExcelError.SheetError extends Object
SheetError(int index, List<RowError> rowErrors)
int
getIndex()
List<RowError>
getRowErrors()
void
setIndex(int index)
setRowErrors(List<RowError> rowErrors)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SheetError(int index, List<RowError> rowErrors)
public int getIndex()
public void setIndex(int index)
public List<RowError> getRowErrors()
public void setRowErrors(List<RowError> rowErrors)
Copyright © 2021. All rights reserved.