You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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
The text was updated successfully, but these errors were encountered:
ahrinal
changed the title
table's border
border size in new phpword problem
Jun 16, 2014
hello all.
![table 1](https://cloud.githubusercontent.com/assets/7554027/3284270/7f1a7cdc-f528-11e3-8be7-4caac87e2e1b.png)
![table 2](https://cloud.githubusercontent.com/assets/7554027/3284277/9ac1ed30-f528-11e3-82e5-fdc684574345.png)
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
The text was updated successfully, but these errors were encountered: