php - how to insert slash "\" use PHPExcel? -


I want to slash the cell, for example

How can I use this PHPExcel class?

array ('style' = & gt; PHPExcel_Style_Border :: BORDER_THICK, 'color' = & gt; Itemprop = "text"> $ style array = array ('ranges' = & gt; array ('arg' => = 'FFFF 20000'),), 'diagonidation' => PHPExcel_Style_Borders: : DIAGONAL_DOWN,),); $ ObjPHPExcel- & gt; GetActiveSheet () - & gt; GetStyle ('A1: B2') - & gt; ApplyFromArray ($ styleArray); $ ObjPHPExcel- & gt; GetActiveSheet () - & gt; MergeCells ('A1: B2');

Comments

Popular posts from this blog

c# - Reactive Extensions ControlScheduler -

scala - Play Framework - how to bind form to a session field -

c++ - Why does Visual Studio Release build break on non-executing code line -