-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
hello all.
I've been able to implement a new version of phpword with CodeIgniter, although a bit complicated than the previous version. but there is a difference in the border table. the previous version looks like this.
but in new version looks like.
both of image above have a same code. the code is :
$styleTable = array('borderSize' => 6, 'borderColor' => '999999');
$word->addTableStyle('My Table',$styleTable);
i want full border such as the old version. what should i do? because I think there was nothing wrong in my code. what is different way between the old version with the new version?? help me please. sorry for my english is bad. thk you