2010 Microsoft BI Conference

Slides:



Advertisements
Similar presentations
Feature: Web Client Keyboard Shortcuts © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
Advertisements

Dan Parish Program Manager Microsoft OFC305 Excel Services Microsoft Office Excel 2007 Thin Rendering in Browser View and interact Custom Applications.
Session 1.
Business Solutions Using Microsoft ® Office SharePoint ® Server ROADSHOW.
Feature: Customer Combiner and Modifier © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
customer.
2 Business Intelligence with the world’s most popular business productivity suite and most widely deployed information platform IT management & developer.
demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
demo Demo.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
Ben Robb MVP, SharePoint Server cScape Ltd OFC204.
3 Business Intelligence with the world’s most popular business productivity suite and most widely deployed information platform IT management & developer.
DataModel VisualizationExternal Assets Workbook Excel Services API BrowserRich Apps EWA JSOMBrowser REST BrowserRich Apps.
Tech·Ed  North America /11/ :01 AM SESSION CODE: DEV405
2010 Microsoft BI Conference
6/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
7/4/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Julie Strauss Senior Program Manager Microsoft
9/11/2018 5:53 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
MDOP: Advanced Group Policy Management 4.0
Tech Ed North America /13/ :13 AM Required Slide
Tech·Ed North America /15/2018 3:31 AM
Excel Services Deployment and Administration
Overview of Social Computing in Microsoft SharePoint 2010
Peter Myers Mentor SolidQ
11/11/2018 5:18 AM © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Customer Experiences With Business Intelligence
Building the Perfect BI Semantic Model for Power View
HTML5 Platform from Web to Apps
Sysinternals Tutorials
Open Data For The Enterprise
11/22/2018 8:05 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Matt Masson Software Development Engineer Microsoft Corporation
Advanced Dashboard Creation Using Microsoft SharePoint Server 2010
Real World BI Reporting with Project Server 2010
Jason Zander Unplugged
Delivering an End-to-End Business Intelligence Solution
High Availability: A Contrarian View
Business Intelligence Overview: Decisions, Decisions, Decisions
TechEd /4/2018 3:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
12/5/2018 3:24 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Windows 7 Deployment en Masse
Excel Rest API Sudhi Ramamurthy Program Manager, Office Extensibility
Team Foundation Server 2010 for Everyone
Introducing Microsoft SQL Server 2008 R2 Master Data Services
Authoring for Microsoft Silverlight 4 with Microsoft Expression Blend
Tech Ed North America /1/ :36 AM Required Slide
Tech Ed North America /1/2019 2:58 AM Required Slide
TechEd /11/ :54 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Tech·Ed North America /17/2019 1:47 AM
Microsoft SharePoint Conference 2009 Jon Flanders
2/16/2019 8:43 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
2010 Microsoft BI Conference
Building Silverlight Apps with RIA Services
2/27/2019 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
2010 Microsoft BI Conference
Alex Kelly | Program Manager
Tech Ed North America /12/2019 6:45 AM Required Slide
Silverlight Debugging
A Lap Around Internet Explorer 9 For Developers
Виктор Хаджийски Катедра “Металургия на желязото и металолеене”
2010 Microsoft BI Conference
Hack-proofing your Clients using Windows 7 Security!
Шитманов Дархан Қаражанұлы Тарих пәнінің
Lap Around the Windows Azure Platform
Code First Development in Microsoft ADO.NET Entity Framework 4.1
Building BI applications using PowerPivot for Excel
Tech·Ed North America /7/2019 2:30 PM
TechEd /5/2019 2:08 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
What’s New in Visual Studio 2012 for Web Developers
Presentation transcript:

2010 Microsoft BI Conference Required Slide SESSION CODE: BIO401 Microsoft Excel and Excel Services: Creating Business Centered Applications in Microsoft SharePoint Server 2010 John Campbell Program Manager Microsoft Corporation

