Versions in this module Expand all Collapse all v1 v1.0.0 Dec 17, 2019 Changes in this version + type Options struct + WrapTextInAllCells bool + type Xlst struct + func New() *Xlst + func (m *Xlst) OpenBinaryTemplate(content []byte) error + func (m *Xlst) OpenFileTemplate(path string) error + func (m *Xlst) OpenReaderAtTemplate(r io.ReaderAt, size int64) error + func (m *Xlst) Render(in interface{}) error + func (m *Xlst) RenderWithOptions(in interface{}, options *Options) error + func (m *Xlst) Save(path string) error + func (m *Xlst) Write(writer io.Writer) error