ExcelTamer is an AI Agent designed to work with Excel files. It can automate various tasks, making it easier to manage and manipulate Excel data programmatically.
- Automate Excel tasks
- Read and write Excel files
- Perform data analysis and manipulation
To install ExcelTamer, clone the repo
test/invoke_agent.py is a sample script that demonstrates how to use ExcelTamer to automate Excel tasks.
- Create an LLM
- Provide path to Excel File
- Create an instance of Agent
- Provide the task you want to perform
- Run the agent
test/ChainlitTest.py is a sample script that demonstrates how to use ExcelTamer as a ChatBot.