excel_writer 18.0.0 metadata update (#895)

Added a tag and a long description.
This commit is contained in:
Gautier de Montmollin
2023-09-14 07:19:53 +02:00
committed by GitHub
parent 0429ea5c58
commit 1da8a817da
+11 -1
View File
@@ -8,7 +8,17 @@ maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo", "zertovitch"]
project-files = ["excel_out_gnat.gpr"]
executables = ["excel_out_demo"]
tags = ["excel", "spreadsheet", "xls"]
tags = ["excel", "spreadsheet", "xls", "csv"]
long-description = """
Excel_Out is a standalone, portable Ada package for writing Excel spreadsheets with basic formattings, easily and programmatically.
Enables the automatic production of reports.
No interaction needed with Excel or MS Office.
Includes a CSV parser with related tools.
"""
[origin]
url = "https://sourceforge.net/projects/excel-writer/files/excel-writer/excel_writer_18.zip"