XLSX rendering format is not available

1 Answer 9 Views
.NET Core Rendering
IT
Top achievements
Rank 1
Iron
IT asked on 05 Aug 2025, 02:17 PM

Hello sir/madam,

I have an issue with reporting generator XLSX file:

- Version Telerik Reporting 18.2.24.806 (Q2-2024)

- version Telerik.Reporting.OpenXmlRendering 18.2

- version DocumentFormat.OpenXml 2.0.502

 

Output error here:

Telerik.Reporting.Processing.RendererNotAvailableException
  HResult=0x80131500
  Message=XLSX rendering format is not available.
  Source=Telerik.Reporting
  StackTrace:
   at Telerik.Reporting.Processing.ReportProcessor.GetExtensionInfo(String format, IEnumerable`1 extensions)
   at Telerik.Reporting.Processing.ReportProcessor.ProcessAndRender(String format, ReportSource reportSource, Hashtable deviceInfo, IRenderingContext renderingContext, CreateStream createStreamCallback)
   at Telerik.Reporting.Processing.ReportProcessor.ProcessAndRenderStateless(String format, ReportSource reportSource, Hashtable deviceInfo, IRenderingContext renderingContext, CreateStream createStreamCallback)
   at Telerik.Reporting.Processing.ReportProcessor.<>c__DisplayClass46_0.<RenderReport>b__0(SingleStreamManager sm)
   at Telerik.Reporting.Processing.ReportProcessor.RenderReportSafe(Func`2 renderCallback, String format, IRenderingContext renderingContext)
   at Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, ReportSource reportSource, Hashtable deviceInfo, CancellationToken cancellationToken)
   at Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, ReportSource reportSource, Hashtable deviceInfo)
   at ReportViewer.ReportExporter.RenderFile(ReportSource reportSource, ReportOutputType outputType, String password) 

Please any help,

Thanks,

 

1 Answer, 1 is accepted

Sort by
0
Ivet
Telerik team
answered on 08 Aug 2025, 08:52 AM

Hi,

Thank you for the screenshots.

This error typically indicates that the Telerik.Reporting.OpenXmlRendering or Telerik.Reporting.OpenXmlRendering3 assembly/NuGet package is missing. Could you please confirm if you are referencing any of these assemblies in your project?

Note that when you use 'DocumentFormat.OpenXml 3.3.0' NuGet package, you have to install the 'Telerik.Reporting.OpenXmlRendering3'(with "3" at the end) NuGet package instead of 'Telerik.Reporting.OpenXmlRendering'.

Also, if you're using assembly references instead of NuGet packages, you can get the assembly from the installation folder - C:\Program Files (x86)\Progress\Telerik Reporting 2025 Q2\Bin.

More information you can find in this OpenXML and XPS options not visible. Unavailable rendering format - Telerik Reporting article.

I hope you will test it and keep us updated.

Regards,
Ivet
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
.NET Core Rendering
Asked by
IT
Top achievements
Rank 1
Iron
Answers by
Ivet
Telerik team
Share this question
or