質問編集履歴
3
コード
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,4 +30,6 @@
|
|
30
30
|
|
31
31
|
}
|
32
32
|
|
33
|
+
コード
|
34
|
+
|
33
35
|
```
|
2
コード
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
|
21
|
-
$max_row = $ws['max_row'];
|
21
|
+
``` $max_row = $ws['max_row'];
|
22
22
|
|
23
23
|
$max_col = $ws['max_col'];
|
24
24
|
|
@@ -29,3 +29,5 @@
|
|
29
29
|
return $myrs;
|
30
30
|
|
31
31
|
}
|
32
|
+
|
33
|
+
```
|
1
前後ソース追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -11,3 +11,21 @@
|
|
11
11
|
|
12
12
|
|
13
13
|
どのように修正すればよろしいでしょうか?
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
--前後ソース
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
$max_row = $ws['max_row'];
|
22
|
+
|
23
|
+
$max_col = $ws['max_col'];
|
24
|
+
|
25
|
+
$myrs = getTableData ( &$ws, &$exc ); // Get structure and data of worksheet
|
26
|
+
|
27
|
+
}
|
28
|
+
|
29
|
+
return $myrs;
|
30
|
+
|
31
|
+
}
|