質問編集履歴
1
不必要行の削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -19,8 +19,6 @@
|
|
19
19
|
```php
|
20
20
|
|
21
21
|
$reader = PHPExcel_IOFactory::createReader('Excel2007');
|
22
|
-
|
23
|
-
PHPExcel_Cell::setValueBinder(new BindValueAsString());
|
24
22
|
|
25
23
|
$book = $reader->load("./hoge.xlsx"); // csv化するxlsxファイルパス
|
26
24
|
|