Pyfastexcel

Latest version: v0.1.8

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

Scan your dependencies

Page 3 of 3

0.0.7

What's Changed
* Fix: add condition to rename and create sheet correctly by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/47
* Fix: reset style after create excel by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/49
* FIx&Refactor: add value validation to NormalWriter and FastWriter by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/51
* docs: add documentation by read the docs by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/53
* docs: modify the theme by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/54
* docs: add quickstart and workbook and modify docs theme by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/55
* docs: add worksheet documentation by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/56
* docs: add the documentaion of writer by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/57
* docs: add documentation of common functions by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/58
* Refactor: add quick import path for style and create excel before save by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/59
* Feature: add set_style function to WorkSheet class by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/60
* docs: add docs badge and fix some errors in the documents by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/61
* build: bump version to v0.0.7 by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/62


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

0.0.6

What's Changed
* Feature&Refactor: add sheet existence validation function and some minor adjust by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/25
* refactor: remove and adjust header writing in fast writer by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/26
* Refactor: remove col_idx in row_append's input by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/27
* Feature: worksheet index access by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/28
* Feature: add cell fucntion to set value and style by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/29
* Feature: expand row and col for index assignment by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/30
* Refactor: refactor sheet operation by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/31
* Refactor&Feat: style validation and row_append rework by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/32
* docs: update readme by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/33
* refactor: rename writer to workbook, and make workbook able to use wi… by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/35
* Feat: save function for workbook by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/36
* refactor: abstracted functionality in __setitem__ and __getitem__ by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/37
* Feat: add row retrieve and assingment method by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/38
* Refactor: refactor set cell by slice and get cell by slice by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/39
* perf: re-implement the expand_row_and_cols to enhance the performance by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/41
* Refactor: worksheet validate by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/42
* refactor: move merge cell and set cell height and weight to worksheet by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/43
* docs: update readme with the new features by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/44
* Build: bump version to v0.0.6 by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/45


**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/compare/v0.0.5...v0.0.6

0.0.5

What's Changed
* Feat: Add the cell adjustment feature by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/19
* Feature: add the feature to mergecell by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/21
* Refactor&Feature: move writer's function and make style only need to regist once by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/22
* build: bump version by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/24


**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/compare/v0.0.4...v0.0.5

0.0.4

v0.0.3 has been deprecated and skipped due to a style rendering issue.

What's Changed
* TEST&DOCS: add golang unittest and add code comments by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/12
* TEST: Add python unittest by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/13
* docs: add docstring by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/14
* Refactor: move writer from driver.py to writer.py and adjust ci and test by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/16
* build: bump version by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/17
* HotFix: fix the issue that style do not rendering correctly by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/18


**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/compare/v0.0.2...v0.0.4

0.0.2

What's Changed
* Feature: add file props settings by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/6
* CI: add codeql and pre-commit ci by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/7
* docs(readme): add usage, introduction and more by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/8
* chore: update LICENSE by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/10
* CI: Build shared library in workflow by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/11


**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/compare/v0.0.1...v0.0.2

0.0.1

The beta mvp version.

What's Changed
* Project initialize (Beta v0.0.1) by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/1
* ci(pypi): add permissions in release-job by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/2

New Contributors
* Zncl2222 made their first contribution in https://github.com/Zncl2222/pyfastexcel/pull/1

**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/commits/v0.0.1

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.