Hello,
In certain ods files, during viewing using GroupDocs.Viewer RAM memory grows quickly, even to out of memory error (on our machine that has good specification).
We have found that probably cause of sudden increase in RAM causes in ods file that has set autofilter on column.
var viewer = new Viewer(stream, loadOptions);
...
viewer.View(pdfViewOptions, cancellationToken);
Moreover fired cancellationtoken it has no effect during this operation.
Can you give us the solution to this problem or can you fix it?
I Use .NET 8 and GroupDocs.Viewer 23.11.0
I am attached a sample file (compressed to 7z).
oom-example.7z (15.3 KB)