如果tableCode设置为(abc000011111),则显示报错
const table = sheet.tables.add(
'abc000011111',
0,
0,
(this.excelData && this.excelData.length) || 199,
this.columns.length,
GC.Spread.Sheets.Tables.TableThemes.light1
) // 新建sheet中的table
如果tableCode设置为(abc000011111表),不显示报错,
请问一下设置tableCode有什么验证规则?
|