You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a problem with resetting the color of cells.
I did not find a suitable method for this.
In the program, I use a table and constantly rewrite data in it, each time changing the color of the cells depending on the data.
For now I'm doing it by erasing with the standard default color before formatting.
But I noticed this peculiarity: if you use the highlight_cells() method and after this method go through the highlight_rows() method, the cells are not set to red.
It seems I don't know how to reset the color settings of the created table.
The text was updated successfully, but these errors were encountered:
this probably is because you highlight the cells with bg=blank and fg=black.
highlighted cells will be shown over highlighted rows/columns. so the cells will be shown as bg=blank and fg=black
I encountered a problem with resetting the color of cells.
I did not find a suitable method for this.
In the program, I use a table and constantly rewrite data in it, each time changing the color of the cells depending on the data.
For now I'm doing it by erasing with the standard default color before formatting.
But I noticed this peculiarity: if you use the highlight_cells() method and after this method go through the highlight_rows() method, the cells are not set to red.
It seems I don't know how to reset the color settings of the created table.
The text was updated successfully, but these errors were encountered: