===== Modification ===== This is small modification of PHP Excel ver 1.8. {{ :그누보드:phpexcel-1.8_bracketsmodified.zip |PhpExcel 1.8 - Brackets Modification}} PHP is no long support curly braces - '{', '}'. so. if you execute PHP Excel ver. 18. which was realeased 2015. in PHP environment. The PHP shouted "Array and string offset access syntax with curly braces is deprecated" This problem is still exist with new "PHP spreadsheet" https://stackoverflow.com/questions/63611924/phpexcel-error-array-and-string-offset-access-syntax-with-curly-braces-is-depre So I fixed culry braces( {, }) to brackets ( [, ]). Attached file is just my small fix of PHP Excel files. Please notice that PHP Excel's original archive is https://github.com/PHPOffice/PHPExcel PHP Excel 이 PHP 신버전에서 호환되지 않습니다. PHP Excel은 Array를 중괄호 {, } 로 사용하는데, PHP는 대괄호 [, ]만 배열 문법으로 인식하기 때문이죠. 이에 따라 PHP Excel에서 사용하는 중괄호를 대괄호로 픽스만 파일입니다. 최신 PHP에서 사용하실 분은 유용하게 쓰실 것입니다.