Pyfastexcel

Latest version: v0.1.8

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

Scan your dependencies

Page 2 of 3

0.1.2

What's Changed
* docs: provide more usage and docs in docstring by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/120
* Add dirver logger and the function to set_debug_level by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/121
* Add support for writing to a buffer or writable object by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/122
* Add row_append_list for StreamWriter by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/123


**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/compare/v0.1.1...v0.1.2

0.1.1

What's Changed
* refactor: split the private functions and utility functions to baseclass by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/109
* Fix the bugs in StreamWriter and add alias for convenient usage by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/110
* fix: make formula is able to calculate and fix the visible cell of gr… by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/111
* Modify the input arguments of merge_cell function by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/112
* Rename private varialbes and add sheet property to let user check current state by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/113
* Use overload decorator to implement merge_cell function by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/114
* Add kwargs to change style in row_append by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/115
* Add rename sheet function by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/116
* Add logformatter by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/117
* build: bump version to v0.1.1 by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/118


**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/compare/v0.1.0...v0.1.1

0.1.0

What's Changed
* Add support to group the column by openpyxl by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/102
* Add function to group rows by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/103
* Add excelize normal API to group rows and columns by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/104
* build: bump version to v0.1.0 by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/105


**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/compare/v0.0.10...v0.1.0

0.0.10

What's Changed
* refactor: abstract the function of auto_filter by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/82
* Feature: plain_data mode for writing excel by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/83
* perf: add if condition to early return the case don't need to expand … by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/84
* docs: update the description of StreamWriter by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/85
* fix: transfer NoStyle condition to dict also by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/88
* feature: add set_panes function by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/89
* CI: replace flake8, black and isort with ruff by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/90
* Feature: data validation by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/91
* Feature: add function to add comment to cell by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/93
* style: rename functions to make them more readable by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/94
* Add support for string slice by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/95
* Create _typing to enchance the type hint and Create class instance for more flexible usage by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/98
* build: bump version to v0.0.9 by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/99
* Transfer Selection instance to dict before encode to JSON string by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/101


**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/compare/v0.0.8...v0.0.10

0.0.9

Depracted due to the bug of Selection Instance, please see v0.0.10 for more informations

0.0.8

What's Changed
* fix: fix the issue that lists were created by reference by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/64
* Refactor: remove FastWriter and rename NormalWriter by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/65
* test: split pyfastexcel to workbook and writer test by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/66
* docs: add the documentation of function 'cell' by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/67
* feat: benchmark by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/68
* docs: add os information in benchmark figure and modify the images link by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/69
* fix: fix the problem that sheet1 does not create correctly by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/70
* docs: fix the figure src by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/72
* Refactor: restructure workbook, worksheet, style and driver by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/73
* Style: rename set_merge_cell to merge_cell by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/74
* refactor: rework logging to utilize module-level logger by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/77
* Refactor: remove duplicate function by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/78
* Feature: add auto filter by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/79
* Feature: workbook protection by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/80
* build: bump version to v0.08 by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/81


**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/compare/v0.0.7...v0.0.8

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.