Skip to content

border size in new phpword problem #280

@ahrinal

Description

@ahrinal

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.
table 1
but in new version looks like.
table 2

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions