Changes between Version 20 and Version 21 of ExcelDownloadPlugin
- Timestamp:
- Jan 25, 2023, 12:43:31 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExcelDownloadPlugin
v20 v21 40 40 41 41 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): 43 43 {{{#!sh 44 $ pip install 'openpyxl<3.0'44 $ pip install openpyxl lxml 45 45 }}} 46 46 b. If you want Excel 2003 format (*.xls), install pypi:xlwt: