Drf-excel

Latest version: v2.4.0

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

Scan your dependencies

Page 1 of 4

2.4.0

What's Changed
* Support for `_lazy` by BilityLeu in https://github.com/wharton/drf-excel/pull/76
* Support for temporary files on Windows by rdmolony in https://github.com/wharton/drf-excel/pull/74
* Code clean up, comment improvement, and trove classifier update for support Python & Django versions by FlipperPA

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

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

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.