From d626b23dc881c5afb7fcd7a01ce70a0fb00fd6be Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Mon, 12 Feb 2024 15:56:20 +0100 Subject: [PATCH] excel_writer 18.0.0 (#988) The footnote was not displayed correctly (some markdown->html converters seem to need more white space) + not well placed. Sorry for the trouble... --- index/ex/excel_writer/excel_writer-18.0.0.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index/ex/excel_writer/excel_writer-18.0.0.toml b/index/ex/excel_writer/excel_writer-18.0.0.toml index 879d6cdd..d6730e51 100644 --- a/index/ex/excel_writer/excel_writer-18.0.0.toml +++ b/index/ex/excel_writer/excel_writer-18.0.0.toml @@ -27,8 +27,6 @@ Excel_Out is a standalone, portable Ada package for writing Excel spreadsheets w * Tests and demos included * Includes a CSV parser with related tools. * Free, open-source -___ -(*) within limits of compiler's provided integer types and target architecture capacity. The creation of an Excel file is as simple as this small procedure: @@ -48,6 +46,10 @@ begin xl.Close; end Small_Demo; ``` + +___ + +(*) within limits of compiler's provided integer types and target architecture capacity. """ [origin]