src/skills/data_engineering/excel_loader/SKILL.md
Load Excel files into DataFrames
npx skillsauth add sadjad6/open-autonomous-research-lab excel_loaderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Load Excel files into DataFrames
When ingesting spreadsheet data
pandas, openpyxl
from src.skills.data_engineering.excel_loader import Skill
skill = Skill()
result = await skill.run(SkillInput(data={"key": "value"}))
Specify sheet name and header row
tools
Generate scatter plot visualizations
testing
Generate publication-quality charts
tools
Generate pie chart visualizations
tools
Generate line chart visualizations