{"library":"pyexcel-ods3","title":"pyexcel-ods3","description":"A wrapper library to read, manipulate and write data in ODS (Open Document Spreadsheet) format, version 0.6.1. It is part of the pyexcel ecosystem and requires Python 3.6+. Release cadence is low; last release was in 2020.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install pyexcel-ods3"],"cli":null},"imports":["from pyexcel_ods3 import get_data","from pyexcel_ods3 import save_data"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyexcel_ods3 import save_data, get_data\ndata = [[1, 2, 3], ['a', 'b', 'c']]\nsave_data('test.ods', data)\nloaded = get_data('test.ods')\nprint(loaded)","lang":"python","description":"Write and read ODS files with a simple 2D list. Note that keys in the result dict are sheet names.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}