public abstract class BaseRow extends Object implements ExcelRow
BaseRow()
Map<Integer,List<String>>
getRowHead()
Integer
getRowIndex()
void
setRowHead(Map<Integer,List<String>> rowHead)
setRowIndex(Integer rowIndex)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BaseRow()
public Integer getRowIndex()
getRowIndex
ExcelRow
public void setRowIndex(Integer rowIndex)
setRowIndex
public Map<Integer,List<String>> getRowHead()
getRowHead
public void setRowHead(Map<Integer,List<String>> rowHead)
setRowHead
Copyright © 2023. All rights reserved.