Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
POI HSSFRowのrow.getLastCellNum()との違いは何ですか? row.getNoOfPhysicalCell()それとも同じですか?
row.getLastCellNum()
row.getNoOfPhysicalCell()
getLastCellNum()
この行に含まれる最後のセルのインデックスと 1 を取得します
getPhysicalNumberOfCells()
定義されたセルの数を取得します (実際の行のセルの数ではありません!)。つまり、列 0、4、5 だけに値がある場合は、3 になります。