Add basic Excel export
This commit is contained in:
@ -38,6 +38,8 @@ pub enum HttpFailure {
|
||||
StdIoError(#[from] std::io::Error),
|
||||
#[error("an error occurred while performing backup/recovery operation: {0}")]
|
||||
BackupControllerError(#[from] BackupControllerError),
|
||||
#[error("an error while encoding Excel document: {0}")]
|
||||
XslxError(#[from] rust_xlsxwriter::XlsxError),
|
||||
}
|
||||
|
||||
impl ResponseError for HttpFailure {
|
||||
|
Reference in New Issue
Block a user