src/xlsrecord.py | 35 +--
src/xlsstream.py |3 ++-
2 files changed, 35 insertions(+), 3 deletions(-)
New commits:
commit 980a33eb78ee294c7ec701343c7f07108ca70d9a
Author: Kohei Yoshida
Date: Thu Mar 1 15:41:20 2012 -0500
Handlers for SXInt and SXRng.
src/xlsrecord.py |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6451bece90617796590557490710dc63a79a4279
Author: Kohei Yoshida
Date: Mon Feb 27 22:05:05 2012 -0500
Clarify what the "number of pivot items" means.
diff --git a/src/xlsrecord.py b/src/xlsrecord.
src/xlsrecord.py | 106 ---
src/xlsstream.py |2 -
2 files changed, 49 insertions(+), 59 deletions(-)
New commits:
commit 21b82dc9ca6c869699f4ab759361fe4b76b028c3
Author: Kohei Yoshida
Date: Mon Feb 27 22:00:52 2012 -0500
Re-did han
src/xlsrecord.py | 29 ++---
src/xlsstream.py |4 ++--
2 files changed, 28 insertions(+), 5 deletions(-)
New commits:
commit b262254d0ef440a31883faa51f9c61f4e1fead71
Author: Kohei Yoshida
Date: Thu Feb 23 22:39:27 2012 -0500
Dump a little more chart related r
src/xlsrecord.py |2 ++
1 file changed, 2 insertions(+)
New commits:
commit 1b308848e85499eb917ce7c99984096b67602d6f
Author: Kohei Yoshida
Date: Thu Feb 23 21:58:01 2012 -0500
More on AreaFormat.
diff --git a/src/xlsrecord.py b/src/xlsrecord.py
index eab87d9..d9c0a98 100644
--- a/src
src/xlsrecord.py |8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
New commits:
commit 32d8a9f6e45f5ea74ffe3e26f02b02d310b73686
Author: Kohei Yoshida
Date: Thu Feb 23 21:38:37 2012 -0500
Worked a little on dumping AreaFormat.
diff --git a/src/xlsrecord.py b/src/xlsrecord.py
src/xlsrecord.py | 82 +++
src/xlsstream.py |5 ++-
2 files changed, 86 insertions(+), 1 deletion(-)
New commits:
commit c88811e3f6b15e08d1da682d97eed0eb8c42c75e
Author: Kohei Yoshida
Date: Tue Feb 14 00:42:58 2012 -0500
Handler fo
src/xlsrecord.py | 56 ++-
src/xlsstream.py |4 ++-
2 files changed, 54 insertions(+), 6 deletions(-)
New commits:
commit b8394504efdb3437d48c3ae9783c5969b036732f
Author: Kohei Yoshida
Date: Fri Feb 10 23:54:08 2012 -0500
Handler f
src/xlsrecord.py | 97 ++-
1 file changed, 61 insertions(+), 36 deletions(-)
New commits:
commit 21c1f9dd6dcb53b87d6ec2267b2289b310b7b08b
Author: Kohei Yoshida
Date: Fri Feb 10 21:54:22 2012 -0500
Re-did parsing of SXFDB record per MS-
src/xlsrecord.py |6 +++---
src/xlsstream.py | 36 ++--
2 files changed, 21 insertions(+), 21 deletions(-)
New commits:
commit 57a4947d097ab5588337d02eb964cf8ea5736c6a
Author: Kohei Yoshida
Date: Fri Feb 10 19:33:17 2012 -0500
Renamed SXField to SXFDB
src/xlsrecord.py | 11 +++
1 file changed, 11 insertions(+)
New commits:
commit 312d0fcaa9f106fa55ae6d4480e8ab482eef7a2a
Author: Kohei Yoshida
Date: Fri Feb 10 19:16:07 2012 -0500
Handler for SXDtr is now complete.
diff --git a/src/xlsrecord.py b/src/xlsrecord.py
index c162d1c.
src/xlsrecord.py | 34 ++
src/xlsstream.py |4 ++--
2 files changed, 36 insertions(+), 2 deletions(-)
New commits:
commit 0a22d737a78c21ec5d5bc3a7612cc928847c776d
Author: Kohei Yoshida
Date: Fri Feb 10 18:25:42 2012 -0500
More handlers for pivot table
src/xlsrecord.py | 30 +-
src/xlsstream.py |3 ++-
2 files changed, 31 insertions(+), 2 deletions(-)
New commits:
commit ae360336389ce7cf15cc7501cf50454ae5929e2c
Author: Kohei Yoshida
Date: Fri Jan 20 23:19:32 2012 -0500
Parse shared formula records.
dif
src/xlsrecord.py | 38 ++
src/xlsstream.py |4 ++--
2 files changed, 40 insertions(+), 2 deletions(-)
New commits:
commit 9d825cc43815bd9accabe792abca76f3cc1fb18f
Author: Kohei Yoshida
Date: Wed Nov 23 16:57:05 2011 -0500
Handlers for WINDOW2 and
src/xlsrecord.py | 17 ++---
1 file changed, 10 insertions(+), 7 deletions(-)
New commits:
commit f420f9653023b9fb427941c38ec929daf90e
Author: Kohei Yoshida
Date: Fri Nov 18 11:42:54 2011 -0500
Read exactly 10 bytes in doper. I was reading 11 bytes for unknown type.
dif
src/xlsrecord.py |7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 942b730aca24786d07f5bcd20455b1deae646b83
Author: Kohei Yoshida
Date: Fri Nov 18 11:18:37 2011 -0500
Correctly parse string data for AUTOFILTER.
diff --git a/src/xlsrecord.py b/src/xlsreco
src/xlsrecord.py | 35 +++
src/xlsstream.py |2 +-
2 files changed, 36 insertions(+), 1 deletion(-)
New commits:
commit 06a8b3842f52d73f656c6e9f6c3bc61c78e2ecd2
Author: Kohei Yoshida
Date: Tue Oct 25 17:05:20 2011 -0400
Added handler for STYLE record.
17 matches
Mail list logo