更新README.md,完善表格操作功能。

This commit is contained in:
zero
2025-05-29 17:57:36 +08:00
parent 114dee00e0
commit ce3f23cb36
17 changed files with 3326 additions and 551 deletions

View File

@@ -66,7 +66,7 @@ func main() {
p5.SetAlignment(document.AlignRight)
// 保存文档
err := doc.Save("../output/formatted_document.docx")
err := doc.Save("examples/output/formatted_document.docx")
if err != nil {
log.Fatalf("保存文档失败: %v", err)
}