0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

phpspreadsheetでエクセル出力が動かない

Posted at

環境

centos7 php7.1 phpspreadsheetの環境
フォルダ構成
/var/www/html
 ・info.php
/var/www/vendor
 ・phpspreadsheetの中身
Webからの起動
http://IPアドレス/info.php
/var/www/html/info.phpの内容

上記の処理でphpの表示画面が出ない
require '../vendor/autoload.php';・・・・・これはOK
use PhpOffice/PhpSpreadsheet/Settings;・・・・・これがタメ??
ここでのエクセル出力等を参考にしているのですが、どこかおかしい所はありますでしょうか
宜しくお願いします

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?