mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-05-03 08:54:36 +00:00
更新xlsx前端解析组件
This commit is contained in:
@@ -6450,7 +6450,34 @@ window.sheetConditionFormat = {
|
||||
"conditionName": "occurrenceDate",
|
||||
"conditionRange": [],
|
||||
"conditionValue": ["2020/07/23 - 2020/07/29"]
|
||||
}, {
|
||||
},{
|
||||
"type": "default",
|
||||
"cellrange": [{
|
||||
"row": [10, 19],
|
||||
"column": [0, 0]
|
||||
}],
|
||||
"format": {
|
||||
"textColor": "#000000",
|
||||
"cellColor": "#ff0000"
|
||||
},
|
||||
"conditionName": "regExp",
|
||||
"conditionRange": [],
|
||||
"conditionValue": [/^\d{1,}\.\d{1,}$/]
|
||||
},{
|
||||
"type": "default",
|
||||
"cellrange": [{
|
||||
"row": [0, 9],
|
||||
"column": [0, 0]
|
||||
}],
|
||||
"format": {
|
||||
"textColor": "#000000",
|
||||
"cellColor": "#ff0000"
|
||||
},
|
||||
"conditionName": "sort",
|
||||
"conditionRange": [],
|
||||
"conditionValue": ['desc']
|
||||
},
|
||||
{
|
||||
"type": "colorGradation",
|
||||
"cellrange": [{
|
||||
"left": 422,
|
||||
|
||||
Reference in New Issue
Block a user