Is there a way to set a Shape fill color?
MMinnican96 opened this issue · 2 comments
MMinnican96 commented
Unable to find much documentation on setting the fill color for a shape drawing (Drawings.AddShape). Is there an easy way to do this?
dfinke commented
There is nothing in the module for that. Using -PassThru on Export-Excel or Open-ExcelPackage give you access to the Excel object model. Need to look at the methods on these parts to see if it settable.
YeharaDananjaya commented
maybe this solution will solve your problem click