-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URI for inserting a new image in Word document refers to https instead of http #51
Comments
Sadly haven't noticed this issue, and it took me a while to track the issue I've been having. I have opened #52 with the fix yesterday due to that. |
The freaking sample code doesn't work boo! Seems like someone would actually run and make sure it works before posting it as a "Guide" on how to do it. |
Hi I merged this but there's a build error on the docfx.json that I'm trying to figure out. Thanks for catching this. |
@tdceus - thank you so much. I have just wasted three hours figuring out what was going on here. The change to @lindalu-MSFT - Another suggestion is to update the sample code in general. Please make it more versatile, and allow for adding several files. Some issues are not really clear, such as the parameter
Also:
Next, in the code you reference:
However, the name in code is still
|
Also please don't hardcode
|
Now, to be fair, the OOXML is a nightmare and the docs are not enough to deal with it. I have been working with it for a while now and the process looks like follows:
Other docs for the OOXML are actually more useful often - just google (or bing) for the "OOXML " and you will get a decent explanation of what's what. Also a protip: most wordprocessors that open docx files don't care about it, but MS Word OFTEN CARES about the order of things, so a |
@p-kaczynski OOXML is indeed a nightmare. It seems like MS is not really putting too much effort in the documentation. Last comment on this thread is 6~ months old. @lindalu-MSFT, can you please update us on any status? |
You're correct, we don't have any resources dedicated to monitoring this repo. If you create a PR with your suggested updates, I'll review and merge them in. Today I fixed the build error and did merge some changes including this one to production. |
@lindalu-MSFT fixed in C#, but not fixed in VB.NET on the article I linked above |
Article https://docs.microsoft.com/en-us/office/open-xml/structure-of-a-spreadsheetml-document contains https schema locations in namespaces, which don't work for me when building a spreadsheet from scratch. |
@T4ssilo you could try reaching out to developers on Stack Overflow and see if anyone can help. Or go to Microsoft Q+A and ask a question there. You have a way better chance of having your questions answered in one of these community forums instead of this repo that currently isn't being monitored. (Except by me, but not in any official capacity! I just like to be sure that customers at least get a response from someone, even if it's "sorry I can't help!") |
The example "how-to-insert-a-picture-into-a-word-processing-document" contains a namespace error for the URI.
must be
Then this example will work.
The text was updated successfully, but these errors were encountered: