Import, stuck when reading some metadata.ods files
Depending on the metadata.ods file lines/columns the ReadODS.toTable() method takes a very long time to read the file.
Hypothesis
The odftoolkit (https://odftoolkit.org/) java library takes a lot of time to read virtual? lines or columns.
Solution 0
Add a console message at the beginning [1] and at the end [2] of reading ODS files to help user diagnoze abnormally long reading time of a metadata.ods file:
[1 Reading metadata.ods...] [2 Done.]
Solution
Fix the reading problem
(from redmine: issue id 3455, created on 2023/10/13 by Matthieu Decorde)
- Relations:
- relates #3452 (closed)