end2 = textResp.indexOf('</a>', end);
cell.setValue(textResp.substring(end+2,end2)); // Название
cell = cell.offset(0,1) ;
start = textResp.indexOf('<center>', start) + 8;
end = textResp.indexOf('</center>', start) ;
cell.setValue(textResp.substring(start,end)); // Title
cell = cell.offset(0,1) ;