Skip to content

Commit

Permalink
Update excel_writer-18.0.0.toml - changed only TOML's metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zertovitch authored Feb 6, 2024
1 parent 4203680 commit a8cd539
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions index/ex/excel_writer/excel_writer-18.0.0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,29 @@ version = "18.0.0"
authors = ["Gautier de Montmollin"]
website = "https://excel-writer.sourceforge.io/"
licenses = "MIT"
maintainers = ["alejandro@mosteo.com"]
maintainers = ["gdemont@hotmail.com"]
maintainers-logins = ["mosteo", "zertovitch"]
project-files = ["excel_out_gnat.gpr"]
executables = ["excel_out_demo"]
tags = ["excel", "spreadsheet", "xls", "csv"]

long-description = """
![Excel Writer logo](https://excel-writer.sourceforge.io/ew_logo_no_shadow.png)
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.
* Enables the automatic production of reports
* Fast: 50 sheets per second, with 10,000 data cells each on a slow 1.66 GHz computer
* No interaction needed with Excel or MS Office
* Unconditionally portable (*)
* Endian-neutral
* Object oriented
* Task safe
* Pure Ada 95 (nothing compiler/system specific), can be used in projects in Ada 95, Ada 2005, Ada 2012 and later language versions
* Floating-point hardware neutral: no IEEE hardware required
* Tests and demos included
* Includes a CSV parser with related tools.
___
(*) within limits of compiler's provided integer types and target architecture capacity.
"""

[origin]
Expand Down

0 comments on commit a8cd539

Please sign in to comment.