Repository Details
Shared by


HelloGitHub Rating
0 ratings
Claim
Discuss
Collect
Share
4.7k
Stars
No
Chinese
Go
Language
Yes
Active
17
Contributors
25
Issues
Yes
Organization
2.4.1
Latest
487
Forks
None
License
More

一个让 Go 可以创建、操作 Office Word、Excel、Powerpoint 三件套的库。示例代码:
```go
dox := document.New()
doc.X().Background = wordprocessingml.NewCT_Background()
doc.X().Background.ColorAttr = &wordprocessingml.ST_HexColor{}
doc.X().Background.ColorAttr.ST_HexColorRGB = color.RGB(50, 50, 50).AsRGBString()
```
Included in:
Vol.39
Comments
Rating:
No comments yet