package
0.0.0-20240402100641-39865ca9b6f6
Repository: https://github.com/defendasolutions/fileconversion-go.git
Documentation: pkg.go.dev

# README

This code was forked from https://github.com/knieriem/odf.

This projekt contains two Go packages – odf and odf/ods – that allow basic read-only access to the tables of Open Document Spreadsheets, making use of Go's encoding/xml package.

For now the ods package makes it easy to convert a table to a [][]string.

# Packages

This package implements rudimentary support for reading Open Document Spreadsheet files.

# Functions

NewReader initializes a File struct with an already opened ODF file, and checks the file's MIME type.
Open an OpenDocument file for reading, and check its MIME type.

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author