質問するログイン新規登録

質問編集履歴

2

補足追加

2016/10/26 12:08

投稿

ykkchak
ykkchak

スコア15

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

質問を限定

2016/10/26 12:08

投稿

ykkchak
ykkchak

スコア15

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のセルに貼り付ける部分**まで教えて頂けますと幸いです。