I would like to let the user - download a generated Excel sheet from my site, open it in Excel - when the user saves the excel, it would directly "save the file to the site", which means I got back the data, which I can parse and handle.
I have IIS6, ASP, .Net3.5, C#, and Windows authenticated intranet background.
I think I would be able to generate the Excel itself from my ASP.NET app, but I don't know how to add the 'save back to the site' behaviour... (Actually this is the behaviour as SharePoint services works.)
Any advise would be really appreciated.
Thanks, gyoreg
|