Changes between Version 20 and Version 21 of ExcelDownloadPlugin


Ignore:
Timestamp:
Jan 25, 2023, 12:43:31 AM (15 months ago)
Author:
Jun Omae
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExcelDownloadPlugin

    v20 v21  
    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:
     42    a. If you want Excel 2007 format (*.xlsx), install [pypi:openpyxl] (and [pypi:lxml] which is optional but reduces memory usage):
    4343 {{{#!sh
    44 $ pip install 'openpyxl<3.0'
     44$ pip install openpyxl lxml
    4545}}}
    4646    b. If you want Excel 2003 format (*.xls), install pypi:xlwt: