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

質問編集履歴

2

再見直し

2018/08/31 10:55

投稿

mokemoke
mokemoke

スコア52

title CHANGED
File without changes
body CHANGED
@@ -55,4 +55,5 @@
55
55
  $writer = new PhpOffice\PhpSpreadsheet\Writer\Xlsx($book);
56
56
  $writer->save('php://output');
57
57
 
58
- ?>```
58
+ ?>
59
+ ```

1

ソースコードの記載を見直ししました

2018/08/31 10:55

投稿

mokemoke
mokemoke

スコア52

title CHANGED
File without changes
body CHANGED
@@ -16,6 +16,7 @@
16
16
 
17
17
  ### 該当のソースコード
18
18
 
19
+ ```PHP
19
20
  <?php
20
21
  require_once 'c:\windows\system32\vendor\autoload.php';
21
22
 
@@ -54,4 +55,4 @@
54
55
  $writer = new PhpOffice\PhpSpreadsheet\Writer\Xlsx($book);
55
56
  $writer->save('php://output');
56
57
 
57
- ?>
58
+ ?>```