chenkangcrack / pyXLSX

A python class library that can read Office 2007 Excel Files

Home Page:http://phailed.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://phailed.me/


Languages

Language:Python 100.0%