1010:Source code: http://github.com/pyexcel/django-excel.git
1111:Issues: http://github.com/pyexcel/django-excel/issues
1212:License: New BSD License
13- :Development: |release |
1413:Released: |version |
1514:Generated: |today |
1615
@@ -71,11 +70,12 @@ The highlighted features are:
7170 `pyexcel-ods `_ ods `odfpy `_ same as above
7271 `pyexcel-odsr `_ ods(read only) lxml same as above
7372 `pyexcel-text `_ (write only)json, rst, `tabulate `_ 2.6, 2.7, 3.3, 3.4
74- mediawiki, html, 3.5, pypy, pypy3
73+ mediawiki, html, 3.5, 3.6, pypy
7574 latex, grid, pipe,
7675 orgtbl, plain simple
7776 `pyexcel-handsontable `_ handsontable in html `handsontable `_ same as above
78- `pyexcel-pygal `_ svg chart `pygal `_ same as above [#f3 ]_
77+ `pyexcel-pygal `_ svg chart `pygal `_ 2.7, 3.3, 3.4, 3.5
78+ 3.6, pypy
7979 ======================== ======================= =============== ==================
8080
8181.. _pyexcel-io : https://github.com/pyexcel/pyexcel-io
@@ -102,7 +102,6 @@ The highlighted features are:
102102.. _pyexcel-matplotlib : https://github.com/pyexcel/pyexcel-matplotlib
103103.. _matplotlib : https://matplotlib.org
104104
105- .. [#f3 ] coming soon
106105
107106In order to manage the list of plugins installed, you need to use pip to add or remove
108107a plugin. When you use virtualenv, you can have different plugins per virtual
@@ -482,20 +481,24 @@ set exported as a single sheet file as:
482481Visualize your data
483482++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
484483
485- Let's go to the admin page and update some votes for the choices. In my case,
486- I have got something like this:
484+ Let's go to the admin page and update some votes for the choices.
485+
486+ .. image :: admin-vote.png
487+
488+ In my case, I have updated all of them and have gotten something like this:
487489
488490.. image :: votes-handson-table.png
489491
490- Now, let's look at the survey result for "What's your favorite IDE?":
492+ Now, let's look at the survey result(http://localhost:8000/polls/survey_result/)
493+ for "What's your favorite IDE?":
491494
492495.. image :: survey-result.png
493496
494497`pyexcel-pygal `_ provide you the common data visualization capability to show
495498your data intuitively. Here is the code to achieve that:
496499
497500.. literalinclude :: ../../polls/views.py
498- :lines: 192-212
501+ :lines: 192-217
499502
500503
501504.. _data-types-and-its-conversion-funcs :
0 commit comments