EPPlus.Core
EPPlus.Core copied to clipboard
System.MissingMethodException: void OfficeOpenXml.Style.ExcelColor.SetColor(System.Drawing.Color) occurred
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
- You should start using the original library. It has been updated to support .NET Core too.
-
You will need
OpenTK-1.0.dllforSystem.Drawingto work in Android and iOS projects.