Prerequisites
- A Powersheet document open in Polarion with populated data
- The sheet must be fully loaded (all rows visible) before starting the export
1
Prepare the Sheet
Before exporting, configure which columns appear in the output. The export includes only visible columns — hidden columns are excluded automatically.
- Open your powersheet document in Polarion
- Use the Views selector to switch to the view that contains the columns you want to export
- Verify that all desired columns are visible in the sheet
2
Export to Excel
- Open the sheet toolbar menu
- Select Export to Excel
- A loading indicator appears while the export is being generated
- When the export completes, your browser automatically downloads an
.xlsxfile named after the current document
What the Excel File Contains
The exported.xlsx file mirrors the visible state of your sheet:
How Column Types Are Exported
Powersheet converts each column type to an Excel-compatible format:Group Row Behavior
Group rows in the Excel output appear as bold, centered text. TheshowGroupRowCounter configuration property controls whether the item count (e.g., “Requirements (5 items)”) appears in group headers:
showGroupRowCounter is set to false, the counter text is removed from group rows in the export.
Character Limit Handling
Excel cells have a maximum capacity of 32,767 characters. If any cell in your sheet exceeds this limit, Powersheet automatically truncates the content and displays a warning notification:⚠️ “Text trimmed in: row X, column Y. Excel cells are limited to 32,767 characters.”
Export Notifications
Powersheet provides clear feedback during the export process:Troubleshooting Common Issues
Empty or Missing Columns
If columns are missing from the export, verify they are visible in the current view. Switch to a view that includes all required columns, or check that no columns are hidden via the column visibility settings.Slow Export on Large Sheets
Cell merging is the primary performance factor for Excel exports. Sheets with deep hierarchies and extensive merged cells take longer to process.Export Fails with Error
If the export fails, the error notification includes a reason. Common causes include:- Browser memory limits on very large sheets (thousands of rows with complex columns)
- Network interruption during the export process
- Corrupted cell data that cannot be serialized
Verification
You should now see a downloaded.xlsx file in your browser’s download folder. Open it in Excel or a compatible spreadsheet application and confirm that:
- All visible columns appear with correct bold headers
- Column groups display merged header cells spanning the grouped columns
- Row numbers start at 1 and increment sequentially
- Multi-item and reference cells show values on separate lines
- Bold and underline formatting from the sheet is preserved
- Group rows appear bold with the correct item counts (if
showGroupRowCounteris enabled)
See Also
- Export to PDF — why Powersheet has no PDF export, and the Excel-only alternative
- Export Guides — overview of all export options
- Create a View — set up column visibility presets for targeted exports
- Configure a Column Group — organize columns under shared headers
- Configure Read-Only Column — control which columns are editable vs. display-only