From ccbb3fe6d752f06539ecb790c132b284371826c1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 5 Dec 2015 13:32:39 -0500 Subject: note that shared formulas aren't supported (#28) --- lib/Spreadsheet/ParseXLSX.pm | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3