|
| 1 | +{ |
| 2 | + "dimensions": "A1:C7", |
| 3 | + "properties": {"defaultRowHeight": 14.4, "dyDescent": 0.55, "outlineLevelRow": 2}, |
| 4 | + "views": [{"state": "normal", "workbookViewId": 0}], |
| 5 | + "pageSetup": { |
| 6 | + "margins": {"left": 0.7, "right": 0.7, "top": 0.75, "bottom": 0.75, "header": 0.3, "footer": 0.3 } |
| 7 | + }, |
| 8 | + "rows": [ |
| 9 | + { |
| 10 | + "number": 1, "min": 1, "max": 3, |
| 11 | + "cells": [ |
| 12 | + {"address": "A1", "type": 3, "value": "Name"}, |
| 13 | + {"address": "C1", "type": 3, "value": "Tom"} |
| 14 | + ] |
| 15 | + }, |
| 16 | + { |
| 17 | + "number": 2, "min": 1, "max": 3, "outlineLevel": 1, |
| 18 | + "cells": [ |
| 19 | + {"address": "C2", "type": 3, "value": "Dick"} |
| 20 | + ] |
| 21 | + }, |
| 22 | + { |
| 23 | + "number": 3, "min": 1, "max": 3, "outlineLevel": 2, "collapsed": true, |
| 24 | + "cells": [ |
| 25 | + {"address": "C3", "type": 3, "value": "Harry"} |
| 26 | + ] |
| 27 | + }, |
| 28 | + { |
| 29 | + "number": 5, "min": 1, "max": 3, |
| 30 | + "cells": [ |
| 31 | + {"address": "A5", "type": 3, "value": "Inline"} |
| 32 | + ] |
| 33 | + }, |
| 34 | + { |
| 35 | + "number": 7, "min": 1, "max": 3, |
| 36 | + "cells": [ |
| 37 | + {"address": "A7", "type": 3, "value": "Between"}, |
| 38 | + {"address": "B7", "type": 2, "value": 5} |
| 39 | + ] |
| 40 | + } |
| 41 | + ], |
| 42 | + "rowBreaks": [ |
| 43 | + {"id": 2, "max": 2, "min": 0, "man": 1}, |
| 44 | + {"id": 5, "max": 2, "min": 0, "man": 1} |
| 45 | + ], |
| 46 | + "media": [] |
| 47 | +} |
0 commit comments