質問編集履歴

1

不必要行の削除

2020/11/19 05:31

投稿

HapN
HapN

スコア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