コンテンツにスキップ

スプレッドシート

スプレッドシートは表形式データを入力する高機能なコンポーネントです。入力値はアクションでオブジェクト形式で取得できます。

プロパティ

No項目入力値デフォルト値アクションプロパティタイプアクションデフォルト値説明
1ID文字列自動設定idstring自動設定[id]プロパティはアクションで設定はできません。
2数値850widthnumber850コンポーネントの幅
3高さ数値350heightnumber350コンポーネントの高さ
4X数値xnumberX座標位置
5Y数値ynumberY座標位置
6表示真偽ONvisibilitybooleantrueコンポーネントの表示/非表示
7メニュー選択
1.file
2.edit
3.insert
4.format
5.data
[file, edit, insert, format, data]メニューの表示要素
8ツールバー選択
1.undo
2.colors
3.decoration
4.align
5.cell
6.actions
7.lock
8.clear
9.columns
10.rows
11.format
12.file
[undo, colors, decoration, align, cell, actions, lock, clear, columns, rows, format, file]ツールバーの表示要素
9valueobjectスプレッドシートの値

[詳細1]値 (value)の例

{
"sheets": [
{
"name": "sheet1",
"data": [
{
"cell": "A1",
"css": "dhx_generated_class_u1684485452487"
},
{
"cell": "B1",
"css": "dhx_generated_class_u1684485452487",
"format": "common",
"value": "Aコ―ス"
},
{
"cell": "C1",
"css": "dhx_generated_class_u1684485452487",
"format": "common",
"value": "Bコ―ス"
},
{
"cell": "D1",
"css": "dhx_generated_class_u1684485452487",
"format": "common",
"value": "Cコ―ス"
},
{
"cell": "A2",
"format": "common",
"value": "月額"
},
{
"cell": "B2",
"format": "common",
"value": 1000
},
{
"cell": "C2",
"format": "common",
"value": 1200
},
{
"cell": "D2",
"format": "common",
"value": 1500
},
{
"cell": "A3",
"format": "common",
"value": "年額"
},
{
"cell": "B3",
"format": "common",
"value": 10000
},
{
"cell": "C3",
"format": "common",
"value": 120000
},
{
"cell": "D3",
"format": "common",
"value": 15000
}
],
"cols": [
{
"width": 120
},
{
"width": 120
},
{
"width": 120
},
{
"width": 120
}
],
"rows": [
{
"height": 32
},
{
"height": 32
},
{
"height": 32
}
]
}
],
"styles": {
"dhx_generated_class_u1684485452487": {
"background": "#D4DAE4"
}
},
"formats": [
{
"name": "Common",
"id": "common",
"mask": "",
"example": "1500.31"
},
{
"name": "Number",
"id": "number",
"mask": "#,##0.00",
"example": "1500.31"
},
{
"name": "Percent",
"id": "percent",
"mask": "#,##0.00%",
"example": "15.0031"
},
{
"name": "Currency",
"id": "currency",
"mask": "$#,##0.00",
"example": "1500.31"
},
{
"name": "Date",
"id": "date",
"mask": "mm-dd-yy",
"example": "44490",
"dateFormat": "%d/%m/%Y"
},
{
"name": "Time",
"id": "time",
"mask": "h:mm:ss am/pm",
"example": "0.5625",
"timeFormat": 12
},
{
"name": "Text",
"id": "text",
"mask": "@",
"example": "some text"
}
]
}

イベント

なし