TheWind
Explorer
Member since ‎2024 May 13

User Statistics

  • 6 Posts
  • 0 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

Hello, I am trying this feature in order to download a dynamically generated excel from a UI5 app: https://cap.cloud.sap/docs/node.js/best-practices#custom-streaming-betaThe way I use it is this:const readable = Readable.from(buffer) return { value...
Hello, I am trying this feature in order to download a dynamically generated excel from a UI5 app: https://cap.cloud.sap/docs/node.js/best-practices#custom-streaming-betaThe way this:const readable = Readable.from(buffer) return { value: readable, ...
Kudos given to