This repository contains the source code for a Dataverse Action that converts Excel files to Markdown tables. The solution is available as both managed and unmanaged packages, allowing customers to use it directly.
- Direct Integration: Call the action from Power Automate flows.
- Input Parameter: Accepts
ExcelBase64(base64-encoded.xlsxfile). - Output: Returns a Markdown table in the
MarkdownTableresponse property. - Supported Files: Only
.xlsxfiles are supported. - No External Dependencies: Does not require any third-party libraries or services.
- Import the Solution: Choose managed or unmanaged, as needed.
- Call the Action: Use Power Automate to invoke the Dataverse Action and pass the
ExcelBase64input. - Receive Output: The action returns a Markdown table, ready for further processing.
Use this action as a pre-step before sending data to AI Builder. This approach reduces the run time of prompts and eliminates the need for code-capabilities in AI Builder when working with tables.
This project is licensed under the MIT License. You are free to use, modify, and distribute this software, provided that you include attribution to the original authors.