mk-j / PHP_XLSXWriter

Lightweight XLSX Excel Spreadsheet Writer in PHP
MIT License
1.84k stars 665 forks source link

append new array #305

Closed ritachaple closed 1 year ago

ritachaple commented 3 years ago

how to append new row array

ebta commented 3 years ago

If you mean append new row array into existing xlsx file, I think we can't do that with this library. This library is used to create excel from scratch with data (row). You can do that using library such as PHPSpreadsheets