cancel
Showing results for 
Search instead for 
Did you mean: 

MULTIPLE WORKSHEETS - using XSLT

Former Member
0 Kudos

HI,

Can anyone well versed in ABAP to XML conversion using XSLT please provide me with some valuable pointers on how multiple worksheets can be created in a single excel file.

Im calling the xslt transformation from a bsp program by passing an internal table.

Ive tried coding the worksheet statement inside a loop statement.

<xsl:for-each select="ROWS/ZTABLE">

<Worksheet ss:Name="FIRSTCOL">

But this gives me an error saying file cannot be opened.

Im not sure how to proceed from here. Kindly request anyone with experience in this area to please help out.

<removed_by_moderator>

Edited by: Julius Bussche on Sep 8, 2008 12:20 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Check below blog which transfers various internal table data to multiple sheets in a excel sheet....

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5394] [original link is broken] [original link is broken] [original link is broken];

Former Member
0 Kudos

Jai,

Check this link...

Regards

Indu

Former Member
0 Kudos

Hi Indu,

Thanks for your very prompt reply. Unfortunately my requirement is to achieve multiple worksheets using XSLT not through OLE concept. Thanks anyway