07-24-2009 07:22 AM
,Hello
I must save Computer-Informations into a Excel List.
To get the informations I use "GetCompName(CompName)".
If I want save the Informations for example "PC-DELL" I can only save the Ascii Code.
How can I save the returning String? -> char CompName[12];
Can I use this function?
Excel_RangeSetItem (ExcelRangeHandle, &ErrorInfo, CA_VariantInt (8), CA_VariantInt (3), CA_VariantChar ( CompName[1] ));
Thanks for help
07-28-2009 10:55 AM
What about
ExcelRpt_WriteData
HRESULT ExcelRpt_WriteData (CAObjHandle worksheetHandle, char cellRange[], enum ExREnum_ExDataType dataType, int dimension1, int dimension2, void *data);
Regards,