-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
I need to generate a docx file containing a html table. However, the default styling of the table has no cellpadding whatsoever, makign it look a bit ugly. I could manually create the table, row for row, cell for cell, in phpword, but that seems like an unnecessary workaround.
Describe the solution you'd like
More stylings possible for HTML tables, e.g. cellPadding, or working margins/paddings in table cells
Describe alternatives you've considered
Manually parsing my html string and creating the table in phpword