# HG changeset patch # User Henry S. Thompson # Date 1491389820 -3600 # Node ID ca98c74a7cb180bb929481f64aed66c92ef3e95e # Parent f05f0d0ee29627205f61fc2ebedee00baaaee2e3 towards var handling, no lookup yet diff -r f05f0d0ee296 -r ca98c74a7cb1 notes.txt --- a/notes.txt Wed Apr 05 11:24:11 2017 +0100 +++ b/notes.txt Wed Apr 05 11:57:00 2017 +0100 @@ -44,5 +44,11 @@ away? Can throw away empty _rows_ in rect.xsl, but for _cells_ have to wait for ascii.xsl or html.xsl. But only copy type in in rect if there was content before. - +----------- +Not handling variables as references. Not catching external +references to variables. Not catching naked [n]! as external +references. + Fixed, but not dereferenced vars + The definition table is in workbook.xml definedNames/definedName[@name=$name]/. + Sheet name to filename mapping for locals is in workbook.xml sheets/sheet[@name=$sname]/@sheetId diff -r f05f0d0ee296 -r ca98c74a7cb1 refs.xsl --- a/refs.xsl Wed Apr 05 11:24:11 2017 +0100 +++ b/refs.xsl Wed Apr 05 11:57:00 2017 +0100 @@ -9,14 +9,14 @@ - - + + - +