输入图片说明

  if (isNaN(row[1])) {
            if(!sheetdata){
                sheetdata=[];
            }
            row[1] = sheetdata.length - 1;
  }