- {
- "version": "15.1.1",
- "sheetCount": 1,
- "customList": [],
- "sheets": {
- "Sheet1": {
- "name": "Sheet1",
- "isSelected": true,
- "activeRow": 4,
- "activeCol": 1,
- "visible": 1,
- "frozenTrailingRowStickToEdge": true,
- "frozenTrailingColumnStickToEdge": true,
- "theme": "Office",
- "data": {
- "dataTable": {
- "5": {
- "1": {
- "style": {
- "cellType": {
- "typeName": "7",
- "items": [
- { "text": "Oranges", "value": "A01" },
- { "text": "Apples", "value": "A02" },
- { "text": "Grape", "value": "A03" }
- ]
- }
- }
- }
- },
- "6": {
- "1": {
- "style": {
- "cellType": {
- "typeName": "7",
- "items": [
- { "text": "Oranges", "value": "A01" },
- { "text": "Apples", "value": "A02" },
- { "text": "Grape", "value": "A03" }
- ]
- }
- }
- }
- },
- "7": {
- "1": {
- "style": {
- "cellType": {
- "typeName": "7",
- "items": [
- { "text": "Oranges", "value": "A01" },
- { "text": "Apples", "value": "A02" },
- { "text": "Grape", "value": "A03" }
- ]
- }
- }
- }
- },
- "8": {
- "1": {
- "value": "合计:",
- "style": {
- "cellType": {
- "typeName": "7",
- "items": [
- { "text": "Oranges", "value": "A01" },
- { "text": "Apples", "value": "A02" },
- { "text": "Grape", "value": "A03" }
- ]
- }
- }
- }
- },
- "9": {
- "1": {
- "style": {
- "cellType": {
- "typeName": "7",
- "items": [
- { "text": "Oranges", "value": "A01" },
- { "text": "Apples", "value": "A02" },
- { "text": "Grape", "value": "A03" }
- ]
- }
- }
- }
- },
- "10": {
- "1": {
- "style": {
- "cellType": {
- "typeName": "7",
- "items": [
- { "text": "Oranges", "value": "A01" },
- { "text": "Apples", "value": "A02" },
- { "text": "Grape", "value": "A03" }
- ]
- }
- }
- }
- },
- "11": {
- "1": {
- "style": {
- "cellType": {
- "typeName": "7",
- "items": [
- { "text": "Oranges", "value": "A01" },
- { "text": "Apples", "value": "A02" },
- { "text": "Grape", "value": "A03" }
- ]
- }
- }
- }
- }
- },
- "defaultDataNode": { "style": { "themeFont": "Body" } }
- },
- "rowHeaderData": {
- "defaultDataNode": { "style": { "themeFont": "Body" } }
- },
- "colHeaderData": {
- "defaultDataNode": { "style": { "themeFont": "Body" } }
- },
- "leftCellIndex": 0,
- "topCellIndex": 0,
- "selections": {
- "0": { "row": 4, "rowCount": 1, "col": 1, "colCount": 1 },
- "length": 1
- },
- "rowOutlines": { "items": [] },
- "columnOutlines": { "items": [] },
- "cellStates": {},
- "states": {},
- "outlineColumnOptions": {},
- "autoMergeRangeInfos": [],
- "tables": [
- {
- "name": "Tab_1",
- "row": 4,
- "col": 1,
- "rowCount": 5,
- "colCount": 4,
- "showFooter": true,
- "expandBoundRows": true,
- "style": {
- "wholeTableStyle": {
- "backColor": "white",
- "foreColor": "black",
- "font": "10pt arial",
- "borderLeft": { "style": 1 },
- "borderTop": { "style": 1 },
- "borderRight": { "style": 1 },
- "borderBottom": { "style": 1 },
- "borderHorizontal": { "style": 1 },
- "borderVertical": { "style": 1 }
- }
- },
- "autoGenerateColumns": false,
- "bindingPath": "table1",
- "rowFilter": {
- "range": { "row": 5, "rowCount": 3, "col": 1, "colCount": 4 },
- "typeName": "HideRowFilter",
- "dialogVisibleInfo": {},
- "filterButtonVisibleInfo": {
- "0": true,
- "1": true,
- "2": true,
- "3": true
- },
- "showFilterButton": true,
- "filteredOutRows": [],
- "tableName": "Tab_1"
- },
- "columns": [
- { "id": 1, "name": "Column1", "footerValue": "合计:" },
- { "id": 2, "name": "Column2" },
- { "id": 3, "name": "Column3" },
- { "id": 4, "name": "Column4" }
- ]
- }
- ],
- "index": 0
- }
- },
- "sheetTabCount": 0
- }
复制代码
代码执行后,只是给单元格设置为下拉框,并没有给table列设为combobox格式 |