OPEN XML Developer Workshop

Slides:



Advertisements
Similar presentations
Microsoft Office System UK Developers Conference Radisson Edwardian, Heathrow 29 th & 30 th June 2005.
Advertisements

Anatomy of a Web Page. Parts of a Web Page Title Bar Navigation Tool Bar Location Bar Header Graphic/Image Text Horizontal Rule Links.
Samsung Smart TV is a web-based application running on an application engine installed on digital TVs connected to the Internet.
WordprocessingML Basics
Open XML Developer Workshop Office Open XML Architecture A developers introduction to the file formats.
DOCUMENT TYPES. Digital Documents Converting documents to an electronic format will preserve those documents, but how would such a process be organized?
Integrating data and documents
SpreadsheetML Advanced
SpreadsheetML Basics.
1 Actuate Corporation © 2010 THE BIRT COMPANY THE BIRT COMPANY THE BIRT COMPANY THE BIRT COMPANY THE BIRT COMPANY THE BIRT COMPANY THE BIRT COMPANY THE.
Open XML Developer Workshop PresentationML. Open XML Developer Workshop Disclaimer The information contained in this slide deck represents the current.
Open XML SDK for Microsoft Office
What are they? Users see a single file MyDoc.docx Developers see a zip file with xml parts Document properties File container Comments WordML/SpreadsheetML,
MCC MONROE COMMUNITY COLLEGE The XML saga (a different kind of Oz) Dorothy Hoskins XML publishing workflow consulting Textenergy LLC
Microsoft Office Open XML Formats Brian Jones Lead Program Manager Microsoft Corporation.
Microsoft Office Illustrated Inserting Illustrations, Objects, and Media Clips.
Project Four Modifying Visual Elements and Presentation Formats
Rye City School District  Using Google Docs allows you to create documents, presentations, spreadsheets, forms and drawings to share, collaborate.
Learning Resource iNterchange
Future Directions for Leveraging Advanced XML Tools and Building Custom XML Solutions Denise Draper DAT321 Microsoft Corporation.
Today’s Agenda 14:30 Communication & Collaboration Platform 14:50 Portals & Document Management 15:10 Enterprise Project Management 15:30 Break 15:50 Business.
Office Open XML Developer Workshop Office Open XML Overview Štěpán Bechynský.
OFC302 Building Smart Document Solutions in Word & Excel Martin Sawicki Lead Program Manager.
Office Open XML Developer Workshop SpreadsheetML Basics.
PowerPoint Lesson 9 Importing and Exporting Information Microsoft Office 2010 Advanced Cable / Morrison 1.
OpenOffice.org Alternative to Microsoft Office. 06/24/10 Steve Costello - BRCS2 What is OpenOffice.org?  Suite of Programs  Word Processor - Writer.
Module 14: WCF Send Adapters. Overview Lesson 1: Introduction to WCF Send Adapters Lesson 2: Consuming a Web Service Lesson 3: Consuming Services from.
HTML Created by Mrs. Brown. W3C What does the abbreviation W3C stand for?
Mid Morning Discussion Introduction to the IBIS-Q Front-End System ("Module" Emphasis) What is the front end Where does the front end fit in What is a.
Copyright © 2007 People-OnTheGo Word, PowerPoint, and SharePoint Office 2007.
Integrating Word with Other Programs Microsoft Office Word 2007 Illustrated Complete.
Working With Open XML Document Formats In MOSS 2007 Romeo Pruno nonaka.eu.
OFC 308 Advanced Word XML: The WordML Schema and Bringing Everything Together Brian Jones Program Manager Authoring Services.
Office Open XML Developer Workshop WordprocessingML Basics.
OpenXML: What is it?  XML-based file format which describes documents, presentations, spreadsheets, etc.  Replacement for binary file formats used in.
VocabularyInsertAnimations/Design
Office Open XML Developer Workshop Custom XML Integrating data and documents.
Office Open XML Developer Workshop Office Open XML Architecture A developer’s introduction to the file formats.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Search Overview Search Features: WSS and Office Search Architecture Content Sources and.
Office Open XML Developer Workshop DrawingML Basics.
Microsoft ® Official Course Developing a Publishing Site for Web Content Microsoft SharePoint 2013 SharePoint Practice.
Satisfy Your Technical Curiosity Open XML Deep Dive Doug Mahugh Technical Evangelist, Microsoft
Open XML Developer Workshop WordprocessingML Basics.
Windows Forms in Visual Studio 2005: An in-depth look at key features Name: Joe Stegman Title: Lead Program Manager Session code.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Introduction to: SQL Server Reporting Services Architecture, Development & Delivery.
Open XML Developer Workshop Office Open XML Architecture A developer’s introduction to the file formats.
Preface IIntroduction Course Objectives I-2 Course Content I-3 1Introduction to Oracle Reports Developer Objectives 1-2 Business Intelligence 1-3 Enterprise.
MS Word Taking It To A New Level. You Think You Know Word You all use Word You know common functions: –Select typefaces and sizes –Bold, italics –Save.
Power Point Overview. Visual Aid Similar to other visual aids used in presentations Similar to other visual aids used in presentations.
Office 365 Development July 2014.
CSE 3 Fluency in Technology
Microsoft PowerPoint Illustrated
Welcome to PowerPoint Day 2 of 2 Dan McAllister
Power Point Overview.
Office Open XML Formats: Enabling Solutions
Build data-driven collection and list apps using XAML
MS-Access (database) how to create blank data base.
Excel REST API updates Sudhi Ramamurthy Sr. Program Manager.
WHAT'S NEW IN OFFICE 2007.
Ribbon Reference Lesson 18.
Translation Workspace File Filters
Excel JavaScript API Update
Presentation Title Presentation Title Presentation Title
Presenter’s Affiliation
Program Content Day 1 Day 2 1. Introduction to Six Sigma Morning Break
Microsoft PowerPoint 2007 – Unit 2
High School Engineering Design Training
Windows Forms in Visual Studio 2005: An in-depth look at key features
Ben Hall Blog.BenHall.me.uk
Presentation transcript:

