odt

package module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2023 License: Apache-2.0 Imports: 3 Imported by: 1

README

odt

A Go OpenDocument Text library.

This library has two goals for the APIs it provides:

  1. The programmatic creation of .odt files;
  2. Querying of .odt metadata and raw XML.

See also odtwb and odtquery.

License

Apache-2.0


Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version string

Functions

This section is empty.

Types

type Odt

type Odt struct {
	Filename string
	Files    map[string]string // key=filename value=text (usually XML)
}

func Open

func Open(filename string) (*Odt, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL