@@ -277,7 +277,7 @@ var langNumFmt = map[string]map[int]string{
277277
278278// currencyNumFmt defined the currency number format map.
279279var currencyNumFmt = map [int ]string {
280- 164 : `"CN¥" ,##0.00` ,
280+ 164 : `"¥"# ,##0.00` ,
281281 165 : "[$$-409]#,##0.00" ,
282282 166 : "[$$-45C]#,##0.00" ,
283283 167 : "[$$-1004]#,##0.00" ,
@@ -1491,8 +1491,8 @@ func parseFormatStyleSet(style *Style) (*Style, error) {
14911491//
14921492// Index | Symbol
14931493// -------+---------------------------------------------------------------
1494- // 164 | CN ¥
1495- // 165 | $ English (China )
1494+ // 164 | ¥
1495+ // 165 | $ English (United States )
14961496// 166 | $ Cherokee (United States)
14971497// 167 | $ Chinese (Singapore)
14981498// 168 | $ Chinese (Taiwan)
@@ -1533,28 +1533,28 @@ func parseFormatStyleSet(style *Style) (*Style, error) {
15331533// 203 | ₡ Spanish (Costa Rica)
15341534// 204 | ₦ Hausa (Nigeria)
15351535// 205 | ₦ Igbo (Nigeria)
1536- // 206 | ₦ Yoruba (Nigeria )
1537- // 207 | ₩ Korean (South Korea )
1538- // 208 | ₪ Hebrew (Israel )
1539- // 209 | ₫ Vietnamese (Vietnam )
1540- // 210 | € Basque (Spain )
1541- // 211 | € Breton (France )
1542- // 212 | € Catalan (Spain )
1543- // 213 | € Corsican (France )
1544- // 214 | € Dutch (Belgium )
1545- // 215 | € Dutch (Netherlands )
1546- // 216 | € English (Ireland )
1547- // 217 | € Estonian (Estonia )
1548- // 218 | € Euro (€ 123)
1549- // 219 | € Euro (123 € )
1550- // 220 | € Finnish (Finland )
1551- // 221 | € French (Belgium )
1552- // 222 | € French (France )
1553- // 223 | € French (Luxembourg )
1554- // 224 | € French (Monaco )
1555- // 225 | € French (Réunion )
1556- // 226 | € Galician (Spain )
1557- // 227 | € German (Austria )
1536+ // 206 | ₩ Korean (South Korea )
1537+ // 207 | ₪ Hebrew (Israel )
1538+ // 208 | ₫ Vietnamese (Vietnam )
1539+ // 209 | € Basque (Spain )
1540+ // 210 | € Breton (France )
1541+ // 211 | € Catalan (Spain )
1542+ // 212 | € Corsican (France )
1543+ // 213 | € Dutch (Belgium )
1544+ // 214 | € Dutch (Netherlands )
1545+ // 215 | € English (Ireland )
1546+ // 216 | € Estonian (Estonia )
1547+ // 217 | € Euro (€ 123 )
1548+ // 218 | € Euro (123 € )
1549+ // 219 | € Finnish (Finland )
1550+ // 220 | € French (Belgium )
1551+ // 221 | € French (France )
1552+ // 222 | € French (Luxembourg )
1553+ // 223 | € French (Monaco )
1554+ // 224 | € French (Réunion )
1555+ // 225 | € Galician (Spain )
1556+ // 226 | € German (Austria )
1557+ // 227 | € German (German )
15581558// 228 | € German (Luxembourg)
15591559// 229 | € Greek (Greece)
15601560// 230 | € Inari Sami (Finland)
0 commit comments