Posts by Vitor Silva • 1 point
2 posts
-
0
votes1
answer23
viewsA: Error using an incremental variable with Closedxml and C#
I managed to get around the situation by changing the condition to get out of the while loop while (linha2 <= ContaLinha2) { //if (string.IsNullOrEmpty(PlanilhaTwo.Cell("A" +…
-
0
votes1
answer23
viewsQ: Error using an incremental variable with Closedxml and C#
I am using a while to read data from a spreadsheet and store in a list. When executing the code I get the following error: Unable to cast object of type 'System.String' to type 'System.Double'.…