Skip to content

Feature/standardize export sheet name#3655

Open
reilly-webster wants to merge 2 commits into
pimcore:2026.xfrom
TorqIT:feature/standardize-export-sheet-name
Open

Feature/standardize export sheet name#3655
reilly-webster wants to merge 2 commits into
pimcore:2026.xfrom
TorqIT:feature/standardize-export-sheet-name

Conversation

@reilly-webster

@reilly-webster reilly-webster commented Jun 1, 2026

Copy link
Copy Markdown

Companion to: pimcore/studio-backend-bundle#1867

This pull request adds support for specifying a custom sheet name when exporting data to XLSX files and updates related UI and backend logic. It also includes minor improvements to translation strings for consistency.

XLSX Export Enhancements:

  • Added a new sheetName field to the XLSX export form, allowing users to specify the name of the sheet in the exported file (create-xlsx-form.tsx, XLSXFormValues) [1] [2].
  • Updated the XLSX modal logic to initialize the sheetName field with a default value (Sheet1) and to pass this value through the export job and backend request (xlsx-modal.tsx) [1] [2] [3] [4].
  • Added a translation key for the new sheet name field label (studio.en.yaml).

Translation and Formatting Improvements:

  • Standardized the use of single quotes for YAML string values containing double quotes for better consistency and to avoid parsing issues (studio.en.yaml) [1] [2].## Changes in this pull request

@sonarqubecloud

sonarqubecloud Bot commented Jun 1, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant