Имеется таблица со вложенными заголовками. Выглядит примерно так.
Я поиском нахожу нужную мне ячейку заголовка. Допустим это H11, как мне найти и обратиться к заголовку H1? Количество ячеек я заранее не знаю, то есть каждый раз мне "прилетает" разная таблица, но такого вот формата.
пример заголовка:
<thead bgColor="white">
<TR>
<th colspan = 1 ROWSPAN=2 class="id1" style="display: table-cell;">Имя</th>
<th colspan = 1 ROWSPAN=2 class="id2" style="display: table-cell;">Фамилия</th>
<th COLSPAN=3 class="id3" class="id3" style="display: table-cell;">Коэффициенты</th>
<th colspan = 1 ROWSPAN=2 class="id4" style="display: table-cell;">Время регистрации</th>
<th colspan = 1 ROWSPAN=2 class="id5" style="display: table-cell;">Время отбытия</th>
<th colspan = 1 ROWSPAN=2 class="id6" style="display: table-cell;">Время прибытия</th>
<th COLSPAN=4 class="id7" class="id7" style="display: table-cell;">Коэффициенты 2</th>
<th colspan = 1 ROWSPAN=2 class="id8" style="display: table-cell;">Время регистрации</th>
<th colspan = 1 ROWSPAN=2 class="id9" style="display: table-cell;">Время отбытия</th>
<th colspan = 1 ROWSPAN=2 class="id10" style="display: table-cell;">Время прибытия</th>
<th colspan = 1 ROWSPAN=2 class="id11" style="display: table-cell;">Время регистрации</th>
<th colspan = 1 ROWSPAN=2 class="id12" style="display: table-cell;">Время отбытия</th>
<th colspan = 1 ROWSPAN=2 class="id13" style="display: table-cell;">Время прибытия</th>
</TR>
<TR>
<th name="id14" class="id3" style="display: table-cell;"><div class="vertical">К1</div></th>
<th name="id15" class="id3" style="display: table-cell;"><div class="vertical">К2</div></th>
<th name="id16" class="id3" style="display: table-cell;"><div class="vertical">К3</div></th>
<th name="id17" class="id7" style="display: table-cell;"><div class="vertical">МОЭВС1</div></th>
<th name="id18" class="id7" style="display: table-cell;"><div class="vertical">МОЭВС2</div></th>
<th name="id19" class="id7" style="display: table-cell;"><div class="vertical">МОЭВС3</div></th>
<th name="id20" class="id7" style="display: table-cell;"><div class="vertical">МОЭВС4</div></th>
</TR>
</thead>