RESOLVED[Windows 2018.28070] findCell() results in exception

running op('table1').findCell('a') results in an exception

from python textport

python >>> 
Traceback (most recent call last):
  File "</project1/text1:op('/project1/text1').run()>", line 1
td.Error: File "/project1/text1", line 1
td.AttributeError: 'td.tableDAT' object has no attribute 'findCell' Context:/project1/table1
Results of run operation resulted in exception. <type:textDAT path:/project1/text1> <class 'td.textDAT'>

also replaceCol() doesn’t work
findCell_error.toe (3.65 KB)

Those methods are only available in the experimental build.

OK, thanks for the quick reply.
it is a bit misleading that it is described in the normal wiki and not on the Experimental page
is it a common thing to look out for in the wiki?
Capture2.PNG
Capture.PNG

Hey,

yes, for python class pages the system of experimental/official is not fully evolved. As we are moving closer to releasing an official we started populating the pages with the methods in question.
We will have a more thorough solution for this in the future.

Best
Markus