Skip to main content

Fast, streaming parser for OpenDocument Spreadsheet (.ods) files

Project description

fast-ods

A fast, streaming parser for OpenDocument Spreadsheet (.ods) file.

Designed for efficiency, performance and low memory usage, making it an ideal choice for large files and ETL workflows.

Requires Python version 3.10 and above

Features

  • ⚡ Streaming parsing (suitable for handling large files with constant memory usage)
  • 📈 Supports repeated rows and columns (.ods specific)
  • 🧩 Simple, minimal API
  • 🌐 Zero external dependencies
  • 🔧 Flexible configuration settings

Scope

This library focuses on fast data extraction, not full ODS spec compliance. It itentionally does not handle features such as:

  • Styling
  • Formulas
  • Metadata

Installation

Install with the Python default package manager:

pip install fast-ods

Usage

from fast_ods import ODSParser

parser = ODSParser()

for row in parser.parse("file.ods"):
    print(row)

Options

from fast_ods import ODSParser, ODSParserOptions

options = ODSParserOptions(
    table=0,                # Choose a table by index or name
    convert_values=False,   # Convert the cell values (float, date, etc.)
    skip_n_rows=None,       # Skip first N rows
    take_n_rows=None,       # Limit number of rows
    verify_zip=True         # Emits a warning if the .zip archive is corrupted 
)

parser = ODSParser(options)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fast_ods-0.2.0.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fast_ods-0.2.0-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file fast_ods-0.2.0.tar.gz.

File metadata

  • Download URL: fast_ods-0.2.0.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fast_ods-0.2.0.tar.gz
Algorithm Hash digest
SHA256 bd7c9e971afe82c56f7831bed5c1ca974ff95d99c347afab074e821cd310cb66
MD5 da259d3e8db4d9a38176472a6f2541b2
BLAKE2b-256 23f34381974527e4e9eb7f97403b10245a35ecb87cfef033f17d30e5796a9416

See more details on using hashes here.

Provenance

The following attestation bundles were made for fast_ods-0.2.0.tar.gz:

Publisher: publish.yml on atomiclake/fast-ods

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fast_ods-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: fast_ods-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fast_ods-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 da4d29cef293db4632daecbdcee1ffb3adb923c44c6e954ffcf39e7d0f9abdde
MD5 ad5dca3266b8b5f9463e6207388078e2
BLAKE2b-256 e00a1e1d1e0ed0c479f7828642361a4d5aa8bc0035267587c99c1e38231e1465

See more details on using hashes here.

Provenance

The following attestation bundles were made for fast_ods-0.2.0-py3-none-any.whl:

Publisher: publish.yml on atomiclake/fast-ods

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page