I am working on below environment:
- Spring 3.0.5
- JDK 1.6
After some specific operation, need to send a mail with attached xls file to specified mails. Presently i have raw data which need to write in xls file.
Have search how to attach file in spring framework while sending mail. But want to know byte Array format which will be rendered in specified column & row of xls file. Actually need to created xls file on the fly through string raw data.
Any better way to attach xls file while sending mail through spring will be welcomed. :)