Open-XML-SDK
Open-XML-SDK copied to clipboard
I use AddAlternativeFormatImportPart attach document thet contains list numbering,the list numbering is malformed in office 365, and fine in office 2019.Bug with Open XML SDK
I use AddAlternativeFormatImportPart attach document thet contains list numbering,the list numbering is malformed in office 365, and fine in office 2019.,
Information
.NET Target: .NET Framework 4.6.2 DocumentFormat.OpenXml Version: 2.17.1
Repro:
Create 2 word documents "Template.docx" and "ExampleAttachment.docx". Insert a list numbering in ExampleAttachment.

Observed :
Open the file in Word Office 365:
open the file in Word Office 2019:

Hi @leapinchasi ,
There is a newer OOXML SDK 2.18.0, that might help. I don't know if it affects this issue, but it won't hurt. If an update doesn't help, could you please post links to the files you created and the code you're using as text in a code block wrapped in "```". Like this
void CodeGoesHere() {
return "Hello World";
}