Changes between Version 15 and Version 16 of ExportImportXlsPlugin


Ignore:
Timestamp:
Aug 8, 2016, 10:05:00 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes: functional description before technical description

Legend:

Unmodified
Added
Removed
Modified
  • ExportImportXlsPlugin

    v15 v16  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Import/Export XLS spreadsheets
     3= Import / Export XLS spreadsheets
    44
    55== Description
    66
    7 This plugin adds an admin panel to allow the export and import of Trac tickets using an Excel spreadsheet, ie in xls format. The dependencies are the Python packages [pypi:xlwt] and [pypi:xlrd].
     7This plugin allows you to export a ticket list into an Excel spreadsheet file (xls-format) and import the tickets back into the same Trac environment. This Excel file can be modified, but the columns Id and summary must be maintained. To add new tickets, the Id column must stay empty.
    88
    9 The plugin is designed to export a ticket list into an Excel file and import the tickets back into the same Trac environment. This Excel file can be modified, but the columns Id and summary must be maintained. To add new tickets, the Id column must stay empty.
     9This plugin adds a button to the admin panel to allow the export and import of Trac tickets. The dependencies are the Python packages [pypi:xlwt] and [pypi:xlrd].
    1010
    1111See also: TicketImportPlugin, ExcelReportPlugin, ExcelDownloadPlugin
     
    2929You can check out ExportImportXlsPlugin from [/svn/exportimportxlsplugin here] using Subversion, or [source:exportimportxlsplugin browse the source] with Trac.
    3030
     31== Installation
     32
     33General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     34
    3135== Screenshots
    3236
    33 [[Image(screenshot-importexportxlsplugin-admin.png)]]
     37[[Image(screenshot-importexportxlsplugin-admin.png, border=2)]]
    3438
    3539== Feedback
     
    4852
    4953'''Author:''' [wiki:ben_12] [[BR]]
    50 '''Maintainer:''' [wiki:ben_12] [[BR]]
     54'''Maintainer:''' [[Maintainer]] [[BR]]
    5155'''Contributors:'''