Skip to content

Gh 5290 xlsx query result format #5315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

JervenBolleman
Copy link
Contributor

GitHub issue resolved: #5290

Briefly describe the changes proposed in this PR:

Introduce two new SPARQL result set writers, one for XLSX and another for ODS.
The XLSX one uses Apache POI, while the ODS one is more raw zip file + xml.


PR Author Checklist (see the contributor guidelines for more details):

  • my pull request is self-contained
  • I've added tests for the changes I made
  • I've applied code formatting (you can use mvn process-resources to format from the command line)
  • I've squashed my commits where necessary
  • every commit message starts with the issue number (GH-xxxx) followed by a meaningful description of the change

Uses apache POI for xlsx support, very basic formatting.

Signed-off-by: Jerven Bolleman <[email protected]>
Rather basic reverse engineered via LiberOffice converting the XLSX.
@JervenBolleman JervenBolleman linked an issue Apr 22, 2025 that may be closed by this pull request
@JervenBolleman JervenBolleman added the 📶 enhancement issue is a new feature or improvement label May 8, 2025
@JervenBolleman JervenBolleman self-assigned this May 8, 2025
Copy link
Contributor

@barthanssens barthanssens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I do like the self-contained ODS writer (then again, I'm probably a bit biased towards ODF ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📶 enhancement issue is a new feature or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spreadsheet output type for sparql results
2 participants