pip install rstspreadsheet # or
easy_install rstspreadsheet
Or just download rstspreadsheet.py and put it in the same directory as Sphinx’s conf.py. To use in Sphinx, put the following in your conf.py.
extensions = [
# other extensions...
'rstspreadsheet']
You can also use it as a standalone program:
python -m rstspreadsheet sample.rst sample.html # or
python rstspreadsheet.py sample.rst sample.html
If you want sample document, please find sample.rst here.