0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 20 hours ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #15 from gdub/master More... about 14 years ago
Fixed #12 -- Fixed exception when workbook has no dcterms:modified property. More... about 14 years ago
Merge pull request #14 from joeyates/pip_installation More... over 14 years ago
setup.py fails with following error unless keys are removed. More... over 14 years ago
Merge pull request #11 from jboy/master More... over 14 years ago
Obtain the last modification date of the spreadsheet. More... over 14 years ago
Added ignores for config IDEA files. More... over 14 years ago
UnicodeDecodeError and Value may occur in some *.xlsx files due to some problems with determining of cell type. Fixed with simle skipping of current cell processing. More... over 14 years ago
Made changes in order to support of python 2.4 More... over 14 years ago
added a close method to the workbook - testing on my machine right now to make sure this works as I hope. More... about 15 years ago
Merge remote branch 'humanfromearth/master' More... over 15 years ago
Merged with bf28ecbfa9bb86979fd4 More... over 15 years ago
Added no sharedStrings test file and applied vHanda's commit 63e718ea5d07de0205c1 that solves the issue, also made some pylint and pep-8 cleanup More... over 15 years ago
NoneType error. It appears that I have been mistaken about the sheetId value, the association between the sheets and the names are based on the order in which they are read. For example: More... over 15 years ago
Changed version, added readme file, modified the tests and included a fixture, date supports different formats More... over 15 years ago
Properly handle xlsx files which donot contain any Shared Strings. If a xlsx file does not contain the xl/sharedStrings.xml and requests a shared string in a row/colum then a blank string is returned. More... over 15 years ago
Add comparision operators to the Cell class. This makes it Python3 compatible. More... over 15 years ago
Add comparision operators to the Cell class. This makes it Python3 compatible. More... over 15 years ago
Added date data type support - from xlrd library More... over 15 years ago
The sheetId attribute in the sheet node is the correct sheet id More... almost 16 years ago
Fixed function call More... almost 16 years ago
Fixed issue with sheet index also added __iter__. If sheet ids start with 1 or any other number will result in an index bug More... almost 16 years ago
Handling of the cells with inline styles is fixed. Now pyxlsx returnes the correct string value for the cells where the mixed styles are used, e.g. where some text is bold and some is italic. More... about 16 years ago
Merge commit 'DocHoncho/master' More... about 16 years ago
Sheets are no longer stored in a class variable. rows and cols are now accessible through a method that will load the data first. More... about 16 years ago
Updated setup.py to match author. More... over 16 years ago
Added a basic setup.py file for distribution More... over 16 years ago
This is not a commit message. More... over 16 years ago
More graceful handling of empty nodes More... over 16 years ago
More graceful handling of empty nodes More... over 16 years ago