Word 文档无损富文本迁移至 Excel 表格工具
Python
python-docx
openpyxl
VBA
正在基于该需求推演落地方案…
需求痛点(公开)
大量业务记录与文本文档分散保存在 Word(.docx)文件中,在汇总至 Excel 进行归档或检索时,常规复制或脚本提取纯文本会抹去加粗、斜体、换行与项目符号等排版细节,迫使团队耗费大量工时在表格单元格中手动重新排版和补全样式。
切入方向(公开)
开发基于 python-docx 与 openpyxl 的自动化批量转换工具,通过解析 Word 内部的 XML 段落与 run 节点,将内容转换为 Excel 单元格原生支持的富文本对象,在无需人工干预的情况下完整保留字符加粗、斜体、缩进列表与段内分行。
原始需求溯源 · 2 条
"I need the plain text paragraphs contained in several Word files moved into a single Excel workbook. The job is straightforward: open each Word…"
"I have a collection of Word documents that contain only text, and I need every piece of that content moved into an Excel workbook while keeping the…"
仅展示任务摘要与外链,不转载原文全文;个人信息已脱敏。数据来源已登记,可溯源。
💬 社区讨论