gomutex / godocx

Go library for reading and writing Microsoft Docx
MIT License
98 stars 5 forks source link

How can I full width a table (or set it's width)? #49

Open rickyManalo opened 2 weeks ago

rickyManalo commented 2 weeks ago

Issue Description

I can't set the table's width

Steps to Reproduce

Funnily enough, the sample code doesn't give the result shown with it

Expected Behavior

Get the sample result as the sample code

Actual Behavior

A very compressed table with 1 character cell width

Environment Details

Sample Code

I'm just using the sample code

rickyManalo commented 2 weeks ago

It seems like the issue was with WPS itself. When I tried opening the docx file with WordPad, the table was full width. But I think the ability to be able to set a table's width would still be nice