PHP_XLSXWriter
PHP_XLSXWriter copied to clipboard
How do I set a cell to wrap
How do I set a cell to wrap
How do I set a cell line wrap
You can see the example 08 from this library, for example
$writer->writeSheetRow($sheetName, array(101,'this text will wrap' ), $row_options = array('height'=>30,'wrap_text'=>true));