* Added the option to write cell comments to a worksheet. See :func:`write_comment` and :ref:`cell_comments`.
0.1.6
-----------------------------
* Added :func:`insert_image` worksheet method to support inserting PNG and JPEG images into a worksheet. See also the example program :ref:`ex_insert_image`.
* There are now over 500 unit tests including more than 100 tests that compare against the output of Excel.
0.1.5
-----------------------------
* Added the :func:`write_rich_string` worksheet method to allow writing of text with multiple formats to a cell. Also added example program: :ref:`ex_rich_strings`.
* Added the :func:`hide` worksheet method to hide worksheets.
* Added the :func:`set_first_sheet()` worksheet method.
0.1.4
----------------------------
* Added the :func:`protect` worksheet method to allow protection of cells from editing. Also added example program: :ref:`ex_protection`.
0.1.3
----------------------------
* Added worksheet methods:
* :func:`set_zoom` for setting worksheet zoom levels. * :func:`right_to_left` for middle eastern versions of Excel. * :func:`hide_zero` for hiding zero values in cells. * :func:`set_tab_color` for setting the worksheet tab color.
0.1.2
----------------------------
* Added autofilters. See :ref:`working_with_autofilters` for more details.
* Added the :func:`write_row` and :func:`write_column` worksheet methods.