Skip to main content

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.
  1. Open your powersheet document in Polarion
  2. Use the Views selector to switch to the view that contains the columns you want to export
  3. Verify that all desired columns are visible in the sheet
Create a dedicated view with only the columns relevant for your export. Switch to that view before exporting to get a focused, clean Excel file without manual cleanup afterward. See Create a View for instructions.
2

Export to Excel

  1. Open the sheet toolbar menu
  2. Select Export to Excel
  3. A loading indicator appears while the export is being generated
  4. When the export completes, your browser automatically downloads an .xlsx file named after the current document
diagram

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:
Columns with the hasUrl property export URL values as plain text strings, not as clickable Excel hyperlinks. If you need clickable links in your Excel file, you will need to convert them manually after export.

Group Row Behavior

Group rows in the Excel output appear as bold, centered text. The showGroupRowCounter configuration property controls whether the item count (e.g., “Requirements (5 items)”) appears in group headers:
When 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.”
Cells with extensive content — such as rich text descriptions or large collections — may exceed the Excel character limit. Check the warning notifications after export to identify any truncated cells. Consider splitting large content across multiple fields if truncation is a recurring issue.

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.
For large sheets with many merged cells, consider temporarily switching to a flat view (without hierarchical merging) before exporting. This can significantly reduce processing time.

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
Try refreshing the page and exporting again. If the issue persists, reduce the number of visible columns or rows before retrying.

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 showGroupRowCounter is enabled)

See Also

Last modified on July 10, 2026