index
:
libreoffice/contrib/mso-dumper
feature/writeable-oletool
master
Python scripts for dumping the contents of Microsoft Office binary file formats into human readable content
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
msodumper
/
xlsrecord.py
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-19
Port to Python3.
Jean-Francois Dockes
1
-65
/
+70
2017-08-30
XLS dumper: SXCView dump improvements
Tamás Zolnai
1
-0
/
+42
2017-08-29
XLS dumper: add newer excel versions
Tamás Zolnai
1
-1
/
+4
2014-11-27
add build id of Excel 2010
Andras Timar
1
-2
/
+3
2014-09-16
Bit more on parsing FEATURE11 record. I'll leave the rest for later.
Kohei Yoshida
1
-0
/
+18
2014-09-16
Start parsing FEATURE11 record. Still work in progress.
Kohei Yoshida
1
-61
/
+241
2014-09-15
Work on updating the handler for the SXAddlInfo record.
Kohei Yoshida
1
-119
/
+77
2014-07-11
Bit of cleanup.
Kohei Yoshida
1
-10
/
+4
2014-07-11
Handle boolean, error, string, and formula values in cell change record.
Kohei Yoshida
1
-0
/
+95
2014-07-11
Handle change cell and ins/del rows/columns records in change tracking.
Kohei Yoshida
1
-92
/
+226
2014-04-08
bit 0 is bit 0
Eike Rathke
1
-1
/
+1
2014-03-24
dump Areserved and wPassword of FEAT FeatProtection structure
Eike Rathke
1
-0
/
+2
2014-03-18
ONE bit, geez ...
Eike Rathke
1
-1
/
+1
2014-03-18
MS-XLS documentation uses big-endian bit diagrams
Eike Rathke
1
-1
/
+1
2014-03-18
implemented MergeCells
Eike Rathke
1
-0
/
+35
2014-03-18
partly implemented FEAT FeatProtection structure
Eike Rathke
1
-9
/
+16
2014-03-17
added some record IDs and implemented FeatureData for 0x0868 FEAT
Eike Rathke
1
-1
/
+50
2014-02-21
Map formula opcode 0x5A to PtgRef3d, and introduce parsed formula type.
Kohei Yoshida
1
-1
/
+1
2014-01-09
Accept shorter BOF record
Jean-Francois Dockes
1
-10
/
+21
2014-01-09
Process CONTINUE records by appending them to their base. Specially process
Jean-Francois Dockes
1
-4
/
+5
2014-01-05
have RK cell object populate the workbook model for later xml dumping
Jean-Francois Dockes
1
-11
/
+19
2014-01-05
Add option to catch exceptions and try to continue. Make params a global vari...
Jean-Francois Dockes
1
-1
/
+6
2013-12-05
Move codebase to MPL.
Thorsten Behrens
1
-24
/
+6
2013-11-27
Renamed src directory to msodumper and handle imports in a more pythonic way
Jean-Francois Dockes
1
-0
/
+5380