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