使用 .net 进行 Google 文档操作
有谁知道如何用 .net 代码替换 google 文档中的标签。
你好<< 姓名>>
这是<< 我的名字>>。
并替换 << 姓名>> 和<< 我的名字>> 使用 C#。
还有其他办法吗? 我知道我可以为此使用互操作和 Office dll,但是我需要在我的服务器上安装 Office,这是不可能的。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的方法可能是使用 GDATA API,尤其是使用 文档 和 电子表格。 以下是.NET 入门指南。
The easiest way is probably using the GDATA API, particularly with Documents and Spreadsheets. Here is the guide to getting started in .NET.