Manual COM - Excel

ptureganopturegano Member Posts: 2
edited 2006-05-12 in Dynamics AX
Hello,
i am new in this community and the first thing is a question. I am working with Axapta 3.4, and trying to export a report to a Excel file . Does anyone know about a manual of COM for Axapta? Where can i find it?

The problem appears when i try to write a value to the sheet, in a sentence like this:

cell = workSheet.range('A1');
variantStr.bstr("Hello world!");
cell.value(variantStr);

Thanks in advance for your help.

Pere. :mrgreen:

Comments

  • MugurMugur Member Posts: 93
    Hi,

    Please notice that this is about the Excel COM, and not the Axapta COM. The handling classes in Axapta are grouped under the SysExcel class hierarcy. More info for this object model can be found in the online msdn e.g. http://msdn.microsoft.com/library/defau ... object.asp

    Cheers.
    Kind regards,

    Ciprian Dudau
    Axapta Developer
Sign In or Register to comment.