GNOME Bugzilla – Bug 711868
ssconvert: exports first sheet only
Last modified: 2013-11-11 23:01:18 UTC
We created a default emtpy OO calc file and entered "1" in the A:1 of the first sheet and "2" in A:1 of the second sheet. Then we did: ssconvert -S test.ods test-%n.txt Expected result: test-0.txt showing "1" test-1.txt showing "2" Actual result: test-0.txt showing "1" test-1.txt showing "1" With other words: When using "-S" on ods, only the first sheet is exported (several times), never the other ones. Other hints: - If "-S" is left out, all sheets are exported correctly into one txt file. - With xls "-S" works. - We tried 1.12.0 and 1.12.8 on gentoo/linux64.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 694408 ***