I downloaded a trial version of ASPOSE to test its use for a client's product.
The product's goal is to read an XLS file created in Excel and reformat it using ASPOSE.
I ran a test case with the attached file. It has two columns, col A has default size and col B is extra wide.
However when I read column widths using the Cells.GetColumnWidth(col index) or Cells.GetColumnWidthPixel(col index), I get the same value for both columns. I expected column B to be larger. How do I get the correct column width?
Thanks,
Andrew
PS. Here is the output from a debug session displaying widths of the two columns.
book.Worksheets[0].Cells.GetColumnWidthPixel(0)
64
book.Worksheets[0].Cells.GetColumnWidthPixel(1)
64