Agate-excel

Latest version: v0.4.1

Safety actively analyzes 623608 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.4.1

-------------------------

* fix: :meth:`.Table.from_xlsx` no longer errors on unsized sheets.

0.4.0

------------------------

* 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``.

0.3.0

------------------------

* 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 (2023-06-27).

0.2.5

----------------------

* Add ``six`` to ``install_requires``.

0.2.4

---------------------

* 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).

0.2.3

----------------------

* Fix bug in accepting ``column_names`` as keyword argument.
* Add a ``reset_dimensions`` argument to :meth:`.Table.from_xlsx` to recalculate the data's dimensions, instead of trusting those in the file's properties.
* Include tests and examples in distribution.
* agate-excel is now tested against Python 3.6 and 3.7.
* Drop support for Python 3.3 (end-of-life was September 29, 2017).
* Add support for openpyxl 2.6.0.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.