by Rich >> Tue, 15 Jul 2008 10:50:33 GMT
Hello again,
We are currently developing a section of one of our web applications where the user can essentially query the database and get an extract of the data. We have this functionality numerous times in the main system, but have never attempted it online before. The development is now at a stage where a string is created containing the data separated by commas and Cr's, and from this i would like it to create a .csv file that opens in Excel.
Is it possible to get this string and get it to open up in Excel without the need of saving it to a physical file? I am happy to put it into a transient File object if need be but i am not sure as to how i can fire up Excel.
Can anybody provide an explanation, and ideally coded examples of how i can fire up Excel from the web app in order to display the string to the user.
Thanks in advance,
Rich