Tksheet

Latest version: v7.4.18

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 20

7.0.0

Removed:
- `edit_cell_validation` from `Sheet()` initialization, `set_options()` and everywhere else due to confusion. Use the new function `edit_validation()` instead.
- Functions (use spans instead for the same purpose):
- `header_checkbox`
- `index_checkbox`
- `format_sheet`
- `delete_sheet_format`
- `dropdown_sheet`
- `delete_sheet_dropdown`
- `checkbox_sheet`
- `delete_sheet_checkbox`

- Parameters:
- `verify` from functions `set_column_widths` and `set_row_heights`

- Old unused and deprecated parameters for:
- `get_cell_data()`, `get_sheet_data()`, `get_row_data()`, `get_column_data()`, `yield_sheet_rows()`
- All checkbox and dropdown creation functions

Fixed:
- Grid lines now properly raised above highlighted rows/columns
- Deselect events firing when unnecessary

Changed:
- Using `extra_bindings()` with `"end_edit_cell"`/`"edit_cell"` no longer requires a return value in your bound function to set the cell value to. For end user cell edit validation use the new function `edit_validation()` instead
- Changed functions:
- Parameters and behavior:
- `checkbox` now is used to create checkboxes and utilises spans
- `delete_header_dropdown` default argument changed to required argument and can no longer delete a header wide dropdown
- `delete_index_dropdown` default argument changed to required argument and can no longer delete an index wide dropdown

- Parameters only:
- `move_columns` most parameters changed
- `move_rows` most parameters changed
- `click_checkbox` most parameters changed
- `insert_row` parameter `idx` default argument changed to `None`
- `insert_column` parameter `idx` default argument changed to `None`
- `insert_rows` parameter `idx` default argument changed to `None`
- `insert_columns` parameter `idx` default argument changed to `None`

- Renamed:
- `align` -> `table_align`
- Reorganised order of functions in `sheet.py` to match documentation

Added:
- Method `edit_validation(func: Callable | None = None) -> None` to replace `edit_cell_validation`
- New methods for getting and setting data
- `bind` now also accepts `"<<SheetModified>>"` and `"<<SheetRedrawn>>"` arguments
- Redo, which is enabled when undo is enabled, use by pressing ctrl/cmd + shift + z
- Named spans for sheet options such as highlight, format
- Ctrl/cmd click deselect
- Ability to make currently selected box border different color to selection box border

Other Changes:
- Overhaul and totally change event data sent to functions bound by `extra_bindings()`
- Deselect events are now labelled as "select" events, see the docs on `"selection_boxes"` for more information
- Overhaul internal selection box workings
- Rename tksheet files
- Pressing escape on text editors no longer generates an edit cell/header/index event

6.3.5

Fixed:
- Error with function `set_currently_selected()`

Addressed:
- [207](https://github.com/ragardner/tksheet/issues/207)

6.3.4

Fixed:
- [205](https://github.com/ragardner/tksheet/issues/205)

6.3.3

Improved:
- Term searching improved when typing in a normal state dropdown box

Removed:
- `bind_event()` function, `bind()` to be used instead

6.3.2

Changed:
- tksheet no longer supports Python 3.6, only versions 3.7+

Removed:
Due to errors caused when using Python versions < 3.8 the following functions have been removed:
- __bool__
- __len__

Fixed:
- Sheet init error since version `6.3.0` when running Python 3.7

6.3.1

Fixed:
- Two `EditCellEvent`s being emitted, removed the one with `None` as `text` attribute
- Selection box and currently selected box in different places when tab key pressed with single cell selected
- Return key not working in dropdown box when mouse pointer is outside of dropdown
- Visual issue: Dropdown arrow staying up when clicking on same cell with readonly dropdown state
- Visual issue: Dropdown row/column all arrows in up position when one box is open

Removed:
- Many parameters from internal functions dealing with text editor to simplify code

Changed:
- Cell selection doesn't move on Return key when cell edit using text editor was invalid
- Events for `extra_bindings()` end cut, delete and paste are no longer emitted if no changes were made

Improved:
- Term searching improved when typing in a normal state dropdown box

Page 13 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.