XLSX Parsing

Ingests Microsoft Excel .xlsx workbooks with openpyxl (or pandas) into list-of-dict rows, handling multi-sheet books, sparse rows, merged cells, and composite list or JSON cells. Use when a task input is .xlsx rather than a database. Not for .csv, .json, or legacy .xls; never mix openpyxl and pandas objects in one pipeline or load untrusted files with read_only=False.

Kayforkind 6245e17 10.7 KB Updated

File contents

Kayforkind/skill-slice commit 6245e17867

Frequently asked questions

npx skillmds@latest add kayforkind/xlsx-parsing