dfinke/ImportExcel

Is there a way to set a Shape fill color?

MMinnican96 opened this issue · 2 comments

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.

maybe this solution will solve your problem click