PHP_XLSXWriter icon indicating copy to clipboard operation
PHP_XLSXWriter copied to clipboard

How do I set a cell to wrap

Open StrKang opened this issue 4 years ago • 2 comments

How do I set a cell to wrap

StrKang avatar Jan 23 '21 02:01 StrKang

How do I set a cell line wrap

StrKang avatar Jan 23 '21 02:01 StrKang

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));

ebta avatar Apr 28 '21 06:04 ebta