Is there any way to get the style of a specific cell with open xml sdk and epplus?
Currently I'm getting the value in the following way:
currentWorksheet.Cells[nRowId, 3].Text.Trim();
In adittion to this I want if there is a background color, and a border.