Table of Contents

Convert an Excel file to Markdown

Converts an Excel file to Markdown.

img

Example img
This Flow reads a Board Meeting Log (Excel file) from OneDrive, converts it to Markdown, splits the text into chunks, generates embeddings for each chunk, converts the generated vector into a SQL Server-compatible format and stores the text, vector, and document reference in a SQL Server table. This table can then be used for vector search or to feed chat models with the extracted information.


Properties

Name Type Description
Title Optional The title of the action.
File Data Required Specifies the source of the Excel file, which can either be a Stream or a Byte Array.
Result variable name Required The name of the variable in which the result will be stored.
Description Optional Additional notes or comments about the action or configuration.

Returns

This action returns a string/text in markdown format.