1. 重构部分表格代码
2. 支持表格的边框样式`single`和`dashed` 3. 遇到不支持的项目符号采用数字代替
This commit is contained in:
@@ -65,6 +65,8 @@ begin
|
||||
return format("%d", num);
|
||||
else if num_fmt = "chineseCountingThousand" then
|
||||
return {self.}ChineseCountingThousand(num);
|
||||
else
|
||||
return format("%d", num);
|
||||
end;
|
||||
|
||||
function TSNumberingWare.ChineseCountingThousand(n: integer): string;
|
||||
|
||||
Reference in New Issue
Block a user