Documentation
¶
Index ¶
Constants ¶
View Source
const (
MSOFFICE_PATH = "C:/Program Files (x86)/Microsoft Office"
)
Variables ¶
View Source
var ErrNotSupportFormat = errors.New("the file is not supported")
View Source
var ErrNotSupportOldDoc = errors.New("not supporting .doc file")
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func NewFromReader ¶
NewFromReader generates a Reader struct from io.Reader.
func NewReader ¶
NewReader generates a Reader struct. After reading, the Reader struct shall be Close().
Click to show internal directories.
Click to hide internal directories.