knieriem / odf

Packages odf and odf/ods that allow basic read-only access to Open Document Spreadsheets in Go (golang).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Packages odf and odf/ods that allow basic read-only access to Open Document Spreadsheets in Go (golang).

License:MIT License


Languages

Language:Go 100.0%