Class SPARQLResultsODSWriter

java.lang.Object
org.eclipse.rdf4j.query.resultio.sparqlods.SPARQLResultsODSWriter
All Implemented Interfaces:
QueryResultHandler, QueryResultWriter, TupleQueryResultWriter, TupleQueryResultHandler

public class SPARQLResultsODSWriter extends Object implements TupleQueryResultWriter
Render a SPARQL result set into an ODF spreadsheet file (.ods) by manually generating the XML content and ZIP structure. NOTE: This implementation manually creates XML and does not use any ODF library. It is more complex and potentially less robust than using a dedicated library. Auto-sizing columns is not implemented as it's typically handled by the viewing application.
Author:
Adapted from SPARQLResultsXLSXWriter by Jerven Bolleman