* Added ability to change font
* Added ability to change cell border type
* Added `style_obj` argument to all styling methods which accepts a `Styler` object so styles can be reused.
The ability to directly pass style specifiers is deprecated and may break in a future version
* Added basic ability to read stylized excel into a stylized StyleFrame by pass `read_style=True` to `StyleFrame.read_excel`.
Currently does not support reading style from a subset of sheet (ie using `startrow`, `startcol` and the such)
* Added ability to provide a default `Styler` object to `StyleFrame.__init__`, and added deprecation message when not
passing a `Styler` object to styling methods