Several years ago and using MS Excel 2007 I developed a system that has:
a) text in four different sheets in the one .xlsx workbook
- this book is passive, in effect a data base repository
One sheet has about 40 columns for each index key with
the "stuff" in each column being brief but some exceeds 255 char.
Rows in the other three sheets consists of a index and one cell
containing text (often many thousands of characters)
In .xslx format total size is less than 2,000 kb.
This loads very quickly in LibreOffice 4.2
b) a search engine in second workbook. The Excel version has a
"name range" for each sheet in the "texts" workbook.
vlookup function is used to search the "texts" book
This "search" book has been ported to LibreOffice 4.2 without
apparent difficulty.
Except:
It will retrieve data from the sheet with 40 columns
It will NOT retrieve data from the other three sheets.
I have tried porting the "texts" book into ODS format. The
port is successful, but data is not retrieved.
Question: why will some otherwise successful vlookups work
and not others?
I decided to start over.
I created a small “database” workbook with one sheet and 20 rows of two columns
In a second workbook I attempted to insert a “Link to External Data”.
The dialogue let me select a local file. I chose firstly my “texts” workbook. Then
the newly created (tiny) workbook.
In both cases the dialogue appeared to freeze as soon as the extrenal source was
selected.
In both cases I was not shown the sheets in the selected file.
And the “OK” button was greyed out.