Agent skill

xlsx-error-handling

Sub-skill of xlsx: Error Handling.

Stars 4
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/data/documents/xlsx/error-handling

SKILL.md

Error Handling

Error Handling

Common Errors

Error: InvalidFileException

  • Cause: File is not a valid .xlsx (possibly .xls)
  • Solution: Convert to .xlsx or use xlrd for .xls files

Error: Circular reference

  • Cause: Formula references itself
  • Solution: Review formula logic and break the cycle

Error: #REF! in formulas

  • Cause: Cell reference is invalid (deleted row/column)
  • Solution: Use named ranges or validate references

Error: Memory issues with large files

  • Cause: Loading entire file into memory
  • Solution: Use read_only=True or write_only=True mode

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results