Skip to main content

odsgenerator generates an ODF .ods file from json or yaml file

Project description

odsgenerator

odsgenerator generates an OpenDocument Format .ods file from json or yaml file.

The script parses a JSON or YAML description of tables and generates an ODF document using the odfdo library.

  • description can be minimalist: a list of lists of lists,
  • description can be complex, allowing styles at row or cell level.

principle:

  • a document is a list of tabs,
  • a tab is a list of rows,
  • a row is a list of cells.

usage:

odsgenerator [-h] [--version] input_file output_file

arguments:

input_file: input file containing data in json or yaml format

output_file: output file, .ods file generated from input

Use odsgenerator --help for more details about input file parameters and look at examples in the tests folder.

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

odsgenerator-1.4.2.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distributions

odsgenerator-1.4.2-py3.8.egg (19.5 kB view hashes)

Uploaded Source

odsgenerator-1.4.2-py3-none-any.whl (9.7 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