Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I've written an app that generates an excel workbook and writes it to a SharePoint document library. Right now I am saving the generated Excel doc to a temp folder and using the SharePoint Copy web service to then write it to the SharePoint document library before deleting it from the temp folder.

I'd like to write the excel workbook object directly to the SharePoint document library rather than going through the whole business of saving it to a temp folder before uploading to SharePoint and then deleting.

I cannot install the SharePoint object model on my box, so that's why I am using SharePoint web services. Is there a way to do this with web services or something other than the SharePoint object model?

Thanks!
AnnC
Posted

1 solution

This might help you: MSDN Link[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900