Revisions of python-agate-excel
Ana Guerrero (anag+factory)
accepted
request 1130507
from
Dirk Mueller (dirkmueller)
(revision 8)
- update to 0.4.1: * fix: :meth:`.Table.from_xlsx` no longer errors on unsized sheets. * The ``reset_dimensions`` argument to :meth:`.Table.from_xlsx` defaults to ``None`` instead of ``False``. If ``reset_dimensions`` is ``None``, and if the worksheet's dimensions are ``A1:A1``, recalculate the worksheet's dimensions. To disable this behavior, set ``reset_dimensions`` to ``False``. * If the ``reset_dimensions`` argument to :meth:`.Table.from_xlsx` is set, recalculate the worksheet's dimensions, instead of assuming that the table's width matches the first row's. * The ``reset_dimensions`` argument to :meth:`.Table.from_xlsx` is ignored if the ``read_only`` argument is false. * Add Python 3.8, 3.9, 3.10, 3.11, 3.12 support. * Drop support for 3.5 (2020-09-13), 3.6 (2021-12-23), 3.7 - drop python-agate-excel-no-python2.patch (upstream) * Drop support for Python 3.4 (end-of-life was March 18, 2019). * Add a header argument to `.Table.from_xls` and
Richard Brown (RBrownSUSE)
accepted
request 911882
from
Steve Kowalik (StevenK)
(revision 6)
- Update to 0.2.5: * Add ``six`` to ``install_requires``. * Add ``row_limit`` keyword argument to ``from_xls`` and ``from_xlsx``. (#40) * Preserve column types from XLS files. (#36) * Add support for Compound File Binary File (CFBF) XLS files. (#44) * Close XLSX file before raising error for non-existent sheet. (#34) * Use less memory and close XLS files. (#39) * Drop support for Python 3.4 (end-of-life was March 18, 2019). - Update {Build,}Requires.
Dominique Leuenberger (dimstar_suse)
accepted
request 794647
from
Matej Cepl (mcepl)
(revision 5)
- Switch from using nosetest runner to pytest
Dominique Leuenberger (dimstar_suse)
accepted
request 695032
from
Tomáš Chvátal (scarabeus_iv)
(revision 3)
Dominique Leuenberger (dimstar_suse)
accepted
request 679762
from
Tomáš Chvátal (scarabeus_iv)
(revision 2)
- Switch to github tarball and enable tests - Add patches from upstream git to pass the tests: * no-column.patch * row-offset.patch
Dominique Leuenberger (dimstar_suse)
accepted
request 605897
from
Todd R (TheBlackCat)
(revision 1)
Excel plugin for agate
Displaying all 8 revisions