Skip to content

Simple interaction with tabulated data in python.

License

Notifications You must be signed in to change notification settings

lukeshiner/tabler

Repository files navigation

Tabler - Simple interaction with tabulated data

https://coveralls.io/repos/github/lukeshiner/tabler/badge.svg?branch=master Documentation Status PyPI - Python Version

What is tabler?

Tabler allows you to quickly and easily open, edit, create and update common files that hold data in a tabulated format, such as CSV or XLSX files. It's simple API keeps your source code clean and allows easy use of an interactive session.

It can:
  • Access spreadsheet files.
  • Update text in cells.
  • Write spreadsheet files.
Compatible formats:
  • .csv
  • Open Spreadsheet Format .ods
  • Microsoft Excel .xlsx
  • HTML (Write only)

It can be extended to open other file types.

The full documentation is available on Read the Docs.

Tabler lives on GitHub.

Contact

Please send all comments and queries to Luke Shiner at luke@lukeshiner.com.

Issues can be reported on GitHub.

License

Distributed with MIT License.

Credits

Created by Luke Shiner (luke@lukeshiner.com)