//use set setHighlight null can cancel selection, but need to re-store selection when select same sheet again
spreadsheet.setHighlight(null);
if (isOpen) {
getCellStyleContext().doTargetChange(
new SSRectCellStyle(Utils.getOrCreateCell(spreadsheet.getSelectedSheet(), 0, 0), spreadsheet));
// syncAutoFilterStatus();
}
}
});