I need to create an openxml spreadsheet from a dataset and stream it back to a browser using asp.net (vb.net).
I can't seem to find anyway to create the spreadsheet to a memory stream without first creating the physical file and saving that to a stream (using openxml anyway). Can someone point me in the right direction?