Hello Aspose team,
We have a table in which the data is sorted by length and we are looking to make the columns individually sized based on the length of the text present.
Ideally, we are looking for a property that would be called as such:
table.Columns[i].Width.Autofit = true;
I found this topic Resize of table's columns which describes our issue perfectly, but it hasn’t gotten any answers since 2014. What is the status on this? Is there anyway to achieve what has been described?