SkillAgentSearch skills...

Spreadsheet

A spreadsheet engine implemented in Python.

Install / Use

/learn @capjamesg/Spreadsheet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

spreadsheet

A spreadsheet engine implemented in Python.

Development

Create and activate a venv:

python -m venv .venv
. .venv/bin/activate  # on Linux
env\Scripts\activate  # on Windows

Install the package and its runtime and test dependencies:

python -m pip install -e .[tests]

Run the tests:

python -m pytest
View on GitHub
GitHub Stars19
CategoryDevelopment
Updated1y ago
Forks2

Languages

Python

Security Score

75/100

Audited on Mar 20, 2025

No findings