summaryrefslogtreecommitdiff
path: root/msodumper/xlsstream.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Port to Python3.Jean-Francois Dockes1-25/+25
2014-09-16Start parsing FEATURE11 record. Still work in progress.Kohei Yoshida1-1/+1
2014-09-16Some notes about how we organize record list & more description for FEATURE11.Kohei Yoshida1-2/+6
2014-09-15Work on updating the handler for the SXAddlInfo record.Kohei Yoshida1-10/+22
2014-07-11Handle change cell and ins/del rows/columns records in change tracking.Kohei Yoshida1-2/+2
2014-03-18implemented MergeCellsEike Rathke1-1/+1
2014-03-17added some record IDs and implemented FeatureData for 0x0868 FEATEike Rathke1-2/+19
2014-01-09Process CONTINUE records by appending them to their base. Specially processJean-Francois Dockes1-9/+40
2014-01-05Process strings as Python strings instead of array of integers. Add option to...Jean-Francois Dockes1-8/+6
2014-01-05Add option to catch exceptions and try to continue. Make params a global vari...Jean-Francois Dockes1-1/+6
2013-12-05Move codebase to MPL.Thorsten Behrens1-24/+6
2013-11-27Renamed src directory to msodumper and handle imports in a more pythonic wayJean-Francois Dockes1-0/+550