... below) Financial Applications Using Excel Add -in Development in C/C++ Second Edition of Excel Add -in Development in C/C++ Steve Dalton xii Contents 8. 11.4 Defining and deleting a name in the DLL: ... Calling XLM functions using COM 383 9.5.6 Calling worksheet functions using COM 383 9.6 Maintaining large data structures within the DLL 385 9.7 A C++ Exc...
Ngày tải lên: 31/03/2014, 10:21
... time and checking for user breaks: xlAbort 282 8. 8 .8 Getting Excel s instance handle: xlGetInst 283 8. 8.9 Getting the handle of the top-level Excel window: xlGetHwnd 283 8. 8.10 Getting the path ... 284 8. 9 Working with binary names 285 8. 9.1 The xltypeBigData xloper 286 8. 9.2 Basic operations with binary names 286 8. 9.3 Creating, deleting and overwriting binary names 287 8...
Ngày tải lên: 12/08/2014, 17:20
Financial Applications Using Excel Add-in Development in C/C++Second Edition phần 2 pot
... Function 80 Excel Add -in Development in C/C++ 3.7 EXCEL RANGES, VB ARRAYS, SAFEARRAYS, ARRAY VARIANTS The usefulness of arrays, especially for exchanging blocks of data between Excel, VBA and C/C++ ... Excel exchanges null- terminated byte-strings with VBA. VBA for Excel therefore stores the bytes of the string in the high and low bytes of the array pointed to by the B...
Ngày tải lên: 12/08/2014, 17:20
Financial Applications Using Excel Add-in Development in C/C++Second Edition phần 3 ppt
... have add-ins with conflicting function names, perhaps different versions of the same add -in. ) 5.2.3 Deleted add-ins and loading of inactivate add-ins On termination of an Excel session, the Add -in ... XLL interface function calling Action Functions called User invokes Add -in Manager dialog for the first time in this Excel session. The add -in was loaded in previous sessio...
Ngày tải lên: 12/08/2014, 17:20
Financial Applications Using Excel Add-in Development in C/C++Second Edition phần 5 ppt
... DLL_THREAD_DETACH. 234 Excel Add -in Development in C/C++ int __stdcall Excel4 v(int, xloper *, int, const xloper *[]); int __stdcall Excel1 2v(int, xloper *, int, const xloper12 *[]); Table 8. 4 Excel4 v() arguments Argument ... completeness: Accessing Excel Functionality Using the C API 229 8. 2.3 Calling Excel worksheet functions in the DLL using Excel4 (), Exce...
Ngày tải lên: 12/08/2014, 17:20
Financial Applications Using Excel Add-in Development in C/C++Second Edition phần 6 docx
... following code shows how to obtain the full handle using the Windows API EnumWindows() func- tion in Excel 2003–. In Excel 2007 and later versions, when called using Excel1 2(), the returned xltypeInt ... ps->fn_category; FnArgs[7].SetType(xltypeMissing); // Short cut text character FnArgs [8] = ps->help_file; FnArgs[9] = ps->fn_description; char *p_arg; 3 08 Excel A...
Ngày tải lên: 12/08/2014, 17:20
Financial Applications Using Excel Add-in Development in C/C++Second Edition phần 9 pot
... of make_spline(), which fails if this is not the case. 470 Excel Add -in Development in C/C++ (See sections 9.6 Maintaining large data structures within the DLL on page 385 and 9 .8 Keeping track ... Boolean False int ret_val = case_sensitive->xltype != xltypeBool 442 Excel Add -in Development in C/C++ Multi-threading in Excel 2007 can also improve performance on...
Ngày tải lên: 12/08/2014, 17:20
Financial Applications Using Excel Add-in Development in C/C++Second Edition phần 10 pptx
... 479 82 BilinearInterp 479 82 bilinear_interp 479 82 binary interchange file format (BIFF) 6 binary names amendment functions 287 –9 basic operations 285 –9 concepts 1 98, 285 –9, 325–6, 396 8, 469–70 examples ... 229–36, 249–74 xloper12s 154–63, 276 8 xlopers 154–9, 167 8, 172–3, 175–6, 1 78 80 , 188 –90, 194–5, 197, 229–36, 276 8, 312 xltype 167 8 xltypeBool 175–6 xltypeErr 1 78 xltypeI...
Ngày tải lên: 12/08/2014, 17:20
Financial Applications using Excel Add-in Development in C/C++ phần 1 doc
... 282 8. 8 .8 Getting Excel s instance handle: xlGetInst 283 8. 8.9 Getting the handle of the top-level Excel window: xlGetHwnd 283 8. 8.10 Getting the path and file name of the DLL: xlGetName 284 8. 9 ... Working with binary names 285 8. 9.1 The xltypeBigData xloper 286 8. 9.2 Basic operations with binary names 286 8. 9.3 Creating, deleting and overwriting binary names 287 8. 9.4 Re...
Ngày tải lên: 14/08/2014, 02:20
Financial Applications using Excel Add-in Development in C/C++ phần 2 potx
... browsing to locate the file. Figure 2.6 Excel s Add -in Manager dialog (Excel 2000) Excel s known list of add-ins is stored in the Windows Registry. Add-ins remain listed even if the add -in is ... Turning DLLs into XLLs: The Add -in Manager Interface, on page 111, describes the interface functions the add -in must provide to enable Excel to do these things. 2.14 LOADING AND...
Ngày tải lên: 14/08/2014, 02:20