Henry Ing-Simmons
Henry Ing-Simmons
Just spotted this too
@jamesadarich I could do with some guidance on where I need to add tests for this?
@georgyfarniev did you ever make any progress with this?
Happy to try and help with this one though not sure when I will have time.
What about table full width of document, with columns certain percentage of that? Is that not a more common requirement for a word document?
I will try these out. Where does the `3000` value come from?
This seems to work: ```csharp wordTable.WidthType = TableWidthUnitValues.Pct; wordTable.Width = 5000; ```
For my requirement, it won't be an issue - assuming this is at least constant from computer to computer. Though I have found the explanation here: http://officeopenxml.com/WPtableWidth.php So 5000 is...
Sent a pr to update the example here: https://github.com/EvotecIT/OfficeIMO/pull/41
@Liwoj did you find a solution?