Hi Pramit, The toolkit for Excel consists of 3 components : 1) an XQuery library for server side workbook manipulation/generation 2) an Addin for Excel 2007 that manifests itself as a web browser within the Excel application and includes a javascript library for interacting with the active Workbook 3) Sample applications.
The plugin will not install within Excel 2003 and the XQuery api is written to take advantage of the Open XML format for Excel (SpreadsheetML). While Office 2003 introduced the concept of XML within its applications, these belong to different schemas than the XML found in Office 2007. There is currently no developer/customization manual available. The tookit includes api docs for the XQuery and javascript functions. A Toolkit guide is also included. To help get you started in the code: the javascript api calls functions within the Addin. Within the source for the Addin solution, you'll find the majority of the Addin functions defined within UserControl.cs. The Addin solution is written in C# and uses the Visual Studio tools for Office as well as the Excel Object model. (all documented on msdn). The XQuery api does not require the Addin or javascript and includes standard functions as well as wrappers for MarkLogic functions which are all documented as well. It should be pretty easy to figure out what's going on in the code, but if you have any questions, please let me know. Thanks and I hope this helps, Pete ________________________________________ From: [email protected] [[email protected]] On Behalf Of [email protected] [[email protected]] Sent: Thursday, June 18, 2009 3:54 PM To: [email protected] Subject: [MarkLogic Dev General] Excel Toolkit Information Team, This is Pramit from Cognizant. We are ML partner. I need few information listed below on the new MarkLogic Excel Toolkit. (1) As per the documentation it is well integrated with Excel 2007. But does it work with Excel 2003? (2) Is there any developer/customization manual available for the same? Because we are looking to add few functionalities like when any user opens up any document from ML server, we will try to lock the document, etc. Appreciate if you can help us to get the above information at the earliest. Regards, Pramit _________________________________________ Pramit Ghosh Program Manager - Consulting | Content & Digital Media Information, Media & Entertainment | Cognizant Technology Solutions Mobile: (201) 290-0913 | [email protected] This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
