xlsx_validate
Run a cross-engine consistency check on a local .xlsx file by comparing two independent renderers to identify cell-level divergences.
Instructions
cross-engine consistency check on a LOCAL .xlsx file — runs the workbook through TWO independent renderers (@protobi/exceljs and @cj-tech-master/excelts) and reports cell-level divergences. No other tool can do this: pandas trusts cached values, openpyxl is single-engine, and Excel-itself disagrees with everything else on edge cases like LAMBDA, dynamic arrays, and timezone handling. xlsx_validate is the only way to know whether two engines agree on what your workbook says.
USE WHEN: the user is about to send the workbook downstream for analysis or as an authoritative source — pre-flight check. Or for audit / regression testing across engine versions. Free tier — counts against the 10k/mo cap.
DO NOT USE WHEN: a casual read suffices (use xlsx_read). Or for upload/attached files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_b64 | Yes |