hf-sheet 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/README.md +156 -0
  2. package/dist/hf-sheet.css +2 -0
  3. package/dist/hf-sheet.js +243 -0
  4. package/dist/hf-sheet.umd.cjs +1 -0
  5. package/dist/index.d.ts +160 -0
  6. package/dist/luckysheet/assets/iconfont/Anton-Regular.ttf +0 -0
  7. package/dist/luckysheet/assets/iconfont/HanaleiFill-Regular.ttf +0 -0
  8. package/dist/luckysheet/assets/iconfont/Pacifico-Regular.ttf +0 -0
  9. package/dist/luckysheet/assets/iconfont/demo.css +539 -0
  10. package/dist/luckysheet/assets/iconfont/demo_index.html +2700 -0
  11. package/dist/luckysheet/assets/iconfont/iconfont.css +457 -0
  12. package/dist/luckysheet/assets/iconfont/iconfont.eot +0 -0
  13. package/dist/luckysheet/assets/iconfont/iconfont.js +1 -0
  14. package/dist/luckysheet/assets/iconfont/iconfont.json +779 -0
  15. package/dist/luckysheet/assets/iconfont/iconfont.svg +356 -0
  16. package/dist/luckysheet/assets/iconfont/iconfont.ttf +0 -0
  17. package/dist/luckysheet/assets/iconfont/iconfont.woff +0 -0
  18. package/dist/luckysheet/assets/iconfont/iconfont.woff2 +0 -0
  19. package/dist/luckysheet/css/EwaAntH.gif +0 -0
  20. package/dist/luckysheet/css/EwaAntV.gif +0 -0
  21. package/dist/luckysheet/css/arrow-down.png +0 -0
  22. package/dist/luckysheet/css/loading.gif +0 -0
  23. package/dist/luckysheet/css/luckysheet.css +7998 -0
  24. package/dist/luckysheet/css/menuSprite.svg +505 -0
  25. package/dist/luckysheet/css/paint_16px.ico +0 -0
  26. package/dist/luckysheet/css/paint_24px.ico +0 -0
  27. package/dist/luckysheet/css/paint_32px.ico +0 -0
  28. package/dist/luckysheet/css/sprite38.svg +528 -0
  29. package/dist/luckysheet/css/waffle_sprite.png +0 -0
  30. package/dist/luckysheet/demoData/chat.js +410 -0
  31. package/dist/luckysheet/demoData/demoFeature.js +42 -0
  32. package/dist/luckysheet/demoData/getTargetData.js +5496 -0
  33. package/dist/luckysheet/demoData/sheetCell.js +1578 -0
  34. package/dist/luckysheet/demoData/sheetChart.js +4918 -0
  35. package/dist/luckysheet/demoData/sheetComment.js +67 -0
  36. package/dist/luckysheet/demoData/sheetConditionFormat.js +6568 -0
  37. package/dist/luckysheet/demoData/sheetDataVerification.js +579 -0
  38. package/dist/luckysheet/demoData/sheetFormula.js +6600 -0
  39. package/dist/luckysheet/demoData/sheetPicture.js +159 -0
  40. package/dist/luckysheet/demoData/sheetPivotTable.js +189 -0
  41. package/dist/luckysheet/demoData/sheetPivotTableData.js +741 -0
  42. package/dist/luckysheet/demoData/sheetSparkline.js +7066 -0
  43. package/dist/luckysheet/demoData/sheetTable.js +1068 -0
  44. package/dist/luckysheet/expendPlugins/chart/chartmix.css +1 -0
  45. package/dist/luckysheet/expendPlugins/chart/chartmix.umd.min.js +12 -0
  46. package/dist/luckysheet/expendPlugins/chart/chartmix.umd.min.js.map +1 -0
  47. package/dist/luckysheet/expendPlugins/print/print.css +46 -0
  48. package/dist/luckysheet/expendPlugins/print/print.js +0 -0
  49. package/dist/luckysheet/fonts/FontAwesome.otf +0 -0
  50. package/dist/luckysheet/fonts/fontawesome-webfont.eot +0 -0
  51. package/dist/luckysheet/fonts/fontawesome-webfont.svg +2671 -0
  52. package/dist/luckysheet/fonts/fontawesome-webfont.ttf +0 -0
  53. package/dist/luckysheet/fonts/fontawesome-webfont.woff +0 -0
  54. package/dist/luckysheet/fonts/fontawesome-webfont.woff2 +0 -0
  55. package/dist/luckysheet/index.html +1965 -0
  56. package/dist/luckysheet/luckyexcel.cjs.js +4722 -0
  57. package/dist/luckysheet/luckyexcel.esm.js +4715 -0
  58. package/dist/luckysheet/luckyexcel.umd.js +7399 -0
  59. package/dist/luckysheet/luckysheet.umd.js +4511 -0
  60. package/dist/luckysheet/luckysheet.umd.js.map +7 -0
  61. package/dist/luckysheet/plugins/css/pluginsCss.css +1 -0
  62. package/dist/luckysheet/plugins/images/CFcolorGradation.png +0 -0
  63. package/dist/luckysheet/plugins/images/CFdataBar.png +0 -0
  64. package/dist/luckysheet/plugins/images/CFicons.png +0 -0
  65. package/dist/luckysheet/plugins/images/icon_dropCell.png +0 -0
  66. package/dist/luckysheet/plugins/images/js.png +0 -0
  67. package/dist/luckysheet/plugins/images/ui-icons_444444_256x240.png +0 -0
  68. package/dist/luckysheet/plugins/images/ui-icons_555555_256x240.png +0 -0
  69. package/dist/luckysheet/plugins/images/ui-icons_777620_256x240.png +0 -0
  70. package/dist/luckysheet/plugins/images/ui-icons_777777_256x240.png +0 -0
  71. package/dist/luckysheet/plugins/images/ui-icons_cc0000_256x240.png +0 -0
  72. package/dist/luckysheet/plugins/images/ui-icons_ffffff_256x240.png +0 -0
  73. package/dist/luckysheet/plugins/js/plugin.js +1 -0
  74. package/dist/luckysheet/plugins/plugins.css +10 -0
  75. package/package.json +53 -0
