Tablib is a Python library for working with tabular datasets across multiple formats.
The library solves the problem of converting and working with tabular data in different formats without rewriting code for each one. It provides a format-agnostic approach where you load data into a Dataset object and then export it to whichever format you need. The core abstraction treats all tabular data uniformly, allowing seamless transformation between Excel, CSV, JSON, YAML, HTML, LaTeX, TSV, ODS, DBF, SQL, Jira, and Pandas DataFrames.
Tablib suits projects that need to accept tabular input in one format and deliver output in another, or that work with data across multiple systems using different formats. It is particularly valuable for data processing pipelines, reporting tools, and applications that import or export spreadsheets. The library handles both individual datasets and collections of datasets organized as books, making it useful for multi-sheet workbooks.
The project maintains steady engagement with contributors submitting improvements and fixes. Development activity shows consistent attention to both bug reports and feature requests, with maintainers reviewing and merging pull requests regularly. The codebase receives updates addressing compatibility issues and expanding format support, indicating active stewardship of the library's core functionality.