Fork me on GitHub
#pedestal
<
2020-03-20
>
Ho0man10:03:13

Hi, everyone I was wondering how could I return a xlsx file (that I am actually constructing in the interceptor itself and not reading it from the filesystem) in pedestal ? Thanks in advance

orestis11:03:33

You can return an InputStream for the body

🙏 4
💍 8
orestis11:03:45

You’d need to put in the correct headers