Mercurial > hg > ooxml
diff notes.txt @ 16:2bbd067529b6
improve efficiency, detect blank rows, don't type empty cells
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Mon, 03 Apr 2017 19:22:03 +0100 |
parents | 01e80c7a9575 |
children | ca98c74a7cb1 |
line wrap: on
line diff
--- a/notes.txt Mon Apr 03 16:02:10 2017 +0100 +++ b/notes.txt Mon Apr 03 19:22:03 2017 +0100 @@ -38,3 +38,11 @@ --------- Decided to distinguish between type (num, date, str, err, ...) and class (cur, others to come?). If non-standard code, just record that. +---------- +Hmm, looking at real data (kenneth_lay__19506), I see _lots_ of cells +with (numerical) formats, but no content. Where do I throw those +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. + +