Mercurial > hg > ooxml
comparison notes.txt @ 22:ca98c74a7cb1
towards var handling, no lookup yet
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Wed, 05 Apr 2017 11:57:00 +0100 |
parents | 2bbd067529b6 |
children | bfa38afaea63 |
comparison
equal
deleted
inserted
replaced
21:f05f0d0ee296 | 22:ca98c74a7cb1 |
---|---|
42 Hmm, looking at real data (kenneth_lay__19506), I see _lots_ of cells | 42 Hmm, looking at real data (kenneth_lay__19506), I see _lots_ of cells |
43 with (numerical) formats, but no content. Where do I throw those | 43 with (numerical) formats, but no content. Where do I throw those |
44 away? Can throw away empty _rows_ in rect.xsl, but for _cells_ have | 44 away? Can throw away empty _rows_ in rect.xsl, but for _cells_ have |
45 to wait for ascii.xsl or html.xsl. But only copy type in in rect if | 45 to wait for ascii.xsl or html.xsl. But only copy type in in rect if |
46 there was content before. | 46 there was content before. |
47 | 47 ----------- |
48 Not handling variables as references. Not catching external | |
49 references to variables. Not catching naked [n]! as external | |
50 references. | |
51 Fixed, but not dereferenced vars | |
52 The definition table is in workbook.xml definedNames/definedName[@name=$name]/. | |
53 Sheet name to filename mapping for locals is in workbook.xml sheets/sheet[@name=$sname]/@sheetId | |
48 | 54 |