diff --git a/dsBaseRpc/Config/ExcelStyle/tableStyleNormal.json b/dsBaseRpc/Config/ExcelStyle/tableStyleNormal.json index 9d1c3036..d4f15408 100644 --- a/dsBaseRpc/Config/ExcelStyle/tableStyleNormal.json +++ b/dsBaseRpc/Config/ExcelStyle/tableStyleNormal.json @@ -8,7 +8,6 @@ "horizontal": "center", "vertical": "center" }, - "number_format": 49, "border": [ { "type": "left", diff --git a/dsBaseRpc/Config/ExcelStyle/tableStyleNormal_backup.json b/dsBaseRpc/Config/ExcelStyle/tableStyleNormal_backup.json new file mode 100644 index 00000000..9d1c3036 --- /dev/null +++ b/dsBaseRpc/Config/ExcelStyle/tableStyleNormal_backup.json @@ -0,0 +1,34 @@ +{ + "font": { + "family": "宋体", + "size": 14, + "color": "#000000" + }, + "alignment": { + "horizontal": "center", + "vertical": "center" + }, + "number_format": 49, + "border": [ + { + "type": "left", + "color": "000000", + "style": 1 + }, + { + "type": "right", + "color": "000000", + "style": 1 + }, + { + "type": "top", + "color": "000000", + "style": 1 + }, + { + "type": "bottom", + "color": "000000", + "style": 1 + } + ] +} \ No newline at end of file