Posted 4 June 2020, 8:58 am EST
Hi Team,
In below implementation I have to compulsory give font size, font family.
sheet.getCell(6, 1).text(‘Bold’).font(‘bold normal 15px Georgia’);
Is there any way in which I can get current style data for selected cell and then just add or change bold/italics/underline properties without affecting current font size, font style etc.