Good day.
I am currently looping an Array List of Strings. However, I encountered this problem “Execute failed: Cell count in row “Row0” is not equal to length of column names array: 4 vs. 5”. Does anyone encounters this kind of problem?
Are you trying to create a row when this error happens? It looks to me that your new row is not matching the column spec. If you add five columns to the spec, then you also need to add 5 cells to each row.
Currenly, on my error it says that I am having a problem with my container. So far, every variables that I checked shows the correct number of columns and it’s names.
Any advice would be very helpful.
Thank you in advance.
Good day.
When I try to debugging it, it seems that my table spec is correct and it shows the expected number of columns and it’s column names. I just wonder why I am having an error on the column names array.
Good day.
Not yet, my breakpoints are only on the other argument, but I will try this. With regards to the link you gave, where can I use the DefaultTable?