I have used SetColumnWidthPixel() and SetRowHeightPixel(). If I generate the report using aspose at my local machine having 150% display scale and then I generate the same report from dev server where code is deployed and have 125% display scale. When I see both the reports on my machine having 150% display scale, I am seeing change in pixels width and pixels height. Is this expected?
In the Excel file, the row height is in unit of points, so the height in unit of pixels will be different in different screen resolutions. The column width is in unit of characters, so the width of the column will be auto changed in different screen resolution too. It’s the behavior of MS Excel.