views:

83

answers:

1

Does anyone know, how to replace tags in a google doc with .net code.
Hello << name >>
This is << my_name >>.

and replace << name >> and << my_name >> with C#.

Is there any other way to this. I know that I can use interops and office dlls for this, but then I need to have office installed on my server which is not a possibility
Thanks,

A: 

The easiest way is probably using the GDATA API, particularly with Documents and Spreadsheets. Here is the guide to getting started in .NET.

slf
Can I also edit the documents?! It looks to me that it gives you the ability of querying docs and keywords in the doc. I don't see anything about editing the document.
luvPlsQL