@@ -0,0 +1,779 @@
1
+ {
2
+ "id": "1990368",
3
+ "name": "lucksheet",
4
+ "font_family": "iconfont",
5
+ "css_prefix_text": "luckysheet-iconfont-",
6
+ "description": "",
7
+ "glyphs": [
8
+ {
9
+ "icon_id": "17878780",
10
+ "name": "链接",
11
+ "font_class": "lianjie",
12
+ "unicode": "e7f8",
13
+ "unicode_decimal": 59384
14
+ },
15
+ {
16
+ "icon_id": "17612330",
17
+ "name": "打印区域",
18
+ "font_class": "dayinquyu",
19
+ "unicode": "e7f5",
20
+ "unicode_decimal": 59381
21
+ },
22
+ {
23
+ "icon_id": "17612331",
24
+ "name": "打印页面配置",
25
+ "font_class": "dayinyemianpeizhi",
26
+ "unicode": "e7f6",
27
+ "unicode_decimal": 59382
28
+ },
29
+ {
30
+ "icon_id": "17612332",
31
+ "name": "打印标题",
32
+ "font_class": "dayinbiaoti",
33
+ "unicode": "e7f7",
34
+ "unicode_decimal": 59383
35
+ },
36
+ {
37
+ "icon_id": "17600443",
38
+ "name": "分页预览",
39
+ "font_class": "fenyeyulan",
40
+ "unicode": "e7f2",
41
+ "unicode_decimal": 59378
42
+ },
43
+ {
44
+ "icon_id": "17600444",
45
+ "name": "普通",
46
+ "font_class": "putong",
47
+ "unicode": "e7f3",
48
+ "unicode_decimal": 59379
49
+ },
50
+ {
51
+ "icon_id": "17600445",
52
+ "name": "页面布局",
53
+ "font_class": "yemianbuju",
54
+ "unicode": "e7f4",
55
+ "unicode_decimal": 59380
56
+ },
57
+ {
58
+ "icon_id": "17597312",
59
+ "name": "表格锁定",
60
+ "font_class": "biaogesuoding",
61
+ "unicode": "e7ee",
62
+ "unicode_decimal": 59374
63
+ },
64
+ {
65
+ "icon_id": "17444514",
66
+ "name": "转到",
67
+ "font_class": "zhuandao1",
68
+ "unicode": "e7f1",
69
+ "unicode_decimal": 59377
70
+ },
71
+ {
72
+ "icon_id": "17444503",
73
+ "name": "右箭头",
74
+ "font_class": "youjiantou",
75
+ "unicode": "e7ed",
76
+ "unicode_decimal": 59373
77
+ },
78
+ {
79
+ "icon_id": "17444507",
80
+ "name": "菜单",
81
+ "font_class": "caidan2",
82
+ "unicode": "e7ef",
83
+ "unicode_decimal": 59375
84
+ },
85
+ {
86
+ "icon_id": "17444508",
87
+ "name": "替换",
88
+ "font_class": "tihuan",
89
+ "unicode": "e7f0",
90
+ "unicode_decimal": 59376
91
+ },
92
+ {
93
+ "icon_id": "17392794",
94
+ "name": "冻结",
95
+ "font_class": "dongjie1",
96
+ "unicode": "e7e1",
97
+ "unicode_decimal": 59361
98
+ },
99
+ {
100
+ "icon_id": "17392795",
101
+ "name": "剪",
102
+ "font_class": "jian1",
103
+ "unicode": "e7e2",
104
+ "unicode_decimal": 59362
105
+ },
106
+ {
107
+ "icon_id": "17392796",
108
+ "name": "加",
109
+ "font_class": "jia1",
110
+ "unicode": "e7e3",
111
+ "unicode_decimal": 59363
112
+ },
113
+ {
114
+ "icon_id": "17392797",
115
+ "name": "溢出",
116
+ "font_class": "yichu1",
117
+ "unicode": "e7e4",
118
+ "unicode_decimal": 59364
119
+ },
120
+ {
121
+ "icon_id": "17392798",
122
+ "name": "升序",
123
+ "font_class": "shengxu1",
124
+ "unicode": "e7e5",
125
+ "unicode_decimal": 59365
126
+ },
127
+ {
128
+ "icon_id": "17392799",
129
+ "name": "内框线",
130
+ "font_class": "neikuangxian",
131
+ "unicode": "e7e6",
132
+ "unicode_decimal": 59366
133
+ },
134
+ {
135
+ "icon_id": "17392800",
136
+ "name": "清除筛选",
137
+ "font_class": "qingchushaixuan",
138
+ "unicode": "e7e7",
139
+ "unicode_decimal": 59367
140
+ },
141
+ {
142
+ "icon_id": "17392801",
143
+ "name": "文本向上",
144
+ "font_class": "wenbenxiangshang",
145
+ "unicode": "e7e8",
146
+ "unicode_decimal": 59368
147
+ },
148
+ {
149
+ "icon_id": "17392802",
150
+ "name": "降序",
151
+ "font_class": "jiangxu1",
152
+ "unicode": "e7e9",
153
+ "unicode_decimal": 59369
154
+ },
155
+ {
156
+ "icon_id": "17392803",
157
+ "name": "内框横线",
158
+ "font_class": "neikuanghengxian",
159
+ "unicode": "e7ea",
160
+ "unicode_decimal": 59370
161
+ },
162
+ {
163
+ "icon_id": "17392804",
164
+ "name": "内框竖线",
165
+ "font_class": "neikuangshuxian",
166
+ "unicode": "e7eb",
167
+ "unicode_decimal": 59371
168
+ },
169
+ {
170
+ "icon_id": "17392805",
171
+ "name": "自定义排序",
172
+ "font_class": "zidingyipaixu",
173
+ "unicode": "e7ec",
174
+ "unicode_decimal": 59372
175
+ },
176
+ {
177
+ "icon_id": "16746498",
178
+ "name": "logo2",
179
+ "font_class": "logo2",
180
+ "unicode": "e7df",
181
+ "unicode_decimal": 59359
182
+ },
183
+ {
184
+ "icon_id": "16746532",
185
+ "name": "logo",
186
+ "font_class": "logo",
187
+ "unicode": "e7e0",
188
+ "unicode_decimal": 59360
189
+ },
190
+ {
191
+ "icon_id": "16730159",
192
+ "name": "文本倾斜",
193
+ "font_class": "wenbenqingxie1",
194
+ "unicode": "e7de",
195
+ "unicode_decimal": 59358
196
+ },
197
+ {
198
+ "icon_id": "16728412",
199
+ "name": "加粗",
200
+ "font_class": "jiacu",
201
+ "unicode": "e7d9",
202
+ "unicode_decimal": 59353
203
+ },
204
+ {
205
+ "icon_id": "16728080",
206
+ "name": "搜索",
207
+ "font_class": "sousuo",
208
+ "unicode": "e78a",
209
+ "unicode_decimal": 59274
210
+ },
211
+ {
212
+ "icon_id": "16728081",
213
+ "name": "关闭",
214
+ "font_class": "guanbi",
215
+ "unicode": "e78b",
216
+ "unicode_decimal": 59275
217
+ },
218
+ {
219
+ "icon_id": "16728082",
220
+ "name": "下一个",
221
+ "font_class": "xiayige",
222
+ "unicode": "e78c",
223
+ "unicode_decimal": 59276
224
+ },
225
+ {
226
+ "icon_id": "16728083",
227
+ "name": "下拉",
228
+ "font_class": "xiala",
229
+ "unicode": "e78d",
230
+ "unicode_decimal": 59277
231
+ },
232
+ {
233
+ "icon_id": "16728084",
234
+ "name": "文本颜色",
235
+ "font_class": "wenbenyanse",
236
+ "unicode": "e78e",
237
+ "unicode_decimal": 59278
238
+ },
239
+ {
240
+ "icon_id": "16728085",
241
+ "name": "上一个",
242
+ "font_class": "shangyige",
243
+ "unicode": "e78f",
244
+ "unicode_decimal": 59279
245
+ },
246
+ {
247
+ "icon_id": "16728086",
248
+ "name": "数据透视",
249
+ "font_class": "shujutoushi",
250
+ "unicode": "e790",
251
+ "unicode_decimal": 59280
252
+ },
253
+ {
254
+ "icon_id": "16728087",
255
+ "name": "填充",
256
+ "font_class": "tianchong",
257
+ "unicode": "e791",
258
+ "unicode_decimal": 59281
259
+ },
260
+ {
261
+ "icon_id": "16728088",
262
+ "name": "增加小数位",
263
+ "font_class": "zengjiaxiaoshuwei",
264
+ "unicode": "e792",
265
+ "unicode_decimal": 59282
266
+ },
267
+ {
268
+ "icon_id": "16728089",
269
+ "name": "编辑2",
270
+ "font_class": "bianji2",
271
+ "unicode": "e793",
272
+ "unicode_decimal": 59283
273
+ },
274
+ {
275
+ "icon_id": "16728090",
276
+ "name": "截屏",
277
+ "font_class": "jieping",
278
+ "unicode": "e794",
279
+ "unicode_decimal": 59284
280
+ },
281
+ {
282
+ "icon_id": "16728092",
283
+ "name": "减小小数位",
284
+ "font_class": "jianxiaoxiaoshuwei",
285
+ "unicode": "e796",
286
+ "unicode_decimal": 59286
287
+ },
288
+ {
289
+ "icon_id": "16728093",
290
+ "name": "菜单",
291
+ "font_class": "caidan",
292
+ "unicode": "e797",
293
+ "unicode_decimal": 59287
294
+ },
295
+ {
296
+ "icon_id": "16728094",
297
+ "name": "数据库",
298
+ "font_class": "shujuku",
299
+ "unicode": "e798",
300
+ "unicode_decimal": 59288
301
+ },
302
+ {
303
+ "icon_id": "16728095",
304
+ "name": "无边框",
305
+ "font_class": "wubiankuang",
306
+ "unicode": "e799",
307
+ "unicode_decimal": 59289
308
+ },
309
+ {
310
+ "icon_id": "16728096",
311
+ "name": "编辑",
312
+ "font_class": "bianji",
313
+ "unicode": "e79a",
314
+ "unicode_decimal": 59290
315
+ },
316
+ {
317
+ "icon_id": "16728097",
318
+ "name": "清除样式",
319
+ "font_class": "qingchuyangshi",
320
+ "unicode": "e79b",
321
+ "unicode_decimal": 59291
322
+ },
323
+ {
324
+ "icon_id": "16728099",
325
+ "name": "删除",
326
+ "font_class": "shanchu",
327
+ "unicode": "e79c",
328
+ "unicode_decimal": 59292
329
+ },
330
+ {
331
+ "icon_id": "16728100",
332
+ "name": "文本居中对齐",
333
+ "font_class": "wenbenjuzhongduiqi",
334
+ "unicode": "e79d",
335
+ "unicode_decimal": 59293
336
+ },
337
+ {
338
+ "icon_id": "16728101",
339
+ "name": "打印",
340
+ "font_class": "dayin",
341
+ "unicode": "e79e",
342
+ "unicode_decimal": 59294
343
+ },
344
+ {
345
+ "icon_id": "16728102",
346
+ "name": "文本分割",
347
+ "font_class": "wenbenfenge",
348
+ "unicode": "e79f",
349
+ "unicode_decimal": 59295
350
+ },
351
+ {
352
+ "icon_id": "16728103",
353
+ "name": "函数‘",
354
+ "font_class": "hanshu",
355
+ "unicode": "e7a0",
356
+ "unicode_decimal": 59296
357
+ },
358
+ {
359
+ "icon_id": "16728104",
360
+ "name": "降序",
361
+ "font_class": "jiangxu",
362
+ "unicode": "e7a1",
363
+ "unicode_decimal": 59297
364
+ },
365
+ {
366
+ "icon_id": "16728105",
367
+ "name": "顶部对齐",
368
+ "font_class": "dingbuduiqi",
369
+ "unicode": "e7a2",
370
+ "unicode_decimal": 59298
371
+ },
372
+ {
373
+ "icon_id": "16728106",
374
+ "name": "图片",
375
+ "font_class": "tupian",
376
+ "unicode": "e7a3",
377
+ "unicode_decimal": 59299
378
+ },
379
+ {
380
+ "icon_id": "16728107",
381
+ "name": "向下90",
382
+ "font_class": "xiangxia90",
383
+ "unicode": "e7a4",
384
+ "unicode_decimal": 59300
385
+ },
386
+ {
387
+ "icon_id": "16728108",
388
+ "name": "竖排文字",
389
+ "font_class": "shupaiwenzi",
390
+ "unicode": "e7a5",
391
+ "unicode_decimal": 59301
392
+ },
393
+ {
394
+ "icon_id": "16728109",
395
+ "name": "全加边框",
396
+ "font_class": "quanjiabiankuang",
397
+ "unicode": "e7a6",
398
+ "unicode_decimal": 59302
399
+ },
400
+ {
401
+ "icon_id": "16728110",
402
+ "name": "升序",
403
+ "font_class": "shengxu",
404
+ "unicode": "e7a7",
405
+ "unicode_decimal": 59303
406
+ },
407
+ {
408
+ "icon_id": "16728111",
409
+ "name": "裁剪",
410
+ "font_class": "caijian",
411
+ "unicode": "e7a8",
412
+ "unicode_decimal": 59304
413
+ },
414
+ {
415
+ "icon_id": "16728112",
416
+ "name": "金额",
417
+ "font_class": "jine",
418
+ "unicode": "e7a9",
419
+ "unicode_decimal": 59305
420
+ },
421
+ {
422
+ "icon_id": "16728113",
423
+ "name": "菜单1",
424
+ "font_class": "caidan1",
425
+ "unicode": "e7aa",
426
+ "unicode_decimal": 59306
427
+ },
428
+ {
429
+ "icon_id": "16728114",
430
+ "name": "取消合并",
431
+ "font_class": "quxiaohebing",
432
+ "unicode": "e7ab",
433
+ "unicode_decimal": 59307
434
+ },
435
+ {
436
+ "icon_id": "16728115",
437
+ "name": "文本下划线",
438
+ "font_class": "wenbenxiahuaxian",
439
+ "unicode": "e7ac",
440
+ "unicode_decimal": 59308
441
+ },
442
+ {
443
+ "icon_id": "16728116",
444
+ "name": "上边框",
445
+ "font_class": "shangbiankuang",
446
+ "unicode": "e7ad",
447
+ "unicode_decimal": 59309
448
+ },
449
+ {
450
+ "icon_id": "16728117",
451
+ "name": "定位",
452
+ "font_class": "dingwei",
453
+ "unicode": "e7ae",
454
+ "unicode_decimal": 59310
455
+ },
456
+ {
457
+ "icon_id": "16728118",
458
+ "name": "四周加边框",
459
+ "font_class": "sizhoujiabiankuang",
460
+ "unicode": "e7af",
461
+ "unicode_decimal": 59311
462
+ },
463
+ {
464
+ "icon_id": "16728119",
465
+ "name": "侧边栏收起",
466
+ "font_class": "cebianlanshouqi",
467
+ "unicode": "e7b0",
468
+ "unicode_decimal": 59312
469
+ },
470
+ {
471
+ "icon_id": "16728120",
472
+ "name": "合并",
473
+ "font_class": "hebing",
474
+ "unicode": "e7b1",
475
+ "unicode_decimal": 59313
476
+ },
477
+ {
478
+ "icon_id": "16728121",
479
+ "name": "向上倾斜",
480
+ "font_class": "xiangshangqingxie",
481
+ "unicode": "e7b2",
482
+ "unicode_decimal": 59314
483
+ },
484
+ {
485
+ "icon_id": "16728122",
486
+ "name": "水平对齐",
487
+ "font_class": "shuipingduiqi",
488
+ "unicode": "e7b3",
489
+ "unicode_decimal": 59315
490
+ },
491
+ {
492
+ "icon_id": "16728123",
493
+ "name": "文本删除线",
494
+ "font_class": "wenbenshanchuxian",
495
+ "unicode": "e7b4",
496
+ "unicode_decimal": 59316
497
+ },
498
+ {
499
+ "icon_id": "16728124",
500
+ "name": "文本右对齐",
501
+ "font_class": "wenbenyouduiqi",
502
+ "unicode": "e7b5",
503
+ "unicode_decimal": 59317
504
+ },
505
+ {
506
+ "icon_id": "16728125",
507
+ "name": "前进",
508
+ "font_class": "qianjin",
509
+ "unicode": "e7b6",
510
+ "unicode_decimal": 59318
511
+ },
512
+ {
513
+ "icon_id": "16728126",
514
+ "name": "图表",
515
+ "font_class": "tubiao",
516
+ "unicode": "e7b7",
517
+ "unicode_decimal": 59319
518
+ },
519
+ {
520
+ "icon_id": "16728127",
521
+ "name": "右边框",
522
+ "font_class": "youbiankuang",
523
+ "unicode": "e7b8",
524
+ "unicode_decimal": 59320
525
+ },
526
+ {
527
+ "icon_id": "16728128",
528
+ "name": "百分号",
529
+ "font_class": "baifenhao",
530
+ "unicode": "e7b9",
531
+ "unicode_decimal": 59321
532
+ },
533
+ {
534
+ "icon_id": "16728129",
535
+ "name": "格式刷",
536
+ "font_class": "geshishua",
537
+ "unicode": "e7ba",
538
+ "unicode_decimal": 59322
539
+ },
540
+ {
541
+ "icon_id": "16728130",
542
+ "name": "保存",
543
+ "font_class": "baocun",
544
+ "unicode": "e7bb",
545
+ "unicode_decimal": 59323
546
+ },
547
+ {
548
+ "icon_id": "16728131",
549
+ "name": "数据验证",
550
+ "font_class": "shujuyanzheng",
551
+ "unicode": "e7bc",
552
+ "unicode_decimal": 59324
553
+ },
554
+ {
555
+ "icon_id": "16728132",
556
+ "name": "截断",
557
+ "font_class": "jieduan",
558
+ "unicode": "e7bd",
559
+ "unicode_decimal": 59325
560
+ },
561
+ {
562
+ "icon_id": "16728133",
563
+ "name": "格式条件",
564
+ "font_class": "geshitiaojian",
565
+ "unicode": "e7be",
566
+ "unicode_decimal": 59326
567
+ },
568
+ {
569
+ "icon_id": "16728134",
570
+ "name": "自动换行",
571
+ "font_class": "zidonghuanhang",
572
+ "unicode": "e7bf",
573
+ "unicode_decimal": 59327
574
+ },
575
+ {
576
+ "icon_id": "16728135",
577
+ "name": "侧边栏展开",
578
+ "font_class": "cebianlanzhankai",
579
+ "unicode": "e7c0",
580
+ "unicode_decimal": 59328
581
+ },
582
+ {
583
+ "icon_id": "16728136",
584
+ "name": "筛选2",
585
+ "font_class": "shaixuan2",
586
+ "unicode": "e7c1",
587
+ "unicode_decimal": 59329
588
+ },
589
+ {
590
+ "icon_id": "16728137",
591
+ "name": "向下倾斜",
592
+ "font_class": "xiangxiaqingxie",
593
+ "unicode": "e7c2",
594
+ "unicode_decimal": 59330
595
+ },
596
+ {
597
+ "icon_id": "16728138",
598
+ "name": "溢出",
599
+ "font_class": "yichu",
600
+ "unicode": "e7c3",
601
+ "unicode_decimal": 59331
602
+ },
603
+ {
604
+ "icon_id": "16728139",
605
+ "name": "垂直合并",
606
+ "font_class": "chuizhihebing",
607
+ "unicode": "e7c4",
608
+ "unicode_decimal": 59332
609
+ },
610
+ {
611
+ "icon_id": "16728140",
612
+ "name": "文本分散对齐",
613
+ "font_class": "wenbenfensanduiqi",
614
+ "unicode": "e7c5",
615
+ "unicode_decimal": 59333
616
+ },
617
+ {
618
+ "icon_id": "16728141",
619
+ "name": "左边框",
620
+ "font_class": "zuobiankuang",
621
+ "unicode": "e7c6",
622
+ "unicode_decimal": 59334
623
+ },
624
+ {
625
+ "icon_id": "16728142",
626
+ "name": "分页查看",
627
+ "font_class": "fenyechakan",
628
+ "unicode": "e7c7",
629
+ "unicode_decimal": 59335
630
+ },
631
+ {
632
+ "icon_id": "16728143",
633
+ "name": "运行",
634
+ "font_class": "yunhang",
635
+ "unicode": "e7c8",
636
+ "unicode_decimal": 59336
637
+ },
638
+ {
639
+ "icon_id": "16728144",
640
+ "name": "列",
641
+ "font_class": "lie",
642
+ "unicode": "e7c9",
643
+ "unicode_decimal": 59337
644
+ },
645
+ {
646
+ "icon_id": "16728145",
647
+ "name": "全屏",
648
+ "font_class": "quanping",
649
+ "unicode": "e7ca",
650
+ "unicode_decimal": 59338
651
+ },
652
+ {
653
+ "icon_id": "16728146",
654
+ "name": "筛选",
655
+ "font_class": "shaixuan",
656
+ "unicode": "e7cb",
657
+ "unicode_decimal": 59339
658
+ },
659
+ {
660
+ "icon_id": "16728147",
661
+ "name": "更新",
662
+ "font_class": "gengxin",
663
+ "unicode": "e7cc",
664
+ "unicode_decimal": 59340
665
+ },
666
+ {
667
+ "icon_id": "16728148",
668
+ "name": "清除",
669
+ "font_class": "qingchu",
670
+ "unicode": "e7cd",
671
+ "unicode_decimal": 59341
672
+ },
673
+ {
674
+ "icon_id": "16728149",
675
+ "name": "行",
676
+ "font_class": "hang",
677
+ "unicode": "e7ce",
678
+ "unicode_decimal": 59342
679
+ },
680
+ {
681
+ "icon_id": "16728150",
682
+ "name": "注释",
683
+ "font_class": "zhushi",
684
+ "unicode": "e7cf",
685
+ "unicode_decimal": 59343
686
+ },
687
+ {
688
+ "icon_id": "16728151",
689
+ "name": "剪",
690
+ "font_class": "jian",
691
+ "unicode": "e7d0",
692
+ "unicode_decimal": 59344
693
+ },
694
+ {
695
+ "icon_id": "16728152",
696
+ "name": "计算",
697
+ "font_class": "jisuan",
698
+ "unicode": "e7d1",
699
+ "unicode_decimal": 59345
700
+ },
701
+ {
702
+ "icon_id": "16728153",
703
+ "name": "加",
704
+ "font_class": "jia",
705
+ "unicode": "e7d2",
706
+ "unicode_decimal": 59346
707
+ },
708
+ {
709
+ "icon_id": "16728154",
710
+ "name": "底部对齐",
711
+ "font_class": "dibuduiqi",
712
+ "unicode": "e7d3",
713
+ "unicode_decimal": 59347
714
+ },
715
+ {
716
+ "icon_id": "16728155",
717
+ "name": "向上90",
718
+ "font_class": "xiangshang90",
719
+ "unicode": "e7d4",
720
+ "unicode_decimal": 59348
721
+ },
722
+ {
723
+ "icon_id": "16728156",
724
+ "name": "无选装",
725
+ "font_class": "wuxuanzhuang",
726
+ "unicode": "e7d5",
727
+ "unicode_decimal": 59349
728
+ },
729
+ {
730
+ "icon_id": "16728157",
731
+ "name": "显示隐藏网格",
732
+ "font_class": "xianshiyincangwangge",
733
+ "unicode": "e7d6",
734
+ "unicode_decimal": 59350
735
+ },
736
+ {
737
+ "icon_id": "16728158",
738
+ "name": "冻结",
739
+ "font_class": "dongjie",
740
+ "unicode": "e7d7",
741
+ "unicode_decimal": 59351
742
+ },
743
+ {
744
+ "icon_id": "16728159",
745
+ "name": "文本左对齐",
746
+ "font_class": "wenbenzuoduiqi",
747
+ "unicode": "e7d8",
748
+ "unicode_decimal": 59352
749
+ },
750
+ {
751
+ "icon_id": "16728161",
752
+ "name": "后退",
753
+ "font_class": "houtui",
754
+ "unicode": "e7da",
755
+ "unicode_decimal": 59354
756
+ },
757
+ {
758
+ "icon_id": "16728162",
759
+ "name": "水平合并",
760
+ "font_class": "shuipinghebing",
761
+ "unicode": "e7db",
762
+ "unicode_decimal": 59355
763
+ },
764
+ {
765
+ "icon_id": "16728163",
766
+ "name": "下边框",
767
+ "font_class": "xiabiankuang",
768
+ "unicode": "e7dc",
769
+ "unicode_decimal": 59356
770
+ },
771
+ {
772
+ "icon_id": "16728164",
773
+ "name": "设置",
774
+ "font_class": "shezhi",
775
+ "unicode": "e7dd",
776
+ "unicode_decimal": 59357
777
+ }
778
+ ]
779
+ }