3637383940414243444546
cell.setStyle(style); // === Setting Foreground === //Adding custom color to the palette at 55th index Color color = Color.fromArgb(212,213,0); workbook.changePalette(color,55); //Accessing the "A2" cell from the worksheet cell = cells.get("B3");