Microsoft Business Intelligence Business Intelligence with the world’s most popular business productivity suite and most widely deployed information platform Empower Your People Improve Organizational Effectiveness Increase IT Efficiency Self-service access & insight Collaborative across your value chain Trusted, scalable & secure Familiar interface & tools you own today Alignment, accountability & ownership IT management & developer productivity

Excel Services 2007 Thin Rendering in Browser Microsoft Excel View and interact Author and publish workbooks Download a copy or snapshot Microsoft Excel Excel Client Web Services Custom Applications Authoring Exploration and Consumption

Excel Services 2010 Thin Rendering in Browser Microsoft Excel View and interact Author and publish workbooks Open workbook for editing, download a copy or snapshot Microsoft Excel Excel Client Web Services, REST, JSOM Custom Applications Authoring Exploration and Consumption

Excel Services + Excel Web App Thin Rendering in Browser View, interact, create and edit Author and publish workbooks Open workbook for editing, download a copy or snapshot Microsoft Excel Excel Client Web Services, REST, JSOM Custom Applications Authoring Exploration, Consumption & Content Creation

Architecture Web Front End Application Server Excel Web Access Web Service API REST JSOM Proxy Application Server UDF Excel Calculation Service External Data SharePoint Content Database

Web Service API Improvements: Support for the discovery and retrieval of more objects Editing (including collaborative editing) capabilities ASMX location: http://server/site/_vti_bin/ExcelService.asmx

Overview of new web service functionality Category 2007 Functions New 2010 Functions Calculation Calculate[A1] CalculateWorkbook SetCalculationOptions Get Data GetCell[A1] GetRange[A1] GetChartImageUrl GetPublishedNamedItems GetSheetNames Set Data SetCell[A1] SetRange[A1] SetParameters External Data Refresh <None> Workbook Sessions OpenWorkbook GetWorkbook CloseWorkbook GetSessionInformation NewWorkbook OpenWorkbookForEditing SaveWorkbook SaveWorkbookCopy API CancelRequest GetApiVersion

JavaScript OM React to Events Get Set User actions Workbook/grid actions Get Where the user is Cell data Workbook data Set Selection

REST API No Code! Embed Stateless Changes are not saved

REST Syntax http://server/_vti_bin/ExcelRest.aspx/Documents/File.xlsx/Model/Charts(‘Chart1’) Path to REST ASPX. Can include site as well. Path to workbook. REST path to elements within the workbook. Resource Modifiers (default in bold) Description /Model ?atom, ?workbook Download the workbook. /Model/Ranges ?atom List of named ranges. /Model/Ranges(‘RangeName’) ?atom, ?html Specific named range. /Model/Charts List of charts. /Model/Charts(‘ChartName’) ?atom, ?image Specific chart. /Model/Tables List of tables. /Model/Tables(‘TableName’) Specific table. /Model/PivotTables List of PivotTables. /Model/PivotTables(‘PTName’) Specific PivotTable.

Demo: A Sales Application Part 1: Submitting a New Sale DEMO

Demo: A Sales Application Part 2: Managing the Sales Team DEMO

Summary Powerful new server features for getting Excel data in/out of Office and more REST – No Code, URL only Web Services v2 JSOM – Event model, put Excel on any page

Call to Action Try it in SharePoint 2010! Use the Excel Web App on SkyDrive - www.skydrive.com Feedback? Did you build something cool? Let us know! John.Campbell@microsoft.com Visit http://blogs.msdn.com/Excel to learn more

Questions?

2010 Microsoft BI Conference Required Slide Resources Learning Sessions On-Demand & Community Microsoft Certification & Training Resources www.microsoft.com/teched www.microsoft.com/learning Resources for IT Professionals Resources for Developers http://microsoft.com/technet http://microsoft.com/msdn

2010 Microsoft BI Conference Required Slide Complete an evaluation on CommNet and enter to win!

Sign up for Tech·Ed 2011 and save $500 starting June 8 – June 31st http://northamerica.msteched.com/registration   You can also register at the North America 2011 kiosk located at registration Join us in Atlanta next year

4/16/2018 12:43 AM © 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. © 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

2010 Microsoft BI Conference Required Slide