There is no standard way to generate excel in PI. You can use mail adapter and the content of the mail can be coded using html syntax codes such as html tag, body tage etc in the string format. You need to use custom module or java mapping to create excel document. You can use JEXCEL API to create excel document and attach it in the mail receiver adapter.
↧