Implementing .NET external component - help please
Posted: Mon Sep 24, 2012 9:27 pm
Hi, we are looking at using a excel .NET component for providing access to xlsx files. I have not implemented anything in .NET and am having difficulty in finding my way around.
I have found the following VB example just for opening the workbook, but am even having difficulty in translating that to Jade
Dim excel As Application = New Application
Dim w As Workbook = excel.Workbooks.Open("C:\file.xls")
Having imported the component, creating the dot net object for the ApplicationClass I am not sure where to go next. "workbooks" is a reference attribute on the class but is of type JadeDotNetType - there is a Workbook (not Workbooks) subclass of JadeDotNetType ...
What I am after is a pointer to some documentation (had a look for a white paper - if it exists I missed it) that would provide guidance on how to develop Jade code that implements .NET interfaces. OR if someone could provide an example of how to open files via excel and access cell contents that would also be a good start.
We are currently using Jade 6.3.07 and Office 2010
I have found the following VB example just for opening the workbook, but am even having difficulty in translating that to Jade
Dim excel As Application = New Application
Dim w As Workbook = excel.Workbooks.Open("C:\file.xls")
Having imported the component, creating the dot net object for the ApplicationClass I am not sure where to go next. "workbooks" is a reference attribute on the class but is of type JadeDotNetType - there is a Workbook (not Workbooks) subclass of JadeDotNetType ...
What I am after is a pointer to some documentation (had a look for a white paper - if it exists I missed it) that would provide guidance on how to develop Jade code that implements .NET interfaces. OR if someone could provide an example of how to open files via excel and access cell contents that would also be a good start.
We are currently using Jade 6.3.07 and Office 2010