Table of Contents

Convert an Excel file to Markdown

Markdown is a lightweight text format. It can be used to provide knowledge to an AI chat through RAG (Retrieval-Augmented Generation).


Returns

This action returns a string containing the Markdown text format.


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 Markdown variable returned from the action.
Description Optional Additional notes or comments about the action or configuration.