summaryrefslogtreecommitdiffstats
path: root/lib/Spreadsheet/ParseXLSX.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Spreadsheet/ParseXLSX.pm')
-rw-r--r--lib/Spreadsheet/ParseXLSX.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Spreadsheet/ParseXLSX.pm b/lib/Spreadsheet/ParseXLSX.pm
index f1916c3..a9b501f 100644
--- a/lib/Spreadsheet/ParseXLSX.pm
+++ b/lib/Spreadsheet/ParseXLSX.pm
@@ -999,6 +999,14 @@ although this may have other consequences such as memory leaks.
=item Intra-cell formatting is discarded
+=item Shared formulas are not supported
+
+Shared formula support will require an actual formula parser and quite a bit of
+custom logic, since the only thing stored in the document is the formula for
+the base cell - updating the cell references in the formulas in the rest of the
+cells is handled by the application. Values for these cells are still handled
+properly.
+
=back
In addition, there are still a few areas which are not yet implemented (the