Python:将json + html字符串转换为.doc

时间:2017-08-25 10:50:05

标签: python html json docx doc

我正在编写一个python脚本,我必须将呈现的字符串(从内部带有html的json)转换为.docx文件。 我在网上搜索了很多,但我还是很困惑。 我尝试使用python-docx但是效果不好因为想要docx输入并且他不喜欢这个字符串:

<h1><span lessico='Questa' idx="0" testo="testo" show-modal="setModal()"     tables="updateTables(input)">Questa</span> <span lessico='&egrave;' idx="1" testo="testo" show-modal="setModal()" tables="updateTables(input)">&egrave;</span> <span lessico='una' idx="2" testo="testo" show-modal="setModal()" tables="updateTables(input)">una</span> <span lessico='domanda' idx="3" testo="testo" show-modal="setModal()" tables="updateTables(input)">domanda</span>...</h1>

<ul>

 <li>a scelta multipla</li>

 <li>con risposta aperta</li>

 <li>di tipo trova</li>

 <li>di associazione</li>

如何将其转换为格式化的.doc或.docx?可能没有生气:)

0 个答案:

没有答案