I wrote OData Service with Olingo V4 and SpringBoot application.
Is there any code snippet in Java that demonstrates how to handle Excel data format in an OData processor using Apache Olingo libraries?
I wrote OData Service with Olingo V4 and SpringBoot application.
Is there any code snippet in Java that demonstrates how to handle Excel data format in an OData processor using Apache Olingo libraries?
You can use
Media Entitiesto process binary data. This will require implementation ofMediaEntityProcessorin Olingo, under which you can handle different types of Content-Types.Please refer to this tutorial for reference. https://olingo.apache.org/doc/odata4/tutorials/media/tutorial_media.html#implement-the-interface-mediaentityprocessor