Hello.
I faced with the issue, that if I apply a style that contains a bold font to a column and try to auto fit the column then it does not work properly if a zoom is set to a worksheet. Without zoom everything works fine.
I attached the sample project for your convenience. In the sample I export a table with 3 dummy rows and 3 dummy columns (Col1, Col2, Col3). In the 2nd row I populate Col2 with the value 999999999 and use the same value to populate Col3 in the 3rd row. Then I apply a “bold style” to the Col2 and try to auto fit all columns. Also I try to set a zoom to the worksheet (!). The exported document shows ‘#’ instead of 999999999 in the Col2 and the correct value in Col3 (where bold font was not applied). This behavior is observed if a zoom < 100 is set only.
Could you please check if it’s a bug or I need to do anything to make it work properly.