Print 2 excel error

Hi,
In NAV 13 , under purchase->report and analysis…
If i select a report and select ->print to Excel in request page and click preview…

0317.Untitled.png

Am getting a error as below…

3122.Untitled2.png

Coding wise i couldnt find any problem…Am i missing out something (like dll etc)??? Plz help

i have installed MS Excel 2010 32-Bit

Are you using Excle buffer /Automation ??

If you running report from RTC then there is default functionality for exporting report into MS excel directly.

Ya i knew about that… But i want to know y am facing this issue…???

You need to check your code .

Check the code where you are creating excel workbook

Harish looks like its related to excel library used in the report.

Consult your report developer or partner for this issue.

Consulted with my developer…they said,no problem with coding…

I consulted with my developer…They said no problem in coding…:frowning:

Are you using Client Server Environment?

if yes, is Excel installed in Server also?

Yes… It is installed…!!

if i run debugger…it is showing in Excel Buffer table-PreOpenExcel
XlApp := XlApp.ApplicationClass;

Well then design the report, go to the variable where XlApp is defined & check its subtype is shown or not.

S it is…[:(] wat could b d issue…??

Typically the reason is that you do not have Excel installed (or not the correct version) on your computer you’re trying to run the report from.