Hello Friends,
I am generating EXCEL report in PL/SQL using the API provided by JASON BENNETT.
I have created style as below, P_CELL_COLOR to set background color is not working. Please let me know if i am doing something wrong here.
demoDocument.createStyle(p_style_id =>'ColumnHeader',
p_font =>'Arial',
p_bold =>'Y',
p_fsize =>'10',
p_align_horizontal=>'Left',
p_align_vertical=>'Bottom',
p_cell_color => '#993300',
p_text_color => '#000000');
Thanks and Regards
Murali