PHP_XLSXWriter icon indicating copy to clipboard operation
PHP_XLSXWriter copied to clipboard

Question: How to add rows before head?

Open AbylayOmar opened this issue 5 years ago • 0 comments

When try this way $writer->writeSheetRow('Sheet1', $info_row2); $writer->writeSheetHeader('Sheet1', $header, $col_options = ['widths'=>[5,28,40,12,5,5,5]]); writeSheetHeader didnt write, just vanish

AbylayOmar avatar Feb 10 '20 08:02 AbylayOmar