Repository Details
Shared by
HelloGitHub Rating
0 ratings
Claim
Discuss
Collect
Share
4.8k
Stars
No
Chinese
Go
Language
Yes
Active
1
Contributors
20
Issues
Yes
Organization
2.9.0
Latest
499
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