Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

alignment in excel sheet is not proper

Former Member
0 Kudos

hi all,

In my report, there are 3 sections(Newly created POs, Changed POs, Closed POs) with different number of columns.

The report is displayed absolutely fine when it is run in the foreground. But, when it is downloaded into an Excel sheet, there are blank columns in between the fields as the report has 3 different formats for each section. Inside each section, the alignment of columns is fine.

Please, let me know how to suppress the blank columns in between fields.

Thanks & Regards,

Vinny

4 REPLIES 4

Former Member
0 Kudos

Hi,

prepare three internals table for each report and

download in to excel.

Regards

Amole

Former Member
0 Kudos

Vinny is that the case when you save the list to Spreadsheet..

in that case you need to adjust the way you list the report to start at the same column numbers as the titles(common for all three).

Former Member
0 Kudos

hi Amole,

Actually i haven't written anything regarding Download.

Instead im downloading the report output using standard spool option.

Regards,

Vinny

Former Member
0 Kudos

Hi,

You have to handle it manualyy in program

by declaring internal table for your

layout and use MS_EXCEL_OLE_STANDARD_DAT.

regards

amole