Hello.
I tried to extract the image in the Excel file I uploaded to the storage using “getWorksheetPictureWithFormat”, the API provided by your aspose cells cloud, but there was a problem.
The environment is being implemented with node.js, javascript.
There is information about the request in the official document you provide, but the response is not written in what form it is. So, I confirmed that the “getWorksheetPictureWithFormat” function has buffer data in the body field of the response and used it as follows.
image.png (84.6 KB)
The problem is that the file created through the above process is broken.
So, is there a wrong process in the above process or may I know what type of buffer the response.body form of “getWorksheetPictureWithFormat” is?
Furthermore, is it possible to create an image file in a node.js environment through response.body?