Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法以文本编辑器格式单元格 a1 粗体写出并设置该单元格的内容,然后将文件保存为 .xls 或任何 excel 格式?我还需要设置字体颜色或单元格的背景颜色。
我觉得这有点远,但出于一个非常奇怪的原因,我需要能够手动执行此操作。
<table><tr><td style="background-color:#0F0"><font color="red"><b>42</b></font></td></tr></table>
另存为“test.xls”将在 Excel 中打开(但会出现安全提示,因为文件内容与“本机”xls 文件格式不匹配)