mirror of
https://github.com/ZeroHawkeye/wordZero.git
synced 2025-10-06 00:06:55 +08:00
更新README.md,完善表格操作功能。
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user