ooo-build r11323 - in trunk: . scratch/sc-xlsutil
- From: kyoshida svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r11323 - in trunk: . scratch/sc-xlsutil
- Date: Fri, 18 Jan 2008 17:13:30 +0000 (GMT)
Author: kyoshida
Date: Fri Jan 18 17:13:30 2008
New Revision: 11323
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11323&view=rev
Log:
2008-01-18 Kohei Yoshida <kyoshida novell com>
* scratch/sc-xlsutil/xls_dump.py: added more identified record names.
Modified:
trunk/ChangeLog
trunk/scratch/sc-xlsutil/xls_dump.py
Modified: trunk/scratch/sc-xlsutil/xls_dump.py
==============================================================================
--- trunk/scratch/sc-xlsutil/xls_dump.py (original)
+++ trunk/scratch/sc-xlsutil/xls_dump.py Fri Jan 18 17:13:30 2008
@@ -166,6 +166,12 @@
0x00FB: ["SXFORMAT", "PivotTable Format Record"],
0x00FC: ["SST", "Shared String Table"],
0x00FD: ["LABELSST", "Cell Value"],
+ 0x003D: ["WINDOW1", "Window Information"],
+ 0x0022: ["DATEMODE", "Base Date for Displaying Date Values"],
+ 0x023E: ["WINDOW2", "Sheet Window Information"],
+ 0x01AF: ["PROT4REV", "Shared Workbook Protection Flag"],
+ 0x01BC: ["PROT4REVPASS", "Shared Workbook Protection Password"],
+ 0x0031: ["FONT", "Font and Character Formatting"],
0x00FF: ["EXTSST", "Extended Shared String Table"] }
def output (msg):
@@ -193,8 +199,8 @@
b1, b2 = ord(self.chars[self.pos]), ord(self.chars[self.pos+1])
word = b1 + b2*256
if word == 0x0809:
- self.version = 'Biff8'
- return
+ self.version = 'BIFF5/BIFF8'
+ return
self.pos += 2
def readRaw (self, size=1):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]