【发布时间】:2009-06-15 14:24:24
【问题描述】:
有谁知道,如何用 .net 代码替换 google doc 中的标签。
你好>
这是>。
并用 C# 替换 > 和 >。
有没有其他方法可以解决这个问题。我知道我可以为此使用互操作和 office dll,但是我需要在我的服务器上安装 office,这是不可能的。
【问题讨论】:
标签: c# google-docs google-docs-api
有谁知道,如何用 .net 代码替换 google doc 中的标签。
你好>
这是>。
并用 C# 替换 > 和 >。
有没有其他方法可以解决这个问题。我知道我可以为此使用互操作和 office dll,但是我需要在我的服务器上安装 office,这是不可能的。
【问题讨论】:
标签: c# google-docs google-docs-api
最简单的方法可能是使用GDATA API,尤其是Documents 和Spreadsheets。这是getting started in .NET的指南。
【讨论】: