Mercurial > hg > ooxml
annotate fmt.xml @ 52:9bb415e0adc9
try to fix error processin odd REUTER|IDN\!'.SPX' external ref
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Tue, 16 May 2017 17:28:52 +0100 |
parents | e500d7c18aad |
children | 6f62777aaecf |
rev | line source |
---|---|
3
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
1 <?xml version='1.0'?> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
2 <fmts> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
3 <!-- Built-in Excel cell format codes, from ISO/IEC 29500-1:2016(E) 18.8.30 --> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
4 <fmt i="0" class="gen">General</fmt> |
5
106bf970a867
builtin fmt and locally-defined fmtCode
Henry S. Thompson <ht@markup.co.uk>
parents:
3
diff
changeset
|
5 <fmt i="1" class="num">0</fmt> |
3
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
6 <fmt i="2" class="num">0.00</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
7 <fmt i="3" class="num">#,##0</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
8 <fmt i="4" class="num">#,##0.00</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
9 <fmt i="9" class="num">0%</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
10 <fmt i="10" class="num">0.00%</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
11 <fmt i="11" class="num">0.00E+00</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
12 <fmt i="12" class="rat"># ?/?</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
13 <fmt i="13" class="rat"># ??/??</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
14 <fmt i="14" class="date">mm-dd-yy</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
15 <fmt i="15" class="date">d-mmm-yy</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
16 <fmt i="16" class="date">d-mmm</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
17 <fmt i="17" class="date">mmm-yy</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
18 <fmt i="18" class="time">h:mm AM/PM</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
19 <fmt i="19" class="time">h:mm:ss AM/PM</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
20 <fmt i="20" class="time">h:mm</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
21 <fmt i="21" class="time">h:mm:ss</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
22 <fmt i="22" class="num">m/d/yy h:mm</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
23 <fmt i="37" class="num">#,##0 ;(#,##0)</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
24 <fmt i="38" class="num">#,##0 ;[Red](#,##0)</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
25 <fmt i="39" class="num">#,##0.00;(#,##0.00)</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
26 <fmt i="40" class="num">#,##0.00;[Red](#,##0.00)</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
27 <fmt i="45" class="time">mm:ss</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
28 <fmt i="46" class="time">[h]:mm:ss</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
29 <fmt i="47" class="time">mmss.0</fmt> |
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
30 <fmt i="48" class="num">##0.0E+0</fmt> |
35
e500d7c18aad
Fixed confusion wrt gen vs. num, nature of @ format (id=49)
Henry S. Thompson <ht@markup.co.uk>
parents:
5
diff
changeset
|
31 <fmt i="49" class="str">@</fmt><!-- Force any content to literal string --> |
3
2c115aefde6b
beginning work on elaboration of worksheets
Henry S. Thompson <ht@markup.co.uk>
parents:
diff
changeset
|
32 </fmts> |