Merge pull request #1848 from rikvdlooi/patch-1
Fixed setting width of Cell Style
This commit is contained in:
commit
b2dfa65698
@ -286,7 +286,7 @@ class Cell extends Border
|
||||
*/
|
||||
public function setWidth($value)
|
||||
{
|
||||
$this->setIntVal($value);
|
||||
$this->width = $this->setIntVal($value);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user