Application Development and Automation 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: 
Read only

Formatted Excel as Email Attachment by using XML

Former Member
0 Likes
721

Hey everybody,

i have a requirement in which i have to sent a mail with excel attachment . i have already develop the program by using XML and its working file but now my user want different color in every row .

Can someone help me in that topic?

Regards,

Supriya

Hey everybody,

i have a requirement in which i have to sent a mail with excel attachment . i have already develop the program by using XML and its working file but now my user want different color in every row .

Can someone help me in that topic?

Regards,

Supriya

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
527

XMLSS / XML 2003 I guess?

<?xml ...xmlns="urn:schemas-microsoft-com:office:spreadsheet"...?><Workbook ... <Worksheet ... <Table ... <Row><Cell ... <Data ...>value</Data> ...

It's easy to answer yourself to the question: start Excel, create a minimal workbook with 2 rows of 2 different colors, save as "Excel spreadsheet 2003" and look at the XML.

But couldn't you use abap2xlsx ?