--> atomsInstall("xls_link")
xls_link (Automation link with Excel) A easy way to call excel(TM) from Scilab
Upload date : 2013-01-14 16:59:58 MD5 : 74328d6ef0370f3d0dfd843750dfe49a SHA1 : 24c4f9796ee77baf94814f29863628995d640641 Downloads : 166 File list
Windows 32-bit Automatically generated by the ATOMS compilation chain
Upload date : 2013-01-14 17:01:59 MD5 : 6f7317b891cfcb961f89245b32622039 SHA1 : 61ab46e44203d62ab934d858a99c79627247d416 Downloads : 157 File list
Windows 64-bit Automatically generated by the ATOMS compilation chain
Upload date : 2013-01-14 17:01:33 MD5 : 38f4c6b6dc4173572d58972179eb943c SHA1 : f24898f9b692223834a476d5d21f7c415ffd7b65 Downloads : 536 File list
With some functions I receive the Error message "NULL IDispatch passes to XLS_LINK_Wrap()"
Hi Steffen, Can you give me a sample code to reproduce this error ?
Hi Antoine I was trying the instructions in the "Help Browser" -->xls_NewExcel(); -->test_path = xls_getRootPath() + 'tests' + filesep() + 'unit_tests' + filesep(); -->xls_Open(test_path+'xls_GetData.xls') ans = T -->xls_SelectRange("A4:C5") ans = F ("NULL IDispatch passes to XLS_LINK_Wrap()") With "application" instead "worksheet" the function is working. -->ret = xls_callMethod("application", "Range", "A4:C5") ret = T I tested the function with WinXP and Win7 with the same result. Best regards Steffen
The "xls_open" function does not select a worksheet by default. I have a patch but I would want to test a little bit more before update the toolbox. Thank you for your feedback. Antoine
You can find the new version 0.3.1 here : http://atoms.scilab.org/toolboxes/xls_link/0.3.1