1. Extracting Named Range as Cell Objects
Data AnalystBackground
An analyst needs to extract a specific 'SalesRegion' range from a large workbook to map cell locations for a custom audit script.
Problem
Manually identifying cell coordinates in a massive spreadsheet is error-prone.
How to use
Upload the workbook, set the mode to 'Cell Objects', and enter 'SalesRegion' in the Named Range field.
mode: cell_objects, namedRange: SalesRegion, includeCoordinates: trueOutcome
A JSON file containing each cell's value paired with its exact row and column address.