Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Hallo Karl Klammer!

Hallo Karl Klammer!

Office Addins mit Javascript entwickeln und Cross Platform nutzen!

Präsentation war für die DWX in Nürnberg Juni 2019.

Robert Muehsig

June 25, 2019
Tweet

More Decks by Robert Muehsig

Other Decks in Programming

Transcript

  1. Wer bin ich und was mache ich? Robert Mühsig Software

    Entwickler @ Sevitec Informatik AG (Schweiz) Produktentwicklung OneOffixx Vorlagenmanagement& Dokumentgenerierung Microsoft MVP Blog: https://blog.codeinside.eu Twitter: @robert0muehsig (das ist eine Null in der Mitte… ¯\_(ツ)_/¯)
  2. Office.js Javascript API für Office Aktionen “Common API” & API

    für ◦ Word ◦ Excel ◦ Outlook ◦ OneNote ◦ PowerPoint ◦ Project
  3. Can I use X? Word Excel PowerPoint Outlook … Windows

    ? ? ? ? macOS ? ? ? ? iPadOS ? ? ? ? Web ? ? ? ?
  4. Add-in Arten: On Send Outlook Eingriff in den “Send”-Prozess Limitiert:

    ◦ Nur ein OnSend Addin ◦ Nicht Store fähig
  5. Speicherung von Daten Wie im Web auch… oder: CustomXMLParts im

    Dokument(Word, Excel) Settings (Word, PowerPoint, Excel) CustomSettings/ Roaming / CustomProperties(Outlook)
  6. Sideloading / Debugging Windows: - “Trusted Addin Catalogs” iPadOS: -

    XML über iTunes hochladen macOS: - “/Users/<username>/Library/Containers/com.microsoft…” Web: - Upload…