PHP_XLSXWriter icon indicating copy to clipboard operation
PHP_XLSXWriter copied to clipboard

append new array

Open ritachaple opened this issue 3 years ago • 1 comments

how to append new row array

ritachaple avatar Apr 19 '21 07:04 ritachaple

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

ebta avatar Apr 28 '21 05:04 ebta