From 7d8bec828b75349101f241d4fffe3dc1552dd30b Mon Sep 17 00:00:00 2001 From: oleibman <10341515+oleibman@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:06:17 -0700 Subject: [PATCH] Documentation Updates Mostly in response to issue #3961, which noted some discrepancies, both positive and negative, between documentation and reality concerning ODS support. --- docs/index.md | 3 ++ docs/references/features-cross-reference.md | 35 +++++++++++---------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/docs/index.md b/docs/index.md index 9505181b7..d577d8982 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,6 +20,9 @@ allow you to read and write various spreadsheet file formats such as Excel and L |CSV | ✓ | ✓ | |PDF (using either the TCPDF, Dompdf or mPDF libraries, which need to be installed separately)| | ✓ | +Note - reading or writing certain aspects of a spreadsheet may not be supported in all formats. For more details, please consult +[Features Cross-reference](./references/features-cross-reference.md). + # Getting started ## Software requirements diff --git a/docs/references/features-cross-reference.md b/docs/references/features-cross-reference.md index 37668ba82..f116be511 100644 --- a/docs/references/features-cross-reference.md +++ b/docs/references/features-cross-reference.md @@ -28,7 +28,7 @@