Tom Jebo

Results 112 comments of Tom Jebo

PR #946 is available. If you'd like, try this ahead of the merge. Here is sample code that exercises the parts: ```csharp using System; using System.Collections; using System.Collections.Generic; using System.Linq;...

@Pxtl thanks for reporting the issue. Did this happen in previous builds of the SDK? Did you try it with other versions of Office?

@Pxtl sorry for taking so long to investigate this. The problem Word is having is with the wp:docPr element in the attached document. When you pull in that attached document,...

@Pxtl I've added the feature request tag. If you would like to submit a PR with a solution we'd be happy to review and consider it.

@twsouthwick @rmboggs I think we have a mistake in the schema processing (backend). cantSplit looks like it was defined in our backend processing as CT_OnOffOnly which is not correct based...

@MohammedMubeen This may be a "how to" question for stackoverflow. However, can you give an example of the code you're using to create the cell?

@shps951023 is there a good reason why the SDK should emit non-BOM UTF-8? From our Office apps team, it appears that we don't have any requirement either way, i.e. Office...

@Artyom-Petukhov @ThomasBarnekow Can either of you provide a simple sample to generate a document that causes Word to have this behavior? paraId is literally a random number between 1 and...

Hi @Munavvar-Husein, I just ran the code from that help topic and it works perfectly. You have to have a document with at least one paragraph and run in it...