Код: Выделить всё
if truncated:
for col in range(num_cols):
cell = table[(num_rows, col)]
if col == 0:
text = cell.get_text()
text.set_text("NOT ALL DATA")
text.set_clip_on(False)
text.set_ha('left')
text.set_fontsize(8)
else:
cell.get_text().set_text("")
Подробнее здесь: https://stackoverflow.com/questions/795 ... iple-cells