Код: Выделить всё
.redCell {
background: "#FF0000";
}
Код: Выделить всё
hot.setCellMeta(row, column, 'className', 'redCell');
hot.render();
С помощью
Код: Выделить всё
hot.getCell(row,column).style.background = "#FF0000";
Подробнее здесь: https://stackoverflow.com/questions/559 ... oesnt-work