Skip to content

Commit 2f31559

Browse files
committed
addressed the feedback
1 parent fd63082 commit 2f31559

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed
482 KB
Loading
12.2 KB
Loading
15.5 KB
Loading

knowledge-base/retrieve-cell-color-radspreadprocessing.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,19 @@ ticketid: 1656165
1717

1818
## Description
1919

20-
Let's import an Excel file with some cells formatted with color. Learn how to retrieve the cell color when the background color is set from MS Excel.
20+
Let's import an Excel file with some cells formatted with color. Learn how to retrieve the cell color when the background color is set from MS Excel with a theme.
21+
22+
It is possible to set a **Standard** Color (e.g. Yellow) or a **Theme** Color (e.g. Dark Teal, Accent 1) to a cell:
23+
24+
|Standard Color|Theme Color|
25+
|----|----|
26+
|![Standard Color](images/worksheet-standard-color.png) |![Theme Color](images/worksheet-theme-color.png) |
27+
28+
The *Yellow* color will be fixed and after the changing the document's theme, it wouldn't change. However, the *Dark Teal, Accent 1* color will be changed if another theme is selected:
29+
30+
![Changing Theme Color](images/worksheet-changing-theme-color.gif)
31+
32+
This article demonstrates how to extract the color value from a cell when it is applied via a theme color.
2133

2234
## Solution
2335

0 commit comments

Comments
 (0)