Skip to main content

Generate a json file from an OpenDocument Format .ods file

Project description

Generate a json file from an OpenDocument Format .ods file.

When used as a script, odsparsator parses an .ods file and generates a json file using the odfdo library.

When used as a library, odsparsator parses an .ods file and returns a python structure.

The resulting data follow the format of the reverse odsgenerator.py script.

installation

$ pip install odsparsator

usage

odsparsator [-h] [--version] [options] input_file output_file

arguments

input_file: input file, a .ods file.

output_file: output file, json file generated from input.

Use odsparsator --help for more details about options and look at examples in the tests folder.

from python code

import odsparsator
content = odsparsator.ods_to_python("sample1.ods")

documentation

Doc is coming.

And see also odsgenerator.

license

This project is licensed under the MIT License (see the LICENSE file for details).

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

odsparsator-1.1.0.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distributions

odsparsator-1.1.0-py3.8.egg (10.7 kB view hashes)

Uploaded Source

odsparsator-1.1.0-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

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