質問編集履歴
2
補足追加
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -6,4 +6,8 @@
|
|
|
6
6
|
下記の方法を試しましたがうまく取得できませんでした。
|
|
7
7
|
CodeObject.getValue(2(4), "records")
|
|
8
8
|
CodeObject.getValue(2(5), "records")
|
|
9
|
-
CodeObject.getValue(2(6), "records")
|
|
9
|
+
CodeObject.getValue(2(6), "records")
|
|
10
|
+
|
|
11
|
+
上記データは事前にAddcodeメソッドでjsオブジェクトに加えていますのでCodeObject.getValueで取得できると考えています。
|
|
12
|
+
もっと楽な方法がありましたらご教示願います。
|
|
13
|
+
すみません、このやり方しか思い浮かばなかったです
|
1
質問を限定
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -6,6 +6,4 @@
|
|
|
6
6
|
下記の方法を試しましたがうまく取得できませんでした。
|
|
7
7
|
CodeObject.getValue(2(4), "records")
|
|
8
8
|
CodeObject.getValue(2(5), "records")
|
|
9
|
-
CodeObject.getValue(2(6), "records")
|
|
9
|
+
CodeObject.getValue(2(6), "records")
|
|
10
|
-
|
|
11
|
-
何分、初心者のため**Excelのセルに貼り付ける部分**まで教えて頂けますと幸いです。
|