using aspose, i am editing an xls file and adding a new worksheet. i then add html formatted text to one of the cells, and call AutoFitRow on that row. on my desktop, the row is autofit correctly. when run on the server, the row is a few pixels too small.
what is causing this inconsistency? is the autofit dependent upon the system running the code? how can i get this to work in a consistent and predictable manner?