Zncl2222 / pyfastexcel

High performace excel writer in python
MIT License
3 stars 1 forks source link

Implement a style kwargs for row_append in StreamWriter #108

Closed Zncl2222 closed 3 months ago

Zncl2222 commented 4 months ago

Consider to implement a style kwargs for row_append in StreamWriter for convient usage.

row_append('hello', style='custom_style', font_bold=True, protect=True)