z_source (копия).json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "xv-test",
  3. "style": "main",
  4. "styles": {
  5. "b-top": {
  6. "border": [{ "type": "top", "color": "#AAAAAA", "style": 2 }]
  7. },
  8. "b-left": {
  9. "border": [{ "type": "left", "color": "#AAAAAA", "style": 2 }]
  10. },
  11. "f-size": {
  12. "font": { "size": 16, "color": "#FFFFFF" }
  13. },
  14. "f-bold": { "font": { "bold": true } },
  15. "f-color": {
  16. "parents": [ "f-size", "f-bold", "b-top", "b-left" ],
  17. "font": { "color": "#AAAAAA" }
  18. },
  19. "fa": {
  20. "font": { "color": "#aaaaaa" }
  21. },
  22. "border-box-lt": {
  23. "border": [
  24. { "type": "top", "color": "#AAAAAA", "style": 2 },
  25. { "type": "left", "color": "#AAAAAA", "style": 2 }
  26. ]
  27. },
  28. "border-box-rt": {
  29. "border": [
  30. { "type": "top", "color": "#AAAAAA", "style": 2 },
  31. { "type": "right", "color": "#AAAAAA", "style": 2 }
  32. ]
  33. },
  34. "border-box-l": { "border": [ { "type": "left", "color": "#AAAAAA", "style": 2 } ] },
  35. "border-box-t": { "border": [ { "type": "top", "color": "#AAAAAA", "style": 2 } ] },
  36. "border-box-r": { "border": [ { "type": "right", "color": "#AAAAAA", "style": 2 } ] },
  37. "border-box-b": { "border": [ { "type": "bottom", "color": "#AAAAAA", "style": 2 } ] },
  38. "border-box-lb": {
  39. "border": [
  40. { "type": "bottom", "color": "#AAAAAA", "style": 2 },
  41. { "type": "left", "color": "#AAAAAA", "style": 2 }
  42. ]
  43. }
  44. },
  45. "merges": [
  46. { "x": 2, "y": 2, "dx": 12, "dy": 12 }
  47. ],
  48. "columns_width": [
  49. { "x": 0, "dx": 1, "width": 50 }
  50. ],
  51. "images": [
  52. { "x": 2, "y": 2, "path": "resource/img.jpg", "format": { "x_offset": 100, "hyperlink": "https://github.com/360EntSecGroup-Skylar/excelize" } }
  53. ],
  54. "style_rects": [
  55. { "x": 2, "y": 2, "dx": 2, "dy": 2, "styles": [ "border-box-lt" ] },
  56. { "x": 2, "y": 11, "dx": 2, "dy": 11, "styles": [ "border-box-lb" ] },
  57. { "x": 3, "y": 2, "dx": 5, "dy": 2, "styles": [ "border-box-t" ] },
  58. { "x": 2, "y": 3, "dx": 2, "dy": 10, "styles": [ "border-box-l" ] },
  59. { "x": 5, "y": 3, "dx": 5, "dy": 10, "styles": [ "border-box-r" ] }
  60. ],
  61. "rows": [
  62. {
  63. "height": 25,
  64. "cells": [
  65. { "value": 10, "styles": [ "f-color" ] },
  66. { "value": 20 },
  67. { "value": 30 }
  68. ]
  69. }
  70. ]
  71. }