SkillAgentSearch skills...

PyXLSX

A python class library that can read Office 2007 Excel Files

Install / Use

/learn @leegao/PyXLSX
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pyXLSX - A python class library for reading Excel 2007 files Author: Lee Gao Website: http://6.dot.ch/

Usage

from xlsx import workbook

Workbook = workbook("File.xlsx") Workbook.Sheets.Sheet1.A1 # Accesses the cell 'A1' in the Sheet1 worksheet. Workbook.Sheets.Sheet1["A1"] # Same as above print Workbook.Sheets.Sheet.F1.evaluate() #Evaluation of the formulas

View on GitHub
GitHub Stars44
CategoryDevelopment
Updated6mo ago
Forks10

Languages

Python

Security Score

67/100

Audited on Sep 9, 2025

No findings