1. Injecting Sales Trend Lines
Financial AnalystBackground
A monthly sales report contains 50 rows of regional data, and stakeholders want to see a quick trend line for the last six months.
Problem
Manually inserting 50 individual sparklines is tedious and prone to alignment errors.
How to use
Upload the sales workbook and provide a JSON configuration mapping the 6-month data range to the adjacent summary cell.
[{ "sheetName": "SalesData", "sparklineType": "line", "dataRange": "B2:G2", "locationRange": "H2", "seriesColor": "#2563EB", "markers": true }]Outcome
Each row now features a clean, blue line chart in column H, visualizing the 6-month sales trajectory.