Posts by Guilherme Augusto Bueno Borba • 41 points
2 posts
-
2
votes3
answers3217
viewsQ: How to read an excel file in c# and save the data in strings?
Guys, I need to make a c# console application that reads an Excel and saves each data in a string!! I’ve tried several libraries and nothing has worked out
-
2
votes1
answer469
viewsQ: How to read an excel file in a console application in c#?
Guys, I’m trying to read a data from an excel table in c#,my code is like this: string resp; string rota= "D:/Users/e608871/documents/visual studio 2010/Projects/CEMIGID/CEMIGID/CEMIGID.xlsx"; var…