推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
Nicepy
V2EX  ›  Python

Python -docx 生成 docx 文件之后, windows 的 word 打开文档出现无法读取内容提示

  •  
  •   Nicepy · Dec 30, 2022 · 3642 views
    This topic created in 1233 days ago, the information mentioned may be changed or developed.

    python-docx 生成 docx 文件之后,windows 的 word 打开文档出现无法读取内容提示 可以正常打开文档,但是修改之后保存过后依然没有更改,需要另存为之后才能正常更改. 这个是什么问题??

    6 replies    2023-01-03 11:41:04 +08:00
    vanwtf
        1
    vanwtf  
       Dec 30, 2022
    这个我也经常遇到过,我用的笨办法,一块一块的去单独生成,最终确定在哪一块出了问题,同求
    vanwtf
        2
    vanwtf  
       Dec 30, 2022
    @vanwtf
    有几次是因为一段文字中出现了一些代码和特殊字符,比如有<xxx="xxx">这类,导致打不开的
    Akkuman
        3
    Akkuman  
       Dec 30, 2022 via Android   ❤️ 1
    @vanwtf 同遇到过,因为插入的内容出现了 html 标签
    我转换了一下暂时解决了
    https://gist.github.com/akkuman/1954eca68b923921a70e170286b52a13
    Nicepy
        4
    Nicepy  
    OP
       Jan 3, 2023
    我的应该不是插入 html 标签的问题,我的只是里面插入了很多图片..
    Latin
        5
    Latin  
       Jan 3, 2023
    https://docxtpl.readthedocs.io/en/latest/
    建议用这个库插入图片
    HashV2
        6
    HashV2  
       Jan 3, 2023
    我是把图片写在 bytesIO 里面然后用 from docxtpl import InlineImage 插入的,用了快两年了,很稳 就是楼上这个
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2969 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 34ms · UTC 06:00 · PVG 14:00 · LAX 23:00 · JFK 02:00
    ♥ Do have faith in what you're doing.