Bug #3455

Mis à jour par Serge Heiden il y a presque 2 ans

Depending on the metadata.ods file lines/columns the ReadODS.toTable() method takes a very long time to read the file.

h3. Hypothesis

The odftoolkit (https://odftoolkit.org/) java library takes a lot of time to read virtual? lines or columns.

h3. Solution 0

Add a console message at the beginning [1] and at the end [2] of when reading ODS files to help user diagnoze abnormally long reading time of a metadata.ods file:

<pre>
[1 Reading metadata.ods...] [2 Done.]
</pre>


h3. Solution

Fix the reading problem

Retour