[general]
name=Excel Auto Exporter
qgisMinimumVersion=3.0
qgisMaximumVersion=3.99
description=Automatically export QGIS vector layers to Excel (.xlsx) files on data changes
version=1.2.1
author=Carlos Martín Navarro
email=carlosmartinnavarro.0@gmail.com

about=Excel Auto Exporter monitors selected vector layers and automatically exports their attribute data to Excel (.xlsx) files whenever changes occur. Features include selective field export, custom output paths, multiple layer monitoring, and a user-friendly interface with layer search capabilities. Perfect for keeping Excel reports synchronized with your GIS data.

tracker=https://github.com/CarlosMartinNavarro/ExcelAutoExporter/issues
repository=https://github.com/CarlosMartinNavarro/ExcelAutoExporter
homepage=https://github.com/CarlosMartinNavarro/ExcelAutoExporter

# End of mandatory metadata

# Recommended items:
hasProcessingProvider=no
changelog=
    Version 1.2.1 (2026-02-28)
    - Added per-layer field editing for monitored layers
    - Added per-layer output path editing without removing layers
    - Added configurable Excel sheet name per monitored layer
    - Added drag-and-drop ordering for monitored layers with saved order
    - Added monitored layer item actions for fields, path, and sheet settings
    - Extended export metadata with sheet name display in monitored list and tooltip

    Version 1.1.1 (2026-01-28)
    - Initial release
    - Automatic layer monitoring and export
    - Selective field configuration
    - Multi-layer support
    - Search and filter layers
    - Customizable output paths
    - Geometry type icons

# Tags are comma separated with spaces allowed
tags=excel, export, xlsx, automation, monitoring, data export, spreadsheet, python

category=Vector
icon=icon.png

# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

# If the plugin can run on QGIS Server.
server=False
