Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

System.MissingMethodException: void OfficeOpenXml.Style.ExcelColor.SetColor(System.Drawing.Color) occurred #48

Open
monaamin opened this issue Nov 26, 2018 · 1 comment

Comments

@monaamin
Copy link

Exception thrown while executing the following snippet of code:

workSheet.Cells[1, 1].Style.Fill.PatternType = ExcelFillStyle.Solid;
workSheet.Cells[1, 1].Style.Fill.BackgroundColor.SetColor(System.Drawing.Color.DarkBlue);

Exception:
System.MissingMethodException: void OfficeOpenXml.Style.ExcelColor.SetColor(System.Drawing.Color) occurred

Environment: - API
Android Emulator Oreo 8.1 - API 27
Xamarin Forms: 3.1.0.697729

EPPlusCore.zip

@VahidN
Copy link
Owner

VahidN commented Nov 26, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants