Parse an .xlsx into row dicts for client-side preview before submit
Policy management
Parse an .xlsx into row dicts for client-side preview before submit
POST
Parse an .xlsx into row dicts for client-side preview before submit
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
multipart/form-data
The .xlsx file to parse.
Response
Successful Response
Raw rows extracted from an .xlsx for client-side preview before submit.
Each row is the values from a single workbook row keyed by header. Values are returned as-is (str/bool/int/None) without applying PolicyRow validation, so the client can show every uploaded row — including rows with invalid values — in the editable table for the user to fix.
Parsed rows in spreadsheet order; keys match PolicyRow fields.

