
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
.. image:: https://travis-ci.org/sonofeft/ODSCharts.svg?branch=master :target: https://travis-ci.org/sonofeft/ODSCharts
.. image:: https://img.shields.io/pypi/v/ODSCharts.svg :target: https://pypi.python.org/pypi/odscharts
.. image:: https://img.shields.io/pypi/pyversions/ODSCharts.svg :target: https://wiki.python.org/moin/Python2orPython3
.. image:: https://img.shields.io/pypi/l/ODSCharts.svg :target: https://pypi.python.org/pypi/odscharts
ODSCharts creates Opendocument spreadsheets (*.ods files)
with scatter charts that either
Microsoft Excel or OpenOffice can open and manipulate.
See the Code at: <https://github.com/sonofeft/ODSCharts>
_
See the Docs at: <http://odscharts.readthedocs.org/en/latest/>
_
See PyPI page at:<https://pypi.python.org/pypi/odscharts>
_
ODSCharts will create ods files readable by either Microsoft Excel or OpenOffice.
The format is a very narrow subset of full spreadsheet support. There is no attempt to supply a full API interface::
#. All sheets contain either a table of numbers or a chart object
- A table of numbers:
- starts at "A1"
- row 1 is labels
- row 2 is units
- row 3 through N is float or string entries
- Chart objects are scatter plots
- Each series is a column from a table
- Each x axis is a column from a table
Click images to see full size
.. image:: ./_static/alt_vs_tp_excel.png :width: 40% .. image:: ./_static/alt_vs_tp_oo.png :width: 50%
* Matplotlib is very good when you want to publish a chart **without** the data.
* Spreadsheets are very good when you want to publish **both** the chart **and** the data.
* Python is a great general-purpose programming language for science and engineering
* Therefore the world needs a cross-platform, open-source, python solution to generate cross-platform, open-source spreadsheet files.
* ``*.ods`` files are cross-platform, open-source spreadsheet files.
* OpenOffice reads ``*.ods`` files created by Excel much better than Excel reads ``*.ods`` files created by OpenOffice.
* Excel ``*.ods`` files are more simple than OpenOffice ``*.ods`` files (Excel only partially supports ``ods``)
* It makes sense to reverse-engineer Excel-generated ``*.ods`` files as cross-platform, open-source spreadsheet files.
* ODSCharts generates ``*.ods`` files by reverse-engineering ``*.ods`` files created by Excel.
That's It... That's how ODSCharts was born.
FAQs
Creates OpenDocument Spreadsheets with charts for Microsoft Excel and OpenOffice
We found that odscharts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.