https://bugs.documentfoundation.org/show_bug.cgi?id=94382
--- Comment #8 from Julien Nabet <[email protected]> --- (In reply to Eike Rathke from comment #7) ... > @Julien: > When analyzing .xls files you might be interested in the mso-dumper from > http://cgit.freedesktop.org/libreoffice/contrib/mso-dumper > but that seems to hang with "the\ old\ \(and\ common\)\ style\ excel\ > file.xls", probably because it is not a compound document file format. > Patches on gerrit welcome ;) if that plain BIFF5 thingy fits at all.. I wanted to give it a look so I downloaded it from github (it didn't work from cgit.freedesktop.org) and had this after having launch "make" cd test/doc && ./test.py ...................... ---------------------------------------------------------------------- Ran 22 tests in 4.828s OK cd test/emf && ./test.py . ---------------------------------------------------------------------- Ran 1 test in 0.047s OK pep8 --ignore=E501 msodumper/msometa.py pep8 --ignore=E501 doc-dump.py msodumper/doc{dirstream,record,sprm,stream}.py test/doc/test.py doc-dump.py:12:1: E402 module level import not at top of file msodumper/doc{dirstream,record,sprm,stream}.py:1:1: E902 IOError: [Errno 2] No such file or directory: 'msodumper/doc{dirstream,record,sprm,stream}.py' test/doc/test.py:12:1: E402 module level import not at top of file test/doc/test.py:13:1: E402 module level import not at top of file test/doc/test.py:14:1: E402 module level import not at top of file Makefile:2: recipe for target 'check' failed It seems quite a different world from LO :-) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
