### Run SheetAgent Command Source: https://github.com/cybisolated/sheetagent/blob/main/README.md This command executes the SheetAgent with specified workbook, instruction, output directory, and optional planner/verbose flags. Ensure API keys and base URLs are configured in openai.yaml. ```shell python main.py --workbook_path "example_sheets/BoomerangSales.xlsx" \ --instruction "Count the number of each Product and put the results in a new sheet" \ --output_dir "./output" \ --few_shot_planner --verbose ``` -------------------------------- ### SheetAgent Citation Source: https://github.com/cybisolated/sheetagent/blob/main/README.md BibTeX entry for citing the SheetAgent paper. Use this when referencing the code or dataset in academic work. ```bibtex @article{chen2024sheetagent, title={SheetAgent: Towards A Generalist Agent for Spreadsheet Reasoning and Manipulation via Large Language Models}, author={Chen, Yibin and Yuan, Yifu and Zhang, Zeyu and Zheng, Yan and Liu, Jinyi and Ni, Fei and Hao, Jianye and Mao, Hangyu and Zhang, Fuzheng}, journal={arXiv preprint arXiv:2403.03636}, year={2024} } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.