ooxml

package
v1.0.15 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2024 License: MIT Imports: 9 Imported by: 0

README

Text Extractor for docx/xlsx/pptx/pdf

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DocxFileTextify

func DocxFileTextify(name string, w io.Writer) error

func DocxReaderTextify

func DocxReaderTextify(r io.ReaderAt, size int64, w io.Writer) error

func ExtractTextFromDocxBytes added in v1.0.15

func ExtractTextFromDocxBytes(bs []byte) (string, error)

func ExtractTextFromDocxFile

func ExtractTextFromDocxFile(name string) (string, error)

func ExtractTextFromDocxReader added in v1.0.15

func ExtractTextFromDocxReader(r io.ReaderAt, size int64) (string, error)

func ExtractTextFromPptxBytes added in v1.0.15

func ExtractTextFromPptxBytes(bs []byte) (string, error)

func ExtractTextFromPptxFile

func ExtractTextFromPptxFile(name string) (string, error)

func ExtractTextFromPptxReader added in v1.0.15

func ExtractTextFromPptxReader(r io.ReaderAt, size int64) (string, error)

func ExtractTextFromXlsxBytes added in v1.0.15

func ExtractTextFromXlsxBytes(bs []byte) (string, error)

func ExtractTextFromXlsxFile

func ExtractTextFromXlsxFile(name string) (string, error)

func ExtractTextFromXlsxReader added in v1.0.15

func ExtractTextFromXlsxReader(r io.ReaderAt, size int64) (string, error)

func PptxFileTexify

func PptxFileTexify(name string, w io.Writer) error

func PptxReaderTexify

func PptxReaderTexify(r io.ReaderAt, size int64, w io.Writer) error

func XlsxFileTextify

func XlsxFileTextify(name string, w io.Writer) error

func XlsxReaderTextify

func XlsxReaderTextify(r io.ReaderAt, size int64, w io.Writer) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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