Relative Content

Tag Archive for c#closedxml

How to Install ClosedXML in Visual Studio 2010?

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?

Convert var to int with ClosedXml in C#

I want to convert my var in a cell to an int, I know it is an int because I know that this column in my .xlsx file is full of int, but Convert.ToInt32() makes an error;