I’ve got a very old project that I can’t upgrade from Visual Studio 2010. I need to add in a feature to read data from an Excel (XLSX) File. I see a lot of recommendations for CLosedXML but the only way I see to install this is using nuget package manager which is not available for 2010 (as far as I can see). Is there another way to install this?
2