Try This DatePicker Task Pane App
To get a feel for how Office 2013 apps work, I created a simple one: A DatePicker Task Pane app. This works with both Excel 2013 and Word 2013.
If you have a copy of the Office 2013 Preview, please give it a try.
- First you must specify a trusted app catalog. In this case, it's a Sharepoint app catalog where the app's XML manifest is stored. In Excel, choose File - Options - Trust Center, then click the Trust Center Settings button.
- In the Trust Center dialog box, select Trusted App Catalogs.
- In the Catalog Url field, type this: https://jwalk.sharepoint.com/sites/jw, and then click Add Catalog.
- Make sure the Show in Menu option is checked, and then click OK to exit.
- In Excel 2013 Preview, start with an empty workbook.
- Choose Insert - Apps for Office.
- In the Insert App box, click the SHARED FOLDER option.
- You should see an item named DatePicker Task Pane App. Select that item, and then click Insert.
The DatePicker Task Pane app should appear. Note that the inserted app is stored with the workbook. In other words, if you activate another workbook, the Task Pane will not be available (unless you also insert it into that workbook).
At least that's how I think it works. Plus, Sharepoint has always been a confusing mystery to me, and I really don't understand the concept of trusted app catalogs. If anyone (besides me) can get this to work, I'll be satisfied (and a bit surprised).
By the way, only the XML manifest file is at my Sharepoint site, and that file points to the app's location on my server. The app is just a plain old HTML document, with lots of Javascript (the bulk of which is Unobtrusive Date-Picker Widget V5, from frequency-decoder). In fact, you can run this app in your browser rather than as an Office App: http://j-walk.com/datepicker/datepicker.htm. You won't be able to insert any dates when it's running in your browser, but you can see how it works and use your imagination.
Time will tell if Office Apps catch on. At some point, developers will be able to submit apps to Microsoft, and (if they meet their standards) they will be available at the Microsoft Office App Store. If the apps are sold, rather than given away for free, Microsoft will keep (I think) 20% of the proceeds.
To me, the biggest problem is the limited interaction with the Office programs. For example, an Office app can read data from a range and write data to a range -- but that's about it. In this DatePicker app, it would be nice to provide a list of date formats to apply to the date cell, but that's not possible.
My problem is that I'm still thinking in terms of add-ins. Office Apps are nothing like add-ins, and are intended to serve a much different purpose.
- Reader Comments -
Following are comments in response to this item.
The most recent comment is at the bottom.
- By Tom Gleeson. Comment posted 10 August, 2012 2:49amNo doesn't work, need to be logged into your SharePoint farm it seems.
So it would appear that only those organisations with full SharePoint can host their own apps and use within both client-side and "cloud" workbooks.
It is possible to use a trusted "shared drive" location for manifests but this would restrict usage to client-side as workbooks uploaded to say a Small Business 365 site would not be able to see that share and appear not to have the option to set-up app catalogs.
Tom - By Joe Balunda. Comment posted 23 August, 2012 10:25am
Office Apps are nothing like add-ins, and are intended to serve a much different purpose.
This doesn't make sense....the date picker shown is almost the same as the date picker addin that works in the worksheets context (right click) menu options.
Also, many addins like What's Best by Lindo are full-blown apps as well. - By John Walkenbach. Comment posted 23 August, 2012 10:47amThe Data Picker app is not a good example of a Task Pane app. It's more like a traditional add-in, but much more limited because task pane apps really can't interact much with a worksheet.
Spreadsheet Page Blog
Welcome to the Spreadsheet Page Blog. This is where you find the latest news on my books, add-ins, and other Excel-related topics. Comments are welcome.