mirror of
https://github.com/unidoc/unioffice.git
synced 2025-04-25 13:48:53 +08:00
meta: update README
- add link to GO report card - add examples
This commit is contained in:
parent
35912f079b
commit
9675d9e2db
13
README.md
13
README.md
@ -2,6 +2,7 @@
|
||||
.pptx).
|
||||
|
||||
[](https://travis-ci.org/baliance/gooxml)
|
||||
[](https://goreportcard.com/report/baliance.com/gooxml)
|
||||
[](https://godoc.org/baliance.com/gooxml)
|
||||
|
||||
## Status ##
|
||||
@ -16,6 +17,18 @@ is to get documents working well, then spreadsheets, and finally presentations.
|
||||
go get baliance.com/gooxml/
|
||||
go build -i baliance.com/gooxml/...
|
||||
|
||||
## Document Examples ##
|
||||
|
||||
- [Simple Text Formatting](https://github.com/baliance/gooxml/tree/master/_examples/document/simple) Text font colors, sizes, highlighting, etc.
|
||||
- [Auto Generated Table of Contents](https://github.com/baliance/gooxml/tree/master/_examples/document/toc) Creating document headings with an auto generated TOC based off of the headingds
|
||||
- [Floating Image](https://github.com/baliance/gooxml/tree/master/_examples/document/image) Placing an image somewhere on a page, absolutely positioned with different text wrapping.
|
||||
- [Header & Footer](https://github.com/baliance/gooxml/tree/master/_examples/document/header-footer) Creating headers and footers including page numbering.
|
||||
- [Multiple Headers & Footers](https://github.com/baliance/gooxml/tree/master/_examples/document/header-footer-multiple) Using different headers and footers depending on document section.
|
||||
- [Inline Tables](https://github.com/baliance/gooxml/tree/master/_examples/document/tables) Adding an table with and without borders.
|
||||
- [Using Existing Word Document as a Template](https://github.com/baliance/gooxml/tree/master/_examples/document/use-template) Opening a document as a template to re-use the styles created in the document.
|
||||
- [Filling out Form Fields](https://github.com/baliance/gooxml/tree/master/_examples/document/fill-out-form) Opening a document with embedded form fields, filling out the fields and saving the result as a new filled form.
|
||||
|
||||
|
||||
## Raw Types ##
|
||||
|
||||
The OOXML specification is large and creating a friendly API to cover the entire
|
||||
|
Loading…
x
Reference in New Issue
Block a user