Export the Grid
- Open your RISKSHEET document in Polarion
- Click the Export button in the toolbar (or use the context menu)
- Select Export to Excel from the dropdown menu
- The browser downloads a
.xlsxfile named after your document
- Row headers with Polarion work item IDs
- All visible column headers
- Cell background and text colors
- Top-aligned, word-wrapped content
- Formatted data for all column types
How Column Types Export
Different column types export with specific formatting:| Column Type | Export Format | Example |
|---|---|---|
| Item Link | Plain text (link text or binding value) | “REQ-123” |
| Multi-Item Link | Newline-separated list, * prefix for new items | ”TASK-45\n*TASK-NEW” |
| Multi-Enum | Comma-separated, newline-delimited names | ”High,\nMedium” |
| Boolean | Text values true or false | ”true” |
| Server-Rendered | Plain text with <li> converted to newlines | ”Item 1\nItem 2” |
| Calculated | Computed values (see warning below) | “42” |
Customize Export Content
Use saved views to control which columns appear in the export:- Create a saved view with only the columns you want to export
- Apply the saved view before exporting
- Export to Excel
- Switch back to your working view
Excel export templates cannot be customized. For advanced export formatting or custom layouts, use PDF export with custom scripts instead.
Style Preservation
The export automatically preserves:- Cell background colors from conditional formatting or cell decorators
- Text colors applied via styling rules
- Column widths (approximated based on content)
Verify the Export
Open the downloaded.xlsx file. You should see:
- First column contains work item IDs
- Column headers match your RISKSHEET configuration
- Cell colors and text formatting preserved
- Multi-line content displays with word wrapping
- Calculated column values appear correctly
See Also
- Export to PDF - Alternative export format with customization options
- Control Column Visibility in Exports - Hide columns selectively during export
- Saved Views - Manage which columns appear in exports
- Calculated Columns - Configure formulas that export to Excel
- Export Performance Issues - Troubleshoot slow exports