Tools for extracting text and images from Excel workbooks (.xlsx/.xls)
A lightweight Excel-focused plugin for Dify that extracts every piece of
textual cell content together with any embedded images inside
workbooks.
Excel Process bundles tools purpose-built for reading spreadsheets. The current
tool transparently handles modern and legacy files, iterates
over all sheets and rows, produces a human-readable text representation, and
surfaces embedded media ( assets in files or OLE streams in
) so downstream workflows can reason over both data and imagery.
Reads an Excel workbook and streams the parsed content.
Created by samanhappy