tencentcloud-sdk-nodejs-ess 4.1.18 → 4.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ess",
3
- "version": "4.1.18",
3
+ "version": "4.1.20",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4965,6 +4965,261 @@ FormField输入示例:
4965
4965
 
4966
4966
  ```
4967
4967
 
4968
+ 输入示例4(表格设置表头不合成到文件):
4969
+
4970
+ ```
4971
+ {
4972
+ "headers": [
4973
+ {
4974
+ "content": "序号"
4975
+ },
4976
+ {
4977
+ "content": "品牌"
4978
+ },
4979
+ {
4980
+ "content": "商品名称"
4981
+ },
4982
+ {
4983
+ "content": "粒径"
4984
+ },
4985
+ {
4986
+ "content": "规格"
4987
+ },
4988
+ {
4989
+ "content": "数量(包)"
4990
+ },
4991
+ {
4992
+ "content": "重量(吨)"
4993
+ }
4994
+ ],
4995
+ "rowCount": 5,
4996
+ "body": {
4997
+ "cells": [
4998
+ {
4999
+ "rowStart": 1,
5000
+ "rowEnd": 1,
5001
+ "columnStart": 1,
5002
+ "columnEnd": 1,
5003
+ "content": "1"
5004
+ },
5005
+ {
5006
+ "rowStart": 1,
5007
+ "rowEnd": 1,
5008
+ "columnStart": 2,
5009
+ "columnEnd": 2,
5010
+ "content": "品牌名称1"
5011
+ },
5012
+ {
5013
+ "rowStart": 1,
5014
+ "rowEnd": 1,
5015
+ "columnStart": 3,
5016
+ "columnEnd": 3,
5017
+ "content": "商品名称1"
5018
+ },
5019
+ {
5020
+ "rowStart": 1,
5021
+ "rowEnd": 1,
5022
+ "columnStart": 4,
5023
+ "columnEnd": 4,
5024
+ "content": "7#"
5025
+ },
5026
+ {
5027
+ "rowStart": 1,
5028
+ "rowEnd": 1,
5029
+ "columnStart": 5,
5030
+ "columnEnd": 5,
5031
+ "content": "20"
5032
+ },
5033
+ {
5034
+ "rowStart": 1,
5035
+ "rowEnd": 1,
5036
+ "columnStart": 6,
5037
+ "columnEnd": 6,
5038
+ "content": "50"
5039
+ },
5040
+ {
5041
+ "rowStart": 1,
5042
+ "rowEnd": 1,
5043
+ "columnStart": 7,
5044
+ "columnEnd": 7,
5045
+ "content": "1.000"
5046
+ },
5047
+ {
5048
+ "rowStart": 2,
5049
+ "rowEnd": 2,
5050
+ "columnStart": 1,
5051
+ "columnEnd": 1,
5052
+ "content": "2"
5053
+ },
5054
+ {
5055
+ "rowStart": 2,
5056
+ "rowEnd": 2,
5057
+ "columnStart": 2,
5058
+ "columnEnd": 2,
5059
+ "content": "品牌名称2"
5060
+ },
5061
+ {
5062
+ "rowStart": 2,
5063
+ "rowEnd": 2,
5064
+ "columnStart": 3,
5065
+ "columnEnd": 3,
5066
+ "content": "商品名称2"
5067
+ },
5068
+ {
5069
+ "rowStart": 2,
5070
+ "rowEnd": 2,
5071
+ "columnStart": 4,
5072
+ "columnEnd": 4,
5073
+ "content": "5#"
5074
+ },
5075
+ {
5076
+ "rowStart": 2,
5077
+ "rowEnd": 2,
5078
+ "columnStart": 5,
5079
+ "columnEnd": 5,
5080
+ "content": "20"
5081
+ },
5082
+ {
5083
+ "rowStart": 2,
5084
+ "rowEnd": 2,
5085
+ "columnStart": 6,
5086
+ "columnEnd": 6,
5087
+ "content": "20"
5088
+ },
5089
+ {
5090
+ "rowStart": 2,
5091
+ "rowEnd": 2,
5092
+ "columnStart": 7,
5093
+ "columnEnd": 7,
5094
+ "content": "0.400"
5095
+ },
5096
+ {
5097
+ "rowStart": 3,
5098
+ "rowEnd": 3,
5099
+ "columnStart": 1,
5100
+ "columnEnd": 1,
5101
+ "content": "3"
5102
+ },
5103
+ {
5104
+ "rowStart": 3,
5105
+ "rowEnd": 3,
5106
+ "columnStart": 2,
5107
+ "columnEnd": 2,
5108
+ "content": "品牌名称3"
5109
+ },
5110
+ {
5111
+ "rowStart": 3,
5112
+ "rowEnd": 3,
5113
+ "columnStart": 3,
5114
+ "columnEnd": 3,
5115
+ "content": "商品名称3"
5116
+ },
5117
+ {
5118
+ "rowStart": 3,
5119
+ "rowEnd": 3,
5120
+ "columnStart": 4,
5121
+ "columnEnd": 4,
5122
+ "content": "2#"
5123
+ },
5124
+ {
5125
+ "rowStart": 3,
5126
+ "rowEnd": 3,
5127
+ "columnStart": 5,
5128
+ "columnEnd": 5,
5129
+ "content": "20"
5130
+ },
5131
+ {
5132
+ "rowStart": 3,
5133
+ "rowEnd": 3,
5134
+ "columnStart": 6,
5135
+ "columnEnd": 6,
5136
+ "content": "5"
5137
+ },
5138
+ {
5139
+ "rowStart": 3,
5140
+ "rowEnd": 3,
5141
+ "columnStart": 7,
5142
+ "columnEnd": 7,
5143
+ "content": "0.100"
5144
+ },
5145
+ {
5146
+ "rowStart": 4,
5147
+ "rowEnd": 4,
5148
+ "columnStart": 1,
5149
+ "columnEnd": 1,
5150
+ "content": "4"
5151
+ },
5152
+ {
5153
+ "rowStart": 4,
5154
+ "rowEnd": 4,
5155
+ "columnStart": 2,
5156
+ "columnEnd": 2,
5157
+ "content": "品牌名称4"
5158
+ },
5159
+ {
5160
+ "rowStart": 4,
5161
+ "rowEnd": 4,
5162
+ "columnStart": 3,
5163
+ "columnEnd": 3,
5164
+ "content": "商品名称4"
5165
+ },
5166
+ {
5167
+ "rowStart": 4,
5168
+ "rowEnd": 4,
5169
+ "columnStart": 4,
5170
+ "columnEnd": 4,
5171
+ "content": "3#"
5172
+ },
5173
+ {
5174
+ "rowStart": 4,
5175
+ "rowEnd": 4,
5176
+ "columnStart": 5,
5177
+ "columnEnd": 5,
5178
+ "content": "20"
5179
+ },
5180
+ {
5181
+ "rowStart": 4,
5182
+ "rowEnd": 4,
5183
+ "columnStart": 6,
5184
+ "columnEnd": 6,
5185
+ "content": "10"
5186
+ },
5187
+ {
5188
+ "rowStart": 4,
5189
+ "rowEnd": 4,
5190
+ "columnStart": 7,
5191
+ "columnEnd": 7,
5192
+ "content": "0.200"
5193
+ },
5194
+ {
5195
+ "rowStart": 5,
5196
+ "rowEnd": 5,
5197
+ "columnStart": 1,
5198
+ "columnEnd": 5,
5199
+ "content": "合计"
5200
+ },
5201
+ {
5202
+ "rowStart": 5,
5203
+ "rowEnd": 5,
5204
+ "columnStart": 6,
5205
+ "columnEnd": 6,
5206
+ "content": "85"
5207
+ },
5208
+ {
5209
+ "rowStart": 5,
5210
+ "rowEnd": 5,
5211
+ "columnStart": 7,
5212
+ "columnEnd": 7,
5213
+ "content": "1.700"
5214
+ }
5215
+ ]
5216
+ },
5217
+ "settings": {
5218
+ "headerRowDisplay": false
5219
+ }
5220
+ }
5221
+ ```
5222
+
4968
5223
  表格参数说明
4969
5224
 
4970
5225
  | 名称 | 类型 | 描述 |
@@ -4977,6 +5232,7 @@ FormField输入示例:
4977
5232
  | cells.N.columnEnd | Integer | 单元格坐标:列结束index |
4978
5233
  | cells.N.content | String | 单元格内容,字数不超过100 |
4979
5234
  | cells.N.style | String | 单元格字体风格配置 ,风格配置的json字符串 如: {"font":"黑体","fontSize":12,"color":"#FFFFFF","bold":true,"align":"CENTER"} |
5235
+ | settings | Object | 表格全局设定。目前支持设置表头不显示,示例:{"headerRowDisplay":false} |
4980
5236
 
4981
5237
  表格参数headers说明
4982
5238
  widthPercent Integer 表头单元格列占总表头的比例,例如1:30表示 此列占表头的30%,不填写时列宽度平均拆分;例如2:总2列,某一列填写40,剩余列可以为空,按照60计算。;例如3:总3列,某一列填写30,剩余2列可以为空,分别为(100-30)/2=35