Skip to content

Commit

Permalink
Merge branch 'master' of github.com:renshawbay/xltable
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyroberts committed Apr 23, 2015
2 parents c7aa0ea + 23345cb commit fcfa951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xltable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
The main feature that makes :py:mod:`xltable` more useful than just writing the
Excel files directly is that it can handle tables with formulas that relate to
cells in the workbook *without* having to know in advance where those tables
will be places on a worksheet. Only when all the tables have been added to the
will be placed on a worksheet. Only when all the tables have been added to the
workbook and the workbook is being written are formulas resolved to their
final cell addresses.
Tables of data are constructed using :py:class:`pandas.DataFrame` objects. These
can contain formulas relating to columns or cells in the same table or other
tables in the same workbook.
As well as writing tables to Excel :py:mod:`xltable` can also write charts using
As well as writing tables to Excel, :py:mod:`xltable` can also write charts using
tables as source data.
Example
Expand Down

0 comments on commit fcfa951

Please sign in to comment.