nissl-lab / npoi

a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Formatting changes after saving with NPOI

PoneyChen opened this issue · comments

NPOI Version

NPOI 2.6.2

File Type

  • XLSX
  • XLS
  • DOCX
  • XLSM
  • OTHER

Upload the Excel File

模板:
Codir-CE-太阳镜导出模板.docx

image

导出:
LUN2401 524 (3).docx

image

Please attach your original Excel File to help us reproduce the issue

Reproduce Steps

运行环境: Ubuntu 22.0.4 + Asp.NetCore 8.0

Issue Description

导出前后的 Xml, ,开始xml 内容一样。

导出文件 少了 xmlns:oel="http://schemas.microsoft.com/office/2019/extlst"

手工加上去,文件没变化。 不知道是 哪里 变了?

请多帮忙。