Windows Phone 7 的操作 docx
我想在wp7,c#中操作docx文件。在Windows中我总是使用: http://docx.codeplex.com/ 但它不能添加为对 wp7 项目的引用。
有没有什么控件或者替代dll?或者有没有关于制作 doxc 文件的简单文档?我读了 msdn 文档,但我很困惑!
I want to manipulate docx files in wp7,c#. In windows I always use : http://docx.codeplex.com/ but it can't be added as a reference to a wp7 project.
Is there any control or alternative dll? Or is there any simple documentation about making doxc file? I read msdn documentation and I just got confused!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知,没有用于编辑 WP7 / Silverlight 的 docx 文件的库。但是,您链接到的 DocX 库仅依赖于 ./NET 4.0 框架。由于 DocX 很可能由非 UI 代码组成,因此如果将代码放入 WP7 Silverlight 类库中,则很有可能能够编译它。
As far as I know there isn't a library for editing docx files for WP7 / Silverlight. However, the DocX library you link to is only dependant on the ./NET 4.0 framework. As DocX is most likely composed of non-UI code, there is a good chance that if you place the code into a WP7 Silverlight class library, you will be able to compile it.
Independentsoft 拥有一组编译为可移植类库的 Office API。它适用于 Silverlight、Windows Phone 7/8 和 .NET Windows 应用商店应用程序。
Independentsoft has set of Office APIs compiled as Portable Class Library. It works on Silverlight, Windows Phone 7/8 and .NET Windows Store Apps.