Hi,
I am using the ASPOSE slide 7.3.1 and get the excel sheet tabs color information. But in blue violet case it’s provide me wrong color information ( in other color cases its work fine).
Below is the sample code and excel file is also attached.
Please help me in this case.
Workbook workbook = new Workbook(“C:/Users/Desktop/new-allcolors.xls”);
Worksheet workSheet= workbook.getWorksheets().get(0);
workSheet.getTabColor();
String colorCodeStr = "#"+Integer.
toHexString(workSheet.getTabColor().toArgb() &0x00FFFFFF);
Regards
Muhammad Babar Naveed
/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;}<![endif]–>