10
10
:Source code: http://github.com/pyexcel/django-excel.git
11
11
:Issues: http://github.com/pyexcel/django-excel/issues
12
12
:License: New BSD License
13
- :Development: |release |
14
13
:Released: |version |
15
14
:Generated: |today |
16
15
@@ -71,11 +70,12 @@ The highlighted features are:
71
70
`pyexcel-ods `_ ods `odfpy `_ same as above
72
71
`pyexcel-odsr `_ ods(read only) lxml same as above
73
72
`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
75
74
latex, grid, pipe,
76
75
orgtbl, plain simple
77
76
`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
79
79
======================== ======================= =============== ==================
80
80
81
81
.. _pyexcel-io : https://github.com/pyexcel/pyexcel-io
@@ -102,7 +102,6 @@ The highlighted features are:
102
102
.. _pyexcel-matplotlib : https://github.com/pyexcel/pyexcel-matplotlib
103
103
.. _matplotlib : https://matplotlib.org
104
104
105
- .. [#f3 ] coming soon
106
105
107
106
In order to manage the list of plugins installed, you need to use pip to add or remove
108
107
a plugin. When you use virtualenv, you can have different plugins per virtual
@@ -482,20 +481,24 @@ set exported as a single sheet file as:
482
481
Visualize your data
483
482
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
484
483
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:
487
489
488
490
.. image :: votes-handson-table.png
489
491
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?":
491
494
492
495
.. image :: survey-result.png
493
496
494
497
`pyexcel-pygal `_ provide you the common data visualization capability to show
495
498
your data intuitively. Here is the code to achieve that:
496
499
497
500
.. literalinclude :: ../../polls/views.py
498
- :lines: 192-212
501
+ :lines: 192-217
499
502
500
503
501
504
.. _data-types-and-its-conversion-funcs :
0 commit comments