Problem with xlsx and dwg file in Groupdocs viewer

Hello Team,
I requested for a temporary license for GroupDocs to check few functionalities before I upgrade my License. Ticket I raised
I started testing it and found few issues in the updated copy

  1. XLSX File having large number of formulae and multiple sheets are not opening, these files were opening in 20.8 Version
  2. Large DWG file (75.9 MB) is not opening.

PFA link for the sample files.

@Niteen_Jadhav

Thank you for adding the link to files. May you please also add a sample app or sample code that you’re using? Also please share which OS and target framework you’re running you app on.

@Niteen_Jadhav

I have tried to render the referenced sample files using this
sample-app.zip (1.6 KB) and latest version of GroupDocs.Viewer for .NET with the following options:

To render each worksheet as a separate page:

HtmlViewOptions viewOptions = HtmlViewOptions.ForEmbeddedResources(pageFileFormat);
viewOptions.SpreadsheetOptions = SpreadsheetOptions.ForOnePagePerSheet();

To render CAD drawing faster with lower quality:

JpgViewOptions viewOptions = new JpgViewOptions(pageFileFormat);
viewOptions.CadOptions.EnablePerformanceConversionMode = true;

Please check the attached sample app and update it if possible so we could reproduce the issue.

@Niteen_Jadhav

Have you managed to fix the issue or it is still actuall?

I’m on a leave for few weeks.

I’ll let you know once I starts

@Niteen_Jadhav

Got it. Have a nice vacation!