我正在处理转换html为.doc文件的项目。我已经使用divs not td/实现了 html table。当我生成/下载 doc 文件时,我在 html 中使用的 css 没有应用。
我做了一些研究,发现 .doc 不支持某些 css 属性,例如位置、浮动等。
https://superuser.com/questions/146453/css-absolute-position-dont-work-in-ms-word
是否有任何替代方法可以以.doc格式应用 css
有人可以帮忙吗