changedInput schema / properties / autofit_columns / anyOf
Previous value: -[
- {
- "items": {},
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / autofit_columns / description
Added value: +"Column letters, e.g. ['A', 'C']."
addedInput schema / properties / group_columns
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "properties": {
+ "collapsed": {
+ "type": "boolean"
+ },
+ "end": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "integer"
+ }
+ ]
+ },
+ "level": {
+ "maximum": 7,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "start": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "integer"
+ }
+ ]
+ }
+ },
+ "required": [
+ "start"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Outline spans, {start, end, level 1-7, collapsed}. Rows take numbers, columns take letters or numbers."
+}
addedInput schema / properties / group_rows
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "properties": {
+ "collapsed": {
+ "type": "boolean"
+ },
+ "end": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "integer"
+ }
+ ]
+ },
+ "level": {
+ "maximum": 7,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "start": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "integer"
+ }
+ ]
+ }
+ },
+ "required": [
+ "start"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Outline spans, {start, end, level 1-7, collapsed}. Rows take numbers, columns take letters or numbers."
+}
changedInput schema / properties / hide_columns / anyOf
Previous value: -[
- {
- "items": {},
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / hide_columns / description
Added value: +"Column letters, e.g. ['A', 'C']."
changedInput schema / properties / hide_rows / anyOf
Previous value: -[
- {
- "items": {},
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "minimum": 1,
+ "type": "integer"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / hide_rows / description
Added value: +"1-based row numbers."
addedInput schema / properties / outline_summary
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
addedInput schema / properties / ungroup_columns
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "properties": {
+ "collapsed": {
+ "type": "boolean"
+ },
+ "end": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "integer"
+ }
+ ]
+ },
+ "level": {
+ "maximum": 7,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "start": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "integer"
+ }
+ ]
+ }
+ },
+ "required": [
+ "start"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Outline spans, {start, end, level 1-7, collapsed}. Rows take numbers, columns take letters or numbers."
+}
addedInput schema / properties / ungroup_rows
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "properties": {
+ "collapsed": {
+ "type": "boolean"
+ },
+ "end": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "integer"
+ }
+ ]
+ },
+ "level": {
+ "maximum": 7,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "start": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "integer"
+ }
+ ]
+ }
+ },
+ "required": [
+ "start"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Outline spans, {start, end, level 1-7, collapsed}. Rows take numbers, columns take letters or numbers."
+}