mk-j / PHP_XLSXWriter

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

How do I set a cell to wrap #299

Closed Is-OJBK closed 1 year ago

Is-OJBK commented 3 years ago

How do I set a cell to wrap

Is-OJBK commented 3 years ago

How do I set a cell line wrap

ebta commented 3 years ago

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