Changes between Version 17 and Version 18 of ExcelDownloadPlugin


Ignore:
Timestamp:
Nov 20, 2019, 12:43:24 PM (4 years ago)
Author:
Jun Omae
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExcelDownloadPlugin

    v17 v18  
    4040
    4141 1. Install the pypi:openpyxl or pypi:xlwt library:
    42     a. If you want Excel 2007 format (*.xlsx), install pypi:openpyxl and pypi:lxml:
     42    a. If you want Excel 2007 format (*.xlsx), install pypi:openpyxl<3.0 and pypi:lxml:
    4343 {{{#!sh
    44 $ easy_install openpyxl lxml
     44$ easy_install 'openpyxl<3.0' lxml
    4545# or
    46 $ pip install openpyxl lxml
     46$ pip install 'openpyxl<3.0' lxml
    4747}}}
    4848    b. If you want Excel 2003 format (*.xls), install pypi:xlwt: