ExportAllVisibleSheets

Hi,


When I export an excel file all rows in pdf has the same height even if a row has multiline cell. In excel file such line has a correct, biger height. Is it possible to achieve export with a correct height in pdf.

TIA and best regards
Branko

Hi,



So you need to do it manually. Try calling:
xls.AutofitRowsOnWorkbook(false, true, 1.1);

before exporting the file

Adrian, thank you. We can always rely on your help!