V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
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 · 2022-12-30 11:07:04 +08:00 · 2522 次点击
    这是一个创建于 455 天前的主题,其中的信息可能已经有所发展或是发生改变。

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

    6 条回复    2023-01-03 11:41:04 +08:00
    vanwtf
        1
    vanwtf  
       2022-12-30 17:25:39 +08:00
    这个我也经常遇到过,我用的笨办法,一块一块的去单独生成,最终确定在哪一块出了问题,同求
    vanwtf
        2
    vanwtf  
       2022-12-30 17:27:26 +08:00
    @vanwtf
    有几次是因为一段文字中出现了一些代码和特殊字符,比如有<xxx="xxx">这类,导致打不开的
    Akkuman
        3
    Akkuman  
       2022-12-30 20:23:42 +08:00 via Android   ❤️ 1
    @vanwtf 同遇到过,因为插入的内容出现了 html 标签
    我转换了一下暂时解决了
    https://gist.github.com/akkuman/1954eca68b923921a70e170286b52a13
    Nicepy
        4
    Nicepy  
    OP
       2023-01-03 09:04:59 +08:00
    我的应该不是插入 html 标签的问题,我的只是里面插入了很多图片..
    Latin
        5
    Latin  
       2023-01-03 09:55:06 +08:00
    https://docxtpl.readthedocs.io/en/latest/
    建议用这个库插入图片
    HashV2
        6
    HashV2  
       2023-01-03 11:41:04 +08:00
    我是把图片写在 bytesIO 里面然后用 from docxtpl import InlineImage 插入的,用了快两年了,很稳 就是楼上这个
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5475 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 06:41 · PVG 14:41 · LAX 23:41 · JFK 02:41
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.