-
-
Notifications
You must be signed in to change notification settings - Fork 263
content type 'application/vnd.ms-excel' #1283
peter-gerlagh-kyos
started this conversation in
Feature request
-
I have a client that needs to download an excel workbook.
In the generated code this method was completely missing.
I suspect that configuring:
- headers={"accept": "application/vnd.ms-excel"}
- return the Response.read() raw bytes
would be a significant improvement, and would give the user enough agency to decide what they want to do with the excel file.
(I want to parse it with polars, but that's not the only option.)
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment