mirror of
https://github.com/ZeroHawkeye/wordZero.git
synced 2025-10-06 00:06:55 +08:00
更新README.md,完善表格操作功能。
This commit is contained in:
@@ -206,7 +206,7 @@ func demonstrateTableCopyAndClear(doc *document.Document) {
|
||||
copiedTable.SetCellText(1, 1, "复制4")
|
||||
|
||||
// 将复制的表格添加到文档
|
||||
doc.Body.Tables = append(doc.Body.Tables, *copiedTable)
|
||||
doc.Body.AddElement(copiedTable)
|
||||
fmt.Println(" 复制的表格已添加到文档")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user