Pyfastexcel

Latest version: v0.1.8

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

Scan your dependencies

Page 1 of 3

0.1.8

What's Changed
* Add support for concise coding style to add Chart Model by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/150
* Feat: add support for pivot table to add classic layout by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/151
* refactor: add a helper function to handle bool and float in map for p… by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/152
* Add support for MacOS by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/153
* Rework writer to make writer is able to use NormalWriter and StreamWriter at the same WorkBook by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/154
* docs: add pivot table figure by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/155
* Build package depends on OS by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/156
* docs: add x86-64 in macOS requirement by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/157
* Add support to get and set item across the row by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/159
* refactor: show C Pointer message depends on DEBUG by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/161
* test: add test cases for utils.go by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/163
* refactor: print error msg if excelize occurs an error by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/164
* Adjust documentations by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/165
* test: validate test case with key only by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/166
* Add support to set style across the row by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/167
* docs: add docstring by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/169
* Bump version, upgrade excelize, and add command to run test in makefile by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/170
* refactor: seperate the functions of writer and worksheet by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/171


**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/compare/v0.1.7...v0.1.8

0.1.7

What's Changed
* Modify readme , add addition example usage and fix the error usage in documents by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/145
* Refactor go writer with the struct and struct method by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/146
* Fix sheets order by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/147
* Add support to change the visibility of worksheet by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/148
* build: bump version to v0.1.7 by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/149


**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/compare/v0.1.6...v0.1.7

0.1.6

What's Changed
* docs: fix some errors and add pydantic to dependency by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/141
* fix: fix the serializeation_alias by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/140
* Add more example usage of pivot table by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/142
* fix: prevent pivot table create before the sheet content by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/143
* fix: handle golang panic to prevent the program shut down by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/144


**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/compare/v0.1.5...v0.1.6

0.1.5

What's Changed
* Add Chart by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/130
* Docs: add documentaions of add chart by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/133
* Feat: add pivot table by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/134
* style: remove the 'Model' from the name of Chart model by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/136
* build: upgrade excelize by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/135
* docs: add exmaple of pivot_table and modify some contents by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/137
* build: bump version to v0.1.5 by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/138


**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/compare/v0.1.4...v0.1.5

0.1.4

What's Changed
* Add pydantic to validate the input args by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/125
* Feature: add create_table and validators by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/126
* refactor: use pydantic model to validate the args by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/127
* Add serializer and validators by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/128
* Improve performance of expand_row_cols and bump version by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/129


**Full Changelog**: https://github.com/Zncl2222/pyfastexcel/compare/v0.1.3...v0.1.4

0.1.3

What's Changed
* Fix function row_append_list by Zncl2222 in https://github.com/Zncl2222/pyfastexcel/pull/124


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

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.