- Berit Sandvik
- PowerBuilder
- Wednesday, 14 August 2019 06:29 AM UTC
Hi all,
Is there anyone who has any experience using Microsoft Open XML SDK in PowerBuilder? I am using PowerBuilder 2017 R3 and I am not able to establish the connection to the SDK.
What I am uncertain about is the class ID/programmatic identifier for the SDK. I have tried the ones below, but without any success. They all return -2 (Class name not found)
ll_Action = oleExcel.ConnectToNewObject("DocumentFormat.OpenXml.Office.Excel")
ll_Action = oleExcel.ConnectToNewObject("DocumentFormat.OpenXml.Office2010.Excel")
ll_Action = oleExcel.ConnectToNewObject("DocumentFormat.OpenXml.Office2013.Excel")
Appreciate all feedback.
Regards Berit
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.