Added support for GIF image files (and in Excel 365, animated GIF files).
Release 1.4.1 - May 6 2021
Added support for dynamic arrays and new Excel 365 functions like UNIQUE and
FILTER. See :func:write_dynamic_array_formula,
:ref:formula_dynamic_arrays and :ref:ex_dynamic_arrays.
Added constructor option "use_future_functions" to enable newer Excel
"future" functions in Formulas. See :ref:formula_future, and the
:func:Workbook constructor.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Coverage remained the same at 92.292% when pulling f95f5f4ce75207b8decc7ab79a19c7e09ce0f957 on dependabot/pip/dev/xlsxwriter-1.4.2 into 17295f0f17dcef8eef6477ab6e2432bb689e6549 on dev.
Bumps xlsxwriter from 1.4.0 to 1.4.2.
Changelog
Sourced from xlsxwriter's changelog.
Commits
34faecc
Prep for release 1.4.2678b06b
Add support for GIF images.d387cf9
Fix release target to push to main instead of master.e709bc4
Prep for release 1.4.195216cb
Convert change file github links to rst directives.d629624
Cleanup sphinx conf file and add new directives.dd1e47c
Add faq entry on @ in array formulas.23cc456
Restructuring of working with formulas docs.db8890d
Add documentation for dynamic array formulas.dfa5c40
Add lambda function example.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)