aeat.adapters.outbound.google._calc_sheets_apply_values module

Google Sheets value-write payload builders for calc sheet exports.

adapters.outbound.google._calc_sheets_apply clears the workbook tabs and passes these payloads to the shared adapters.outbound.google._api.execute_request() boundary for a Sheets values.batchUpdate call. This module stays pure: it maps application.storage.calc_sheets.SheetExportPlan facets into A1 ranges plus row values and never opens a Google service object itself.

See also

_build_value_data() and _build_formula_data() emit the main workbook grid, while _build_evidence_value_data() mirrors application.storage.calc_sheets.evidence_table() so the online Evidencia tab stays aligned with the offline workbook renderer.