Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top