質問編集履歴
4
ちょい修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,6 +17,6 @@
|
|
17
17
|
|
18
18
|
sheet.getRange('a:a').getValues().replace(/"iron"/g, "鉄");
|
19
19
|
|
20
|
-
などもやってみましたが、
|
20
|
+
などもやってみましたが、うまいきませんです
|
21
21
|
|
22
22
|
ご指導方、よろしくおねがいします
|
3
ちょいと修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
googleのスプレッドシート上のセルの文字列を置き換えたいのですが
|
2
2
|
なかなかうまくいきません
|
3
3
|
|
4
|
-
|
4
|
+
実行前の状態
|
5
5
|
|
6
6
|
a1 iron
|
7
7
|
a2 irons
|
@@ -11,6 +11,10 @@
|
|
11
11
|
a1 鉄
|
12
12
|
a2 鉄s
|
13
13
|
|
14
|
+
sheet.getRange('a:a').getValues().replace("iron", "鉄");
|
15
|
+
|
16
|
+
とか
|
17
|
+
|
14
18
|
sheet.getRange('a:a').getValues().replace(/"iron"/g, "鉄");
|
15
19
|
|
16
20
|
などもやってみましたが、/"iron"/g の部分がコメント化してうまいきませんです
|
2
タグ追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
初心者
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|