Skip to content

khameeteman/excel_graph_parser

 
 

Repository files navigation

Excel graph parser (open-source parser for translation of excel graphs to Plotly figures)

This repository can be installed to show nicely formatted graphs generated by excel documents. Currently only useful for VIKTOR applications.

Installation

Paste the link of this repository in your requirements.txt:

viktor==14.9.0
excel-graph-parser

Contributing

Improvements to the view are very welcome. Please ensure your improvements adhere to the code standards by running black, isort and pylint (with the versions specified in dev-requirements.txt):

python -m black viktor_table_view/;
python -m isort viktor_table_view/;
python -m pylint viktor_table_view/ --rcfile=pyproject.toml;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.6%
  • Shell 7.4%