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 -

ios - How to determine if NSLayoutConstraint is horizontal or vertical? -

c# - Updated Castle to 3.2.1 from 3.0.0 now I cant use FirstNonGenericCoreInterface -