sheetComment.js 978 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. window.sheetComment = {
  2. "name": "Comment",
  3. "color": "",
  4. "config": {
  5. "columnlen": {
  6. "2": 102
  7. }
  8. },
  9. "index": "5",
  10. "chart": [],
  11. "status": 0,
  12. "order": "5",
  13. "column": 18,
  14. "row": 36,
  15. "celldata": [{
  16. "r": 2,
  17. "c": 2,
  18. "v": {
  19. "m": "HoverShown",
  20. "ct": {
  21. "fa": "General",
  22. "t": "g"
  23. },
  24. "v": "HoverShown",
  25. "bl": 1,
  26. "ps": {
  27. "left": null,
  28. "top": null,
  29. "width": null,
  30. "height": null,
  31. "value": "Hello world!",
  32. "isshow": false
  33. }
  34. }
  35. }, {
  36. "r": 7,
  37. "c": 2,
  38. "v": {
  39. "m": "Size",
  40. "ct": {
  41. "fa": "General",
  42. "t": "g"
  43. },
  44. "v": "Size",
  45. "bl": 1,
  46. "ps": {
  47. "left": null,
  48. "top": null,
  49. "width": null,
  50. "height": null,
  51. "value": "Hello,world!",
  52. "isshow": true
  53. }
  54. }
  55. }],
  56. "ch_width": 4748,
  57. "rh_height": 1790,
  58. "luckysheet_select_save": [{
  59. "row": [0, 0],
  60. "column": [0, 0]
  61. }],
  62. "luckysheet_selection_range": [],
  63. "scrollLeft": 0,
  64. "scrollTop": 0
  65. }
  66. // export default sheetComment;