【发布时间】:2017-05-03 17:36:21
【问题描述】:
我正在为常规表格生成 HTML 代码:
<table cellpadding="0" cellpadding="0">
<tr>
<td>Data</td>
<td>Data</td>
<td>Data</td>
<tr>
</table>
生成后,我在浏览器 (Firefox) 中打开 HTML 文件并复制并粘贴到空白 Google Doc 中,但 Google Docs 翻译的表格没有边框和默认格式。
有没有一种方法可以格式化 HTML 表格来满足 Google Docs 的要求? 或者有一种方法可以使用宏来格式化 Google Doc 的许多表格? (我的意思是表格边框和单行距)
【问题讨论】:
标签: html css google-docs google-docs-api