- 정보공유
[영카트팁] php 7 버전 이상에서 엑셀다운로드 오류 발생할경우
- 작성일
- 20-12-24 17:16
- 조회수
- 20,504 건
- 댓글
- 0 건
php 7 버전 이상에서 엑셀다운로드 오류 발생할경우
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; writeexcel_workbook has a deprecated constructor in /~/public_html/lib/Excel/php_writeexcel/class.writeexcel_workbook.inc.php on line 32
게시물 첨부파일 다운받아서 덮어씌우기.
또는
https://github.com/thoroc/php_writeexcel 에서 원본파일 다운로드 후
class.writeexcel_workbook.inc.php 파일 상단에 아래 코드 추가.
require_once "class.writeexcel_biffwriter.inc.php";
class.writeexcel_workbookbig.inc.php 파일 상단에 아래 코드 추가.
require_once "class.writeexcel_workbook.inc.php";
require_once "class.ole_pps_root.php";
require_once "class.ole_pps_file.php";
class.writeexcel_worksheet.inc.php 파일 상단에 아래 코드 추가.
require_once "class.writeexcel_biffwriter.inc.php";
첨부파일
- php_writeexcel.zip (53.1K) 16회 다운로드 | DATE : 2020-12-24 17:16:54