Excel Node Catalog
Excel category
Generated from 13 catalog nodes in Data/Excel.
Nodes in this category
Showing 13 of 13 generated node docs.
Copy Worksheet
Data/ExcelDuplicate a worksheet within the same file
Excel Read Cell
Data/ExcelRead a single cell value from an XLSX sheet
Excel Remove Column
Data/ExcelDelete one or more columns from an XLSX sheet
Excel Remove Row
Data/ExcelDelete one or more rows from an XLSX sheet
Excel Write Cell
Data/ExcelWrite/update a single cell value in an XLSX sheet
Excel Write Cell (HTML)
Data/ExcelWrite/update a single cell value in an XLSX sheet (HTML)
Extract Tables (Excel)
Data/ExcelDetects and extracts all tables from Excel worksheets, handling titles, multi-row headers, merged cells, footnotes and multiple tables per sheet
Extract Tables AI (Excel)
Data/ExcelUses AI to locate tables in complex Excel worksheets (unusual layouts, multiple tables, multi-row headers, styling-based hints); extraction itself stays deterministic
Get Sheet Names
Data/ExcelList worksheet names using calamine
Insert Column(s)
Data/ExcelInsert one or more columns into a worksheet
Insert Row(s)
Data/ExcelInsert one or more rows into a worksheet
New Worksheet
Data/ExcelCreates a new worksheet (tab) inside an existing .xlsx file
Get Row By Index
Data/Excel/RowsReturn a single row as a struct (1-based index)