20

Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction
Page 2: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Data Portability on the Cloud with the OOXML SDK

Ivy Lin 林蔚青

Software Engineer

Page 3: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Agenda

Introduce

Hands-on

Summary

1

2

3

Page 4: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Introduction

Page 5: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Big Picture

EXTENSIONS

OfficeCANVASES

DOCUMENTS

CONVERSATIONS

PAGES

STANDALONE WEB,

DEVICE, SERVICE APPS

EMBEDDED

CANVASES

Page 6: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Story – New Team Members Training

▅ Help new team members

ramp up quickly

▅ Prepare up-to-date training

documents

Page 7: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Current State

Introduction

Hands-on

Summary

Page 8: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Challenges

Introduction

Hands-on

Summary

Page 9: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Demo

Page 10: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

How it works?

Document

Task Pane

Microsoft Graph

PEOPLECOMMUNICATIONS

CONTENT

INSIGHTS

Page 11: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Office Open XML SDK

• Extraction of data from Word/Excel/PowerPoint documents.

• High-performance generation of Office files.

• Populating content from an XML data source.

• Shredding and combining files.

• Searching and replacing content using regular expressions.

• Updating cached data and embedded spreadsheets for charts.

• Document modification, including content and metadata.

Introduction

Hands-on

Summary

Page 12: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Office Open XML SDK

• Extraction of data from Word/Excel/PowerPoint documents.

• High-performance generation of Office files.

• Populating content from an XML data source.

• Shredding and combining files.

• Searching and replacing content using regular expressions.

• Updating cached data and embedded spreadsheets for charts.

• Document modification, including content and metadata.

Introduction

Hands-on

Summary

Page 13: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Hands-on

Page 14: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Prerequisites

▅ Install

• Office

• Visual Studio• ASP.NET and web development

• Office/SharePoint development

▅ Have

• Office 365 Account(using your OneDrive files)

Page 15: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Outcomes

▅ In Scope

✓ Learn about how to use Office Open XML SDK

✓Exercise to extract images from PowerPoint documents

▅ Out of Scope

Microsoft Graph API

Advanced/Complex add-ins

Page 16: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Hands-on: Setup

https://github.com/InteropEvents/ShareDataSite-OOXML-SDK/

Page 17: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

▅ 用户名:

[email protected]

▅ 密码:

devdays2019!

https://github.com/InteropEvents/ShareDataSite-

OOXML-SDK/blob/master/test-User.md

Test User in GitHub workshop

Page 18: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Sample Code Add code to PowerPointParse.cs

Page 19: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction

Workshop Summary

▅ Outcomes

✓Get familiar with using OOXML SDK

✓How to extract images from PowerPoint documents

▅ Next Steps

→Read more at docs.microsoft.com

→Exercise to add code to extra images from Word and Excel documents

→Explore ExcelAddin or PowerPointAddin

→Ask questions

Page 20: Data Portability on the Cloud with - Microsoft...Data Portability on the Cloud with the OOXML SDK Ivy Lin 林蔚青 Software Engineer Agenda Introduce Hands-on Summary 1 2 3 Introduction