Hi guys.
I created processing only report that exports my document to excel template (attachment "1.xls"). But when it exporst, it completely changes my template (atachment "2.xls").
Not only does it spread this excel file to 2 pages in excel, but it also removes borders and field coulouring. Latter 2 i do not mind so much, but I would like it to stop spreading my template to 2 pages.
Does anyone know what can cause this?
THANKS!!
Answers
You could try merging the columns in the original file where you have long descriptions, this will probably stop the column being expanded.
Search for XlWrkShtWriter in Table 370, if you have this then you can use the XlWrkShtWriter.SetColumnWidth method to resize the 1st column.