In your project you've used NPOI 1.2.5, which seems to compile splendidly. But when downloading this from NuGet it installs the most recent NPOI 2.1.3, and that gives the error:
"Method not found: 'Void NPOI.HSSF.UserModel.HSSFCellStyle.set_FillPattern(NPOI.SS.UserModel.FillPatternType)'."
Do you have any ideas about workarounds or how to fix such a thing in your code? I'm working on a project where your code would save lots of time if I could get it working.
In your project you've used NPOI 1.2.5, which seems to compile splendidly. But when downloading this from NuGet it installs the most recent NPOI 2.1.3, and that gives the error:
"Method not found: 'Void NPOI.HSSF.UserModel.HSSFCellStyle.set_FillPattern(NPOI.SS.UserModel.FillPatternType)'."
Do you have any ideas about workarounds or how to fix such a thing in your code? I'm working on a project where your code would save lots of time if I could get it working.