Gentoo Archives: gentoo-user

From: R0b0t1 <r030t1@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] General ODF error
Date: Sun, 21 May 2017 23:07:57
Message-Id: CAAD4mYiBS9HmtQMjvfC_ywwBzek1H0M6WTADrgCOG=UPDG9pUw@mail.gmail.com
In Reply to: [gentoo-user] General ODF error by thelma@sys-concept.com
1 On Sat, May 20, 2017 at 4:37 PM, <thelma@×××××××××××.com> wrote:
2 > I've a spreadsheet file (ODS) with several sheets in it but when I try
3 > to open it, it take long time to load
4 >
5 > When I try to open it with Gnumeric I get a warning:
6 >
7 > General ODF error
8 > Unable to parse
9 > '((#REF!;#REF!))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))'
10 > ('All entries in the set must be references')
11 > Unable to parse
12 > '(((#REF!;#REF!);#REF!))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))'
13 > ('All entries in the set must be references')
14 > Unable to parse
15 > '(((#REF!;#REF!);#REF!))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))'
16 > ('All entries in the set must be references')
17 >
18 > I think it must be due to these references.
19 > How to locate/look in spreadsheets for these references
20 >
21 > --
22 > Thelma
23
24 The ODF formats are XML-based (or can be exported to XML), and should
25 be human readable, though it will not be fun. See
26 https://help.libreoffice.org/Common/XML_File_Formats.
27
28 It looks like the strings which do not parse are literally what you
29 have pasted into your message - why are there so many mismatched close
30 parenthesis? #REF means the given cell [range] can't be resolved. Did
31 the file become truncated at some point?

Replies

Subject Author
Re: [gentoo-user] General ODF error thelma@×××××××××××.com