Skip to content

leegao/pyXLSX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A python class library that can read Office 2007 Excel Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages