
Anthony J. answered 03/31/21
Microsoft Office Specialist: Excel Associate (Excel and Excel 2019)
I found that the dependency of the column widths when exporting to excel is linear. This is the reason why I made simple linear regression and I have the following results:
If you need column width of X when exporting to excel, you should use the following formula for width in inches in SSRS (Y)
Y = 0.072810 * X + 0.055624467
Or of you need column width of 10 for the exported excel file, the width in inches in SSRS(Y) should be:
Y = 0.072810 * 10 + 0.055624467 so we have Y = 0.7837