回答編集履歴

1

追記

2021/09/16 04:04

投稿

shiketa
shiketa

スコア4061

test CHANGED
@@ -27,3 +27,25 @@
27
27
 
28
28
 
29
29
  POIも何も関係ありません。
30
+
31
+
32
+
33
+
34
+
35
+ ---
36
+
37
+
38
+
39
+ garyageというアカウント名に期待を込めて追記。
40
+
41
+
42
+
43
+ * [sheetIterator](https://poi.apache.org/apidocs/dev/org/apache/poi/xssf/usermodel/XSSFWorkbook.html#sheetIterator--)
44
+
45
+ * [rowIterator](https://poi.apache.org/apidocs/dev/org/apache/poi/ss/usermodel/Sheet.html#rowIterator--)
46
+
47
+ * [cellIterator](https://poi.apache.org/apidocs/dev/org/apache/poi/ss/usermodel/Row.html#cellIterator--)
48
+
49
+
50
+
51
+ これらのドキュメントをみると、nullを返すとは書いていない。NullPointerExceptionを心配せずに値を取得できる。かもしれない。