コンテンツにスキップ

スプレッドシート

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

Tips

プロパティ

UIダイアログ

項目入力値オプションデフォルト値
ID文字列自動設定
数値850
高さ数値350
X数値
Y数値
-
表示真偽オン
オフ
オン

アクション

項目プロパティデータ型オプションデフォルト値
IDidstring自動設定
widthnumber850
高さheightnumber350
Xxnumber
Yynumber
valueobject
表示visibilitybooleantrue
false
true

[詳細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"
}
]
}

イベント

なし