Ваш вопрос был бы более ясным, если бы вы могли прикрепить любой образец своего текущего кода и таблицу, о которой говорите.
Вы можете попробовать любой из приведенных ниже подходов после захвата таблицы с помощью клонирования объекта ,
1 **Comment: //Extract complete table to CSV**
2 Object Cloning: Get Table(Extract Table) "" to csv and store at "Test.csv" from window 'Stocks - Bloomberg - Internet Explorer'; Source: Window; Play Type: Object
3 **Comment: //Get cell by Index**
4 Object Cloning: Get Cell Text By Index of Table "" where row:"1" column:"1" from window 'Stocks - Bloomberg - Internet Explorer'; Assign to variable "$Prompt-Assignment$"; Source: Window; Play Type:Object
5 **Comment: //Get cell by Text**
6 Object Cloning: Get Cell Index By Text of Table "" where Text:"hello" from window 'Stocks - Bloomberg - Internet Explorer'; Assign to variable "$Prompt-Assignment$"; Source: Window; Play Type:Object