Work Board Export Feature
This feature allows users to export the current Work Board list to Excel (.xlsx) format, enabling easy report generation for auditing and sharing with users who do not have direct Work Board access.
Key Functionality
- Export Option Location:
- An "Export" option is available in the Actions section of the Work Board.
- Export Format:
- The export is generated in Excel (.xlsx) format.
- Column Structure:
- The exported columns match the current column selector configuration in the Work Board.
- Columns that are hidden in the UI are not included in the export.
- Columns that are visible are included in the export.
- Pagination Handling:
- The export includes all rows (not just the currently paginated view).
- The export process fetches and compiles all data for the current filter/view, regardless of pagination.
- The exported file is named as follows:
- Company_AP_WorkBoard
- Example: AAA_05_04_2025_WorkBoard.xlsx
- Decimal Precision:
- The "Timesheet Decimal Precision" option property is used to determine the number of decimal places shown for unit/amount columns (e.g., hours, pay).
- Directory Excel Export:
- The export respects the DirectoryExcelExport option property for additional export settings. This is used to enable or disable directory exports.