Mercurial > hg > ooxml
comparison notes.txt @ 47:3e9a3e51627e
explicit form match working, but shared still needs work
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Tue, 09 May 2017 23:08:18 +0100 |
parents | 6ed900e8cc61 |
children | 5d9806f90896 |
comparison
equal
deleted
inserted
replaced
46:8dd54346bfd8 | 47:3e9a3e51627e |
---|---|
100 These appear in definedName, single-quoted if (iff?) the sheet name has spaces | 100 These appear in definedName, single-quoted if (iff?) the sheet name has spaces |
101 (or other specials?) | 101 (or other specials?) |
102 ??? Variables on l or r of ranges are just looked up: if they are complex | 102 ??? Variables on l or r of ranges are just looked up: if they are complex |
103 no recursion is done: the _semantics_ of this case are not clear to | 103 no recursion is done: the _semantics_ of this case are not clear to |
104 me, need a real-life example... | 104 me, need a real-life example... |
105 @@ Variables whose value is itself a range are not being handled | 105 Variables whose value is itself a range are not being handled FIXED |
106 ----------- | 106 ----------- |
107 Switch to default namespace in order to reduce size and improve | 107 Switch to default namespace in order to reduce size and improve |
108 readability, and to elements instead of attributes DONE | 108 readability, and to elements instead of attributes DONE |
109 ----------- | 109 ----------- |
110 Should put another step after refs.xsl to compute a map from | 110 Should put another step after refs.xsl to compute a map from |
186 crnf ::= col row | 186 crnf ::= col row |
187 col ::= abs | rel | 187 col ::= abs | rel |
188 row ::= abs | rel | 188 row ::= abs | rel |
189 abs ::= '\xAA' xs:positiveInteger | 189 abs ::= '\xAA' xs:positiveInteger |
190 rel ::= '\xAE' ( ( '-' xs:positiveInteger ) | xs:nonNegativeInteger ) | 190 rel ::= '\xAE' ( ( '-' xs:positiveInteger ) | xs:nonNegativeInteger ) |
191 | 191 ----------- |
192 | 192 Picking colours to label regions, e.g. with similar formulae: |
193 http://stackoverflow.com/questions/470690/how-to-automatically-generate-n-distinct-colors | |
194 Start with just top-n, limited to 22 from Kelly | |
195 #FFB300, # Vivid Yellow | |
196 #803E75, # Strong Purple | |
197 #FF6800, # Vivid Orange | |
198 #A6BDD7, # Very Light Blue | |
199 #C10020, # Vivid Red | |
200 #CEA262, # Grayish Yellow | |
201 #817066, # Medium Gray | |
202 # The following don't work well for people with defective color vision | |
203 #007D34, # Vivid Green | |
204 #F6768E, # Strong Purplish Pink | |
205 #00538A, # Strong Blue | |
206 #FF7A5C, # Strong Yellowish Pink | |
207 #53377A, # Strong Violet | |
208 #FF8E00, # Vivid Orange Yellow | |
209 #B32851, # Strong Purplish Red | |
210 #F4C800, # Vivid Greenish Yellow | |
211 #7F180D, # Strong Reddish Brown | |
212 #93AA00, # Vivid Yellowish Green | |
213 #593315, # Deep Yellowish Brown | |
214 #F13A13, # Vivid Reddish Orange | |
215 #232C16, # Dark Olive Green | |
216 ------------ | |
217 @@ string identify, to say nothing of actual value, is lost -- fix? | |
218 @@ row/column/both spans |