Non-standard Spreadsheet Formats
This workflow demonstrates how to work with spreadsheets that come in a non-standard format. The aim is to clean and re-arrange a spreadsheet and then apply a row aggregation.
In this example, we access a dataset containing personal information about Olympia athletes. We want to find the total number of male and female athletes born in January 2000. However, in order to be able to apply a row aggregation, we first perform the following cleaning and manipulation steps:
After the dataset is in a standard table format and the desired data range is selected, we count the number of male and female athletes. We rename the columns of the resulting aggregation table and add it back to the cleaned dataset using the Column Appender node. Lastly, we write the resulting data table to a new sheet in the existing Excel file.
For a detailed overview of each node in this workflow, refer to the workflow description in the Info panel.
💡 To view each node's configuration, select the node and see the configuration pane on the right side of the workflow editor.