How to generate excel file and send to client with axum get handle , #1434
Unanswered
toplinuxsir
asked this question in
Q&A
Replies: 1 comment
-
I have never done excel stuff from Rust. Not sure if there is a crate for it. You’re probably better off asking on the rust users forum about that. To return it from an axum handler you need to return it as bytes from some kind. Probably Vec or maybe String. All that depends on the excel crate you use. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Request
How to generate excel file and send to client with axum get handle , Any example ? Thanks!
Motivation
Proposal
Alternatives
Beta Was this translation helpful? Give feedback.
All reactions