I have XML data in XML format into string variable. I want to save this XML data which is in string variable into spreadsheet and send an email attachement of that generated spreadsheet.
Please suggest me approach for achieving this.
Thanks!
I have XML data in XML format into string variable. I want to save this XML data which is in string variable into spreadsheet and send an email attachement of that generated spreadsheet.
Please suggest me approach for achieving this.
Thanks!
You will need to know how to flatten a potential tree structure into a spreadsheet. That depends on your XML format and spreadsheet layout and spreadsheet software. Without those information we won't be able to help you.
You can then use the mail client class to send a mail message with attachments.