Reading from Excel (Range into multidimensional Array) C#
Hello, How would I read from an Excel sheet and load the marked selection (Area) into an multidimensional array? A column in Excel could itself be a multi dimensional array since it would contain more than just one value. The idea (not sure how good or bad this is) is right now is to do a for loop through all the Excel.Area (selected ...