Drf-excel

Latest version: v2.5.2

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

Scan your dependencies

Page 2 of 5

2.3.0

What's Changed
* OpenPyXL 3.10 compatibility by alb3rto269
* Documentation fix for minimum DRF version by allburov in https://github.com/wharton/drf-excel/pull/68/files
* General refactoring by thesaintraphael in https://github.com/wharton/drf-excel/pull/67

**Full Changelog**: https://github.com/wharton/drf-excel/compare/2.2.0...2.3.0

2.2.0

What's Changed
* Removed `NullBooleanField`, and requires Django REST Framework `3.14` or higher. For older versions of DRF, use version `2.1.0`. By sarahboyce in https://github.com/wharton/drf-excel/pull/65
* Better Unicode character support by suhanoves in https://github.com/wharton/drf-excel/pull/64 and moyechen in https://github.com/wharton/drf-excel/pull/63
* Use the correct media type by willtho89 in https://github.com/wharton/drf-excel/pull/62

**Full Changelog**: https://github.com/wharton/drf-excel/compare/2.1.0...2.2.0

2.1.0

What's Changed
* Support was added for sheet view options, such as `rightToLeft` and `showGridLines` by rptmat57 in https://github.com/wharton/drf-renderer-xlsx/pull/50
* README typos were fixed by DanielJDufour and rptmat57

**Full Changelog**: https://github.com/wharton/drf-excel/compare/2.0.1...2.1.0

2.0.1

What's Changed
* Bug fix: `allow_null` source arguments in issue https://github.com/wharton/drf-excel/issues/55 fixed by PR https://github.com/wharton/drf-excel/pull/56

2.0.0

What's Changed
* Support was added for column data styles and global date, time, and datetime formats rptmat57 in https://github.com/wharton/drf-renderer-xlsx/pull/50
* This is a breaking change for anyone who was using `xlsx_date_format_mappings`; please update to use `column_data_styles`
* Typos were fixed by runningzyp in https://github.com/wharton/drf-renderer-xlsx/pull/52

`column_data_styles` example
This new features allows for flexible styling at the column level:
python
column_data_styles = {
'distance': {
'alignment': {
'horizontal': 'right',
'vertical': 'top',
},
'format': '0.00E+00'
},
'created_at': {
'format': '%d.%m.%Y %H:%M',
}
}


New Contributors
* runningzyp made their first contribution in https://github.com/wharton/drf-renderer-xlsx/pull/52

**Full Changelog**: https://github.com/wharton/drf-excel/compare/1.0.0...2.0.0

1.0.0

What's Changed

* 1.0.0 release! We're moving to [Semantic Versioning](https://semver.org/) to improve communication for future breaking changes.
* New name: `drf-excel` is the new package name, which is less obtuse than the previous package name.
* TL;DR upgrade path: replace `drf_renderer_xlsx` in your code with `drf_excel`. Otherwise, the class names and renderer paths are remaining the same.

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.