View previous topic :: View next topic |
Author |
Message |
pjagadabi Beginner
Joined: 26 Dec 2006 Posts: 2 Topics: 1
|
Posted: Tue Dec 26, 2006 8:45 am Post subject: sending a e-mail with excel attachment from mainframe |
|
|
I am trying to sending a e-mail with excel attachment from mainframe ,i am able to send a excel attachement but all data is coming in one cell ,i want to send as header and detail record by each field in each cell.
i was converted the data in to base64 format and i was used mime commands as
--boundary_characters
Content-Type: application/msexcel;
name= "Fidelity_Holding.xls"
Content-Transfer-Encoding: base64
Please any body can help me
I think i want to generate excel spreadsheet style formate along with data
Please any body know about to generate excel spreadsheet style formate in mainframe
Prakash J |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
Posted: Tue Dec 26, 2006 5:08 pm Post subject: |
|
|
pjagadabi,
Create a .csv file on the mainframe and send it as text file and upon receiving open the text file with excel and follow the prompts.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
pjagadabi Beginner
Joined: 26 Dec 2006 Posts: 2 Topics: 1
|
Posted: Wed Dec 27, 2006 7:09 am Post subject: make colur and font size for header and detail record |
|
|
Kalusu,
Thanks for your help,it working fine ,now is coming properly in excel with column wise. i used as you said
--boundary_characters
Content-Type: application/text;
name= "Fidelity_Holding.csv"
Content-Transfer-Encoding: 7bit
But i want to make colur and font size for header and detail record
please help me on this
Thanks and Regards
Prakash J
kolusu wrote: | pjagadabi,
Create a .csv file on the mainframe and send it as text file and upon receiving open the text file with excel and follow the prompts.
Hope this helps...
Cheers
Kolusu |
|
|
Back to top |
|
 |
|
|