Changes between Version 19 and Version 20 of ExportImportXlsPlugin


Ignore:
Timestamp:
Sep 13, 2023, 2:52:30 AM (8 months ago)
Author:
Jun Omae
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExportImportXlsPlugin

    v19 v20  
    3535== Installation
    3636
    37 General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     37 1. Install the plugin:
     38    {{{#!sh
     39$ pip install svn+https://trac-hacks.org/svn/exportimportxlsplugin/0.12/
     40}}}
     41 2. Enable the plugin in your `trac.ini` file:
     42    {{{#!ini
     43[components]
     44importexportxls.* = enabled
     45}}}
     46 3. Restart your tracd (or web server) if needed.
    3847
    3948== Recent Changes