David Simpson Apps

Export board data to Excel

Every time period, export board data to an Excel spreadsheet stored in SharePoint.

Screenshot 2025-07-19 at 20.26.46.png

Triggers

  • When status changes to something
  • When column changes
  • Every time period
  • When button clicked

Output structure

The spreadsheet contains 2 worksheets:

  • Board Items — includes Item ID and Group Name columns
  • Subitems — includes Parent ID, Parent Name, Item ID, and Group Name columns

Basic templating for filename field

The filename field in the recipe sentence will take templated values as follows:

Adding {Board.Name} ({Board.ID}) as the filename for a board named My Board with ID of 12345 will result in a file saved as My Board (12345).xlsx.

File creation / updating

If the target spreadsheet is already present, a new spreadsheet will replace the existing file in SharePoint. Previous versions of the file will be available to view in the file history in Microsoft 365.

If the target spreadsheet is open in Excel, then the automation will gracefully fail with a notification message explaining the error. Notifications can be accessed from the top menu.

Screenshot 2024-10-03 at 08.46.32.png

How the automation works

Here’s a walkthrough video to show how the automation works: