How to set the background of several cells within a row (or of a whole row) in OpenXml?
Having read several articles:
You have 3 options:
Use MS lib ExcelDataReader which requires your server installing Office and usually does not work if your program is running in IIS.
Use closed source libs.
Use OpenXML.
Try my code using pure OpenXML: https://stackoverflow.com/a/59806422/6782249