Changes between Version 19 and Version 20 of ExcelDownloadPlugin


Ignore:
Timestamp:
Jan 13, 2021, 10:12:05 AM (3 years ago)
Author:
Jun Omae
Comment:

Remove unnesessary lxml library from installation steps, and use https links rather than http.

Legend:

Unmodified
Added
Removed
Modified
  • ExcelDownloadPlugin

    v19 v20  
    4040
    4141 1. Install the pypi:openpyxl or pypi:xlwt library:
    42     a. If you want Excel 2007 format (*.xlsx), install pypi:openpyxl<3.0 and pypi:lxml:
     42    a. If you want Excel 2007 format (*.xlsx), install pypi:openpyxl<3.0:
    4343 {{{#!sh
    44 $ pip install 'openpyxl<3.0' lxml
     44$ pip install 'openpyxl<3.0'
    4545}}}
    4646    b. If you want Excel 2003 format (*.xls), install pypi:xlwt:
     
    7676'''Author:''' [wiki:jun66j5] [[BR]]
    7777'''Maintainer:''' [[Maintainer]] [[BR]]
    78 '''Contributors:''' [http://www.opengroove.com/ OpenGroove,Inc.] and [http://tracpath.com/ tracpath]
     78'''Contributors:''' [https://www.opengroove.com/ OpenGroove,Inc.] and [https://tracpath.com/ tracpath]