I am trying to download gdoc, gsheet, gslides files using box API for java. So far I discovered only one way which is using the [extracted_text] representation.
With above said approach though I am able to get all the text but the text format and structure and images are missing from downloaded file.
When I download say, gsheet using the box UI from the browser then I get the xlsx and all the text and structure is maintained. I want to achieve same but using the API for Java. Is it possible to do so if yes then how ?