- docci.xlsx.dicts_to_xlsx - Create openpyxl.Workbook with rows of {dicts} values.
0.5.0
Added
- docci.xlsx.xlsx_to_bytes - Convert openpyxl.Workbook to bytes (1) - docci.xlsx.xlsx_to_file - Convert openpyxl.Workbook to FileAttachment (2) - docci.file.normalize_name:with_file_name_extract - If false don't extract file name from raw name (3)
0.4.0
Added
- docci.file.FileAttachment.content_json - return content as dict with content base64
0.3.1
Fixed
- docci.file.FileAttachment.content_disposition - percent encoding instead of plus encoding