数据导出至Excel表格时候,需要根据表头长度判断数据存储位置为A1 - 某个字母|数据长度。 因此需要获取字母A后第n个字母 const res = String.fromCharCode(65 + n);