1、PhpSpreadsheet 是什么
PhpSpreadsheet由來:
phpexcel 由于版本陳舊性能低下 官方放棄維護
轉而開發PhpSpreadsheet 用了最新得psr標準因而 對php版本不向下兼容 需要注意!。
PhpSpreadsheet是一個用純PHP編寫的庫,提供了一組類,使您可以讀取和寫入不同的電子表格文件格式
PhpSpreadsheet提供了豐富的API接口,可以設置諸多單元格以及文檔屬性,包括樣式、圖片、日期、函數等等諸多應用,總之你想要什么樣的Excel表格,PhpSpreadsheet都能做到
使用 PhpSpreadsheet 開發的PHP要求 7.1或更高版本
PhpSpreadsheet 支持鏈式操作
2、PhpSpreadsheet 支持的文件格式
3、PhpSpreadsheet 安裝
composer require phpoffice/phpspreadsheet