Key Facts
- Category
- Format Conversion
- Input Types
- text, textarea, checkbox, number
- Output Type
- file
- Sample Coverage
- 4
- API Ready
- Yes
Overview
The XLSX Multi-Tab Report Pack tool streamlines data reporting by automatically generating a structured Excel workbook containing standardized overview, detail, anomaly, and dictionary tabs from your JSON data inputs.
When to Use
- •When you need to deliver professional, multi-tab data reports to stakeholders or auditors.
- •When you want to automate the identification of data outliers using both custom rules and auto-detection.
- •When you need to provide clear data governance by including a field dictionary alongside your raw data.
How It Works
- •Input your summary metadata, raw data records, and optional anomaly rules in JSON format.
- •Configure the anomaly detection settings to flag values outside your specified range or above an extreme threshold.
- •Provide a field dictionary to ensure data transparency and consistent terminology for the end user.
- •Generate and download the consolidated XLSX workbook with all tabs pre-formatted and organized.
Use Cases
Examples
1. Risk Review Report Pack
- Background
- A data governance team needs to share a monthly risk report based on ERP data, highlighting suspicious transactions.
- Problem
- Manual creation of multi-tab reports is error-prone and time-consuming.
- How to Use
- Input the summary metadata, the transaction list in the Detail JSON field, and set the anomaly range to 0-100,000.
- Example Config
-
{"amount": {"min": 0, "max": 100000}} - Outcome
- A professional XLSX file is generated with an overview, the full transaction list, a tab showing transactions outside the 0-100k range, and a dictionary tab.
Try with Samples
json, xlsx, xlsRelated Hubs
FAQ
What tabs are included in the generated workbook?
The workbook includes four tabs: Overview (metadata), Detail (raw data), Anomalies (flagged records), and Dictionary (field definitions).
Can I define custom anomaly rules?
Yes, you can provide an Anomaly Rules JSON object to set specific minimum and maximum thresholds for your data fields.
What is the 'Auto Extreme Threshold'?
This is a numeric value used by the tool to automatically flag any data points that exceed your defined limit, even if they don't match specific custom rules.
Is the dictionary tab required?
No, the dictionary tab is optional, but it is highly recommended for data governance and clear communication of field meanings.
What format should my input data be in?
All inputs, including overview, details, and rules, must be provided as valid JSON strings.