The ExcelRange.Style.Fill.BackgroundColor.Rgb seams to not be filled correctly for each cells when reading it.
My program evaluate each cells and i use the background color of a cell to know if the current list of data is terminated. I can have more that one list on a worksheet and more than one worksheet.
So, my problem is that i have a list of data (each cell of that list have a background color) and when i try to read the second line of that list, the cell value of ExcelRange.Style.Fill.BackgroundColor.Rgb is equal to "".
It seams that this is working correctly on the first worksheet, but not on the second one.
Is it possible to help me to find an answer on that issue?
Regards,
Comments: Hello! Try fix in attachment. I've added base theme support. Hope the contributors will add it to codebase.
My program evaluate each cells and i use the background color of a cell to know if the current list of data is terminated. I can have more that one list on a worksheet and more than one worksheet.
So, my problem is that i have a list of data (each cell of that list have a background color) and when i try to read the second line of that list, the cell value of ExcelRange.Style.Fill.BackgroundColor.Rgb is equal to "".
It seams that this is working correctly on the first worksheet, but not on the second one.
Is it possible to help me to find an answer on that issue?
Regards,
Comments: Hello! Try fix in attachment. I've added base theme support. Hope the contributors will add it to codebase.