EPPlusSoftware / EPPlus.Samples.CSharp

Sample project to show functionality of the EPPlus library in C#
Other
23 stars 8 forks source link

FileUtil does not exist in the current context #2

Closed luckyDucky3 closed 10 months ago

luckyDucky3 commented 10 months ago

Hello! In your documentation, in the first file (create a simple workbook) in the code (Getting Started Sample) on line 116: var xlFile = FileUtil.GetCleanFileInfo("1.01-GettingStarted.xlsx"); The compiler throws an error: the FileUtil name does not exist in the current context. Do I need to use another class?

JanKallman commented 10 months ago

Hello, Do you open the solution, EPPlus.Sample in Visual Studio 2022?

luckyDucky3 commented 10 months ago

Sorry for the stupid question, everything is clear, lol. You have a FileUtil class described separately)