mirror of
https://github.com/marx-yu/WopiHost.git
synced 2026-04-25 08:46:02 +03:00
[GH-ISSUE #3] Does this mean OWA 2013 server wont support docx editing? #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joymon on GitHub (Apr 28, 2016).
Original GitHub issue: https://github.com/marx-yu/WopiHost/issues/3
Sorry I didnt find any way to ask question except raising defect :(
@petrsvihlik commented on GitHub (Apr 29, 2016):
OWA 2013 supports docx editing
@joymon commented on GitHub (Jun 19, 2016):
Thanks for the response
@huanbd commented on GitHub (Dec 29, 2016):
Hi,
I use this project and owa 2003, to open and edit office file
I can open/edit exel, ppt, but only open word can't edit word
Can you show me the problems?
Thank you
@marx-yu commented on GitHub (Dec 30, 2016):
If you use owas 2013, you should use the code branch of release_0.8_for_owa2013. Branch master is match with oos 2016
@huanbd commented on GitHub (Dec 31, 2016):
Hi marx-yu,
I've already got branch, and completely run with owa 2013 in your sample project,
But I've got an error when use in my project web api
I realize that the difference is when response data in post method
I haven't found the solution yet
So, I keep my problem in this issues thread, hope you can help me to find problems
Code in my project:
private HttpResponseMessage GetFile(string id)
{
var editSession = GetSession(id);