I'm reasonably new to VB and have been instructed to make a data-handling website. I've managed to get a lot of it together, but have been unable to do one of the data processes.
I've got a dataTable with ten columns and 250 or more rows. I need to have an option for the website user to convert it to excel and save it on their computer. If possible, I need to do this without having to install anything on either the client's computer or the server. (eg. If I have to install office onto the server, I think I'll be lucky to get away with being hung drawn and quartered. I also don't know which version of office the downloader might have, so it'll probably have to be an xls file, but my machine only has 2007, which may make programming difficult, not sure about that though.)
...
Go to the complete details ...