summaryrefslogtreecommitdiff
path: root/msodumper/xlsrecord.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Port to Python3.Jean-Francois Dockes1-65/+70
2017-08-30XLS dumper: SXCView dump improvementsTamás Zolnai1-0/+42
2017-08-29XLS dumper: add newer excel versionsTamás Zolnai1-1/+4
2014-11-27add build id of Excel 2010Andras Timar1-2/+3
2014-09-16Bit more on parsing FEATURE11 record. I'll leave the rest for later.Kohei Yoshida1-0/+18
2014-09-16Start parsing FEATURE11 record. Still work in progress.Kohei Yoshida1-61/+241
2014-09-15Work on updating the handler for the SXAddlInfo record.Kohei Yoshida1-119/+77
2014-07-11Bit of cleanup.Kohei Yoshida1-10/+4
2014-07-11Handle boolean, error, string, and formula values in cell change record.Kohei Yoshida1-0/+95
2014-07-11Handle change cell and ins/del rows/columns records in change tracking.Kohei Yoshida1-92/+226
2014-04-08bit 0 is bit 0Eike Rathke1-1/+1
2014-03-24dump Areserved and wPassword of FEAT FeatProtection structureEike Rathke1-0/+2
2014-03-18ONE bit, geez ...Eike Rathke1-1/+1
2014-03-18MS-XLS documentation uses big-endian bit diagramsEike Rathke1-1/+1
2014-03-18implemented MergeCellsEike Rathke1-0/+35
2014-03-18partly implemented FEAT FeatProtection structureEike Rathke1-9/+16
2014-03-17added some record IDs and implemented FeatureData for 0x0868 FEATEike Rathke1-1/+50
2014-02-21Map formula opcode 0x5A to PtgRef3d, and introduce parsed formula type.Kohei Yoshida1-1/+1
2014-01-09Accept shorter BOF recordJean-Francois Dockes1-10/+21
2014-01-09Process CONTINUE records by appending them to their base. Specially processJean-Francois Dockes1-4/+5
2014-01-05have RK cell object populate the workbook model for later xml dumpingJean-Francois Dockes1-11/+19
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/+5380