Forum Discussion

Mark's avatar
Mark
New Contributor II
4 years ago
Solved

Is there a way to generate Excel files and not write them to disk?

I have and Excel Formatter and a Rest Post Snap. I want to send the Excel File in the Rest Post Snap. Why do I have to write the Excel file to disk first? Can I create the Excel file in memory and...
  • SpiroTaleski's avatar
    4 years ago

    @Mark

    You can send the binary content(file) in the HTTP entity field of the REST Post snap also:

    Rest Post Snap can get the content of the file from the upstream snap, without storing the file.