Skip to main content
2713 Posts
Using DataStreamer to stream a .xlsx file

Hi AllI've built a workbench that generates an Excel file. What the end goal is to have this work bench accessible through a web page and allow the user to download the result as a .xlsx (not a zipped .xlsx).I've tried two ways to get this working:DataDownload This works however the .xlsx is returned in a .zipDataStreamer This method works when running the workbench from FME Server (a download window appears) but when using the JS API you simple get the .xlsx return as a string (like if you tried to open a .xlsx file with notepad). Myself and a colleague have tried a number of ways to get this working by playing with the parameters (specifically opt_response format). I've included the JS in its current state below...      <script type="text/javascript">    var repository, workspace        window.onload = function() {            FMEServer.init({            server : "

Badge Winners

  • English Speaker
    markbhhas earned the badge English Speaker
  • Integrate Data with the FME Platform Training
    markbhhas earned the badge Integrate Data with the FME Platform Training
  • English Speaker
    sidneygishas earned the badge English Speaker
  • Student (Grey)
    sidneygishas earned the badge Student (Grey)
  • Student (Grey)
    andyspeak33has earned the badge Student (Grey)
Show all badges

Community Stats

32,327
Posts
122,949
Replies
40,398
Members