I am trying to find an equivalent method in Aspose.Cells to Styles.Merge in VBA. Does such a method exist, and if not, can you provide a solution to accomplish this?...getStyle(); Font font = style.getFont(); font.setName("Times...Roman"); font.setSize(18); font.setColor(Color.getBlue()); font.setBold(true);...