From 65b959cb1cb7a10281bf075cb82f5d476e3aca59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Wed, 27 Nov 2024 20:11:34 +0100 Subject: [PATCH] FIX: Forgotten file :S, adds documentation and CHANGELOG --- CHANGELOG.md | 1 + docs/src/desktop/about.md | 12 ++++++++++++ .../functions/lookup_and_reference/formulatext.md | 3 +-- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 docs/src/desktop/about.md diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ec7f3..ccc4f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - New function UNICODE ([#128](https://github.com/ironcalc/IronCalc/pull/128)) - New document server (Thanks Dani!) +- New function FORMULATEXT ## [0.2.0] - 2024-11-06 (The HN release) diff --git a/docs/src/desktop/about.md b/docs/src/desktop/about.md new file mode 100644 index 0000000..df8960e --- /dev/null +++ b/docs/src/desktop/about.md @@ -0,0 +1,12 @@ +--- +layout: doc +outline: deep +lang: en-US +--- + +# The desktop application + +::: warning +🚧 This function is not yet available in IronCalc. +[Follow development here](https://github.com/ironcalc/IronCalc/issues/57) +::: \ No newline at end of file diff --git a/docs/src/functions/lookup_and_reference/formulatext.md b/docs/src/functions/lookup_and_reference/formulatext.md index 5a6321e..f42e413 100644 --- a/docs/src/functions/lookup_and_reference/formulatext.md +++ b/docs/src/functions/lookup_and_reference/formulatext.md @@ -7,6 +7,5 @@ lang: en-US # FORMULATEXT ::: warning -🚧 This function is not yet available in IronCalc. -[Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions) +🚧 This function is implemented but currently lacks detailed documentation. For guidance, you may refer to the equivalent functionality in [Microsoft Excel documentation](https://support.microsoft.com/en-us/office/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb). ::: \ No newline at end of file