Skip to content

Releases: DeepSpace2/StyleFrame

0.1.3.5

25 Dec 16:28

Choose a tag to compare

  • Basic support for Python 3.

0.1.3.1

01 Dec 09:14

Choose a tag to compare

  • Fixed a bug when creating a StyleFrame from an empty DataFrame

0.1.2

20 Oct 13:38

Choose a tag to compare

  • Added ability to create excel with the dataframe's (and style) indexes

0.1.1

18 Oct 12:06

Choose a tag to compare

  • Added ability add filter to rows
  • Added ability to protect cells and sheets from editing

0.0.9

07 Sep 14:00

Choose a tag to compare

  • Some bugs fixes
  • Added ability to protect sheets and cells from editing

0.0.8

05 Sep 10:11

Choose a tag to compare

  • Added default style for cells with '=HYPERLINK(..)' values (blue color, underlined)
  • Improved unicode support

0.0.6

28 Aug 18:41

Choose a tag to compare

  • Added ability to style only the columns headers.
  • Added ability to rename columns while keeping the style of the headers
  • Added ability to change font color
  • Added 'number_formats` dictionary
  • Added support for 'direct' item assignment, ie sf['column_c'] = 5

0.0.5.5

27 Aug 11:57

Choose a tag to compare

  • Added ability to hide certain columns when exporting to excel.
  • Changed parameters names. See the documentation.