summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-12-05 13:32:39 -0500
committerJesse Luehrs <doy@tozt.net>2015-12-05 13:32:39 -0500
commitccbb3fe6d752f06539ecb790c132b284371826c1 (patch)
tree22da78433e51f2fa4c1b9dc7a7515f985a1e1148
parent0f73ea71eeeacc708cf398c0886eb17986835a01 (diff)
downloadspreadsheet-parsexlsx-ccbb3fe6d752f06539ecb790c132b284371826c1.tar.gz
spreadsheet-parsexlsx-ccbb3fe6d752f06539ecb790c132b284371826c1.zip
note that shared formulas aren't supported (#28)
-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