[Libreoffice-commits] mso-dumper.git: msodumper/xlsrecord.py

Andras Timar andras.timar at collabora.com
Thu Nov 27 05:51:56 PST 2014


 msodumper/xlsrecord.py |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 1523a605f4ea7e8d3ef8e1242a91b19c51e1f9b2
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Nov 27 14:50:58 2014 +0100

    add build id of Excel 2010

diff --git a/msodumper/xlsrecord.py b/msodumper/xlsrecord.py
index 8c2a607..5370e83 100644
--- a/msodumper/xlsrecord.py
+++ b/msodumper/xlsrecord.py
@@ -737,7 +737,8 @@ class BOF(BaseRecordHandler):
     buildId = {
         0x0DBB: 'Excel 97',
         0x0EDE: 'Excel 97',
-        0x2775: 'Excel XP'
+        0x2775: 'Excel XP',
+        0x3267: 'Excel 2010'
     }
 
     def getBuildIdName (self, value):
@@ -778,7 +779,7 @@ class BOF(BaseRecordHandler):
             self.betaAny = 0
             self.riscAny = 0
             self.lowestExcelVer = 0
-            
+
     def parseBytes (self):
         self.__parseBytes()
         # BIFF version


More information about the Libreoffice-commits mailing list