I want to edit table cell property while create table like cell font color,size etc...
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowI want to edit table cell property while create table like cell font color,size etc...
Hello,
You can use DOCXCustomizer (https://www.phpdocx.com/documentation/introduction/docxcustomizer) to change styles on-the-fly of existing contents. This feature is only available in Premium licenses. If you are creating the table from scratch, addTable and embedHTML methods include options to set custom styles.
What license and version of phpdocx are you using?
Regards.