Hi everybody,
I hope you can help me as I didn´t find anything for my specific requirement.
Create a report where a user can upload an excel file and data within the excel file will be written in a database table. No problem so far. But what I need to know:
Is it possible to somehow check, if a cell has a background color and if yes, what color it is?
For example:
Content of cell A13: "Starting day" [with a background color of grey (or hex code R156, G163, B163]
Uploading excel file to sap system via report
...
...
...
is background color of cell A13 = grey or hex code R156, G163, B163? Then do <...>
...
...
...
data finally in database table
Currently I´m in the state of finding out if it is possible by abap side.
Is it even possible? If yes, can you give me some hints for further research?
Best regards,
Dominik