OPEN XML Developer Workshop June 18-19 San Francisco, CA Doug Mahugh Chris Predeek

Overview In this workshop, you will learn: Open XML file formats architecture Practical details of the Open XML schemas How to work with the new .NET 3.0 packaging API How to create rich data-driven Open XML documents programmatically

Agenda – day 1 09:00 – 09:15 Welcome 09:15 – 10:00 Module 00: Open XML Architecture 10:00 – 10:30 Module 01: XML Programming in .NET 10:30 – 10:45 Break 10:45 – 11:15 Module 02: Open XML Packages 11:15 – 12:00 Lab time 12:00 – 13:00 Lunch 13:00 – 13:30 Module 03: WordprocessingML basics 13:30 – 14:00 14:00 – 14:30 Module 04: WordprocessingML advanced 14:30 – 15:30 15:30 – 16:15 Module 05: Custom XML support 16:15 – 17:00

Agenda – day 2 09:00 – 09:30 Module 06: SpreadsheetML basics 09:30 – 10:00 Lab time 10:00 – 10:45 Module 7A: SpreadsheetML advanced 10:45 – 11:00 Break 11:00 – 11:30 Module 7B: DrawingML 11:30 – 12:00 12:00 – 13:00 Lunch 13:00 – 13:30 Module 08: PresentationML 13:30 – 14:00 14:00 – 14:30 Module 09: XSLT and Open XML 14:30 – 15:00 SDK for Open XML Formats 15:00 – 17:00 Lab time, Q&A, demos, wrap-up

Lab Scenario AdventureWorks sample XML data:

Lab 03: WordprocessingML Basics Paragraphs, runs, text Tables

Lab 04: WordprocessingML Advanced Styles Embedded images Table of contents Table formatting Hyperlinks Lab04Signed variation – digital signatures Includes code to programmatically sign Open XML documents

Lab 05: Custom XML Custom XML parts Content controls Data binding

Lab 06: SpreadsheetML Basics Cells Values Formulas Tables Direct formatting

Lab 07: SpreadsheetML Advanced Pivot tables Pivot charts Conditional formatting

Lab 08: PresentationML Slides Text Charts Animations Lab08SDK variation – re-written to use the Microsoft SDK for Open XML Formats instead of the packaging API

Demo

Lab 09: XSLT XML to Open XML Open XML to HTML