summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-11fix oletool.py -l we were missing quite a few files in the listingfeature/writeable-oletoolNoel Power1-12/+14
2011-10-06fixed lots of brainfarts and added lots of debugNoel Power2-19/+40
2011-10-03fix some syntax errors when adding a short stream,Noel Power2-8/+17
2011-10-03add working (mostly) now ..Noel Power2-6/+45
2011-10-03nearly workingNoel Power2-158/+208
2011-10-03more fixups, debug etc.Noel Power2-18/+53
2011-10-03more changes, getting to write more and moreNoel Power2-50/+107
2011-10-03partial support for write methods in ole.py ( and associated changes inNoel Power2-55/+116
2011-10-03fix missed hierarchical name, make delete use new ole.py write methodsNoel Power1-24/+28
2011-10-03make oletool use bytarray exclusively tooNoel Power1-20/+14
2011-10-03convert to use bytearrayNoel Power1-5/+16
2011-10-03more partial amendments to add, wrong approachNoel Power1-27/+148
2011-10-03non functioning 'add' supportNoel Power1-3/+37
2011-10-03tweak main and getDirectory usageNoel Power1-30/+26
2011-10-03add dir/stream flag to output, correct trailing '/' name logicNoel Power1-12/+13
2011-10-03small cleanup of deleteEntryNoel Power1-19/+22
2011-10-03make some private variables publicNoel Power1-17/+19
2011-10-03support clearing the SSAT entries in the chainNoel Power1-10/+37
2011-10-03simple deteleNoel Power1-36/+154
2011-09-16xls-dump.py was tested using libreoffice's set of test files; several small i...Sergey Kishchenko6-24/+114
2011-09-15chart_xml_dump_refactor was merged to master branchSergey Kishchenko5-219/+1434
2011-09-15Small fixes for flat & cxml dumpSergey Kishchenko3-10/+7
2011-09-15xls-dump can now produce real xml dumpsSergey Kishchenko2-12/+29
2011-09-14Data dumpers were addedSergey Kishchenko1-16/+289
2011-09-14First version of combinators-based parser is readySergey Kishchenko4-166/+1070
2011-09-12xls-dump canonical xml dump fixSergey Kishchenko3-54/+79
2011-09-08Fixed the entry point to get the xml and cxml mode to work again.Kohei Yoshida1-6/+8
2011-09-06Display parent XF style ID in XF records.Kohei Yoshida1-0/+4
2011-08-09Another unused record identified.Kohei Yoshida1-1/+4
2011-08-09CHLEGEND to LEGEND.Kohei Yoshida2-7/+7
2011-08-08More handlers for the chart records.Kohei Yoshida2-11/+89
2011-08-08Parse formula tokens in the chart data series.Kohei Yoshida2-2/+45
2011-08-08Reworked the handler for BRAI record, which stores linked data type.Kohei Yoshida2-45/+27
2011-08-08Handler for SERIESTEXT record.Kohei Yoshida2-2/+15
2011-08-08Fixed the handler for SERIES - chart data series properties.Kohei Yoshida1-14/+18
2011-08-08Fixed a bunch of chart record names.Kohei Yoshida2-5/+5
2011-08-08Properly named BEGIN and END.Kohei Yoshida1-2/+2
2011-08-08Handler for PLOTGROWTH.Kohei Yoshida3-0/+20
2011-08-08Handler for SCL.Kohei Yoshida2-3/+15
2011-08-08UNITS record must be ignored, the spec says.Kohei Yoshida1-1/+1
2011-08-08Handler for PROTECT record.Kohei Yoshida2-1/+11
2011-08-08Handler for FBI record.Kohei Yoshida2-0/+21
2011-08-08Handler for PRINTSIZE.Kohei Yoshida2-0/+16
2011-08-08Better to wrap the line.Kohei Yoshida1-1/+1
2011-08-08Added handler for MULBLANK record.Kohei Yoshida2-1/+23
2011-07-08fix DocumentSummaryInformation reading when the second property set is absentRadek Doulik1-4/+5
2011-07-08dump DocumentSummaryInfoRadek Doulik2-1/+65
2011-07-08fix text ruler atom dumpRadek Doulik1-0/+3
2011-05-18Added handler for the HORIZONTALPAGEBREAKS record.Kohei Yoshida2-1/+20
2011-04-14Improved parsing of function tokens.Kohei Yoshida1-9/+5