使用 .net 进行 Google 文档操作

发布于 2024-07-24 04:21:49 字数 288 浏览 4 评论 0原文

有谁知道如何用 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

十六岁半 2024-07-31 04:21:49

最简单的方法可能是使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文