Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
2015/05/09 第5回G-Study発表資料 VSTOって / 2015-05-09_g...
Search
G-Study
May 10, 2015
Technology
0
1.2k
2015/05/09 第5回G-Study発表資料 VSTOって / 2015-05-09_g-study_makotoninomiya
2015-05-09に開催された第5回G-Studyの発表資料です。
G-Study
May 10, 2015
Tweet
Share
More Decks by G-Study
See All by G-Study
「UIとUX」 by 若松和憲 / 2015-09-12-g-study_wakamatsu
gropestudy
0
780
2015/06/13 第6回G-Study発表資料 セブ島のプログラミング事情 / 2015-06-13_g-study_yuki_hirai
gropestudy
0
890
2015/05/09 第5回G-Study発表資料 空間認識力について / 2015-05-09_g-study_jin
gropestudy
0
1.1k
2015/05/09 第5回G-Study発表資料 VR空間すぴんおふ / 2015-05-09_g-study_testutotajima
gropestudy
0
1.1k
2015/04/11 第4回G-Study発表資料 iphoneのパスコード入力を間違え続けたらこんなことになった / 2015-04-11_g-study_jin
gropestudy
0
1.1k
2015-03-14 第3回G-Study発表資料 「仮想現実と現実の差とは」 by 田嶋哲人 / 2015-03-14_g-study_tajima_akito
gropestudy
0
770
2015-02-21 第2回G-Study発表資料 「ピープルマネジメント入門」 by Tomoya Kawai / 2015-02-21_g-study_tomoya_kawai
gropestudy
0
550
2015-03-14 第3回G-Study発表資料 「ストレスマネジメント入門」 by Tomoya Kawai / 2015-03-14_g-study_tomoya_kawai
gropestudy
1
700
G-Studyとは / About G-Study
gropestudy
0
1.3k
Other Decks in Technology
See All in Technology
完璧を目指さない小さく始める信頼性向上
kakehashi
PRO
0
130
MCPと認可まわりの話 / mcp_and_authorization
convto
2
340
猫でもわかるQ_CLI(CDK開発編)+ちょっとだけKiro
kentapapa
0
150
[TechNight #91] Oracle Database 最新パフォーマンス分析手法
oracle4engineer
PRO
4
300
MCPに潜むセキュリティリスクを考えてみる
milix_m
1
930
Bet "Bet AI" - Accelerating Our AI Journey #BetAIDay
layerx
PRO
1
440
少人数でも回る! DevinとPlaybookで支える運用改善
ishikawa_pro
5
2k
相互運用可能な学修歴クレデンシャルに向けた標準技術と国際動向
fujie
0
110
生成AI時代におけるAI・機械学習技術を用いたプロダクト開発の深化と進化 #BetAIDay
layerx
PRO
0
310
クマ×共生 HACKATHON - 熊対策を『特別な行動」から「生活の一部」に -
pharaohkj
0
260
2025新卒研修・HTML/CSS #弁護士ドットコム
bengo4com
2
4.1k
みんなのSRE 〜チーム全員でのSRE活動にするための4つの取り組み〜
kakehashi
PRO
2
110
Featured
See All Featured
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
How to train your dragon (web standard)
notwaldorf
96
6.1k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
Rails Girls Zürich Keynote
gr2m
95
14k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.2k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Why Our Code Smells
bkeepers
PRO
337
57k
Transcript
VSTOって にのみや まこと
VSTO Visual Studio Tools for Office (びじゅある すたじお つーる ふぉー
おふぃす) Officeアプリの拡張機能(アドイン)を作成できる開発環境
VBAとOffice 用アプリ VBA(Visual Basic for Applications) 昔からある拡張の手段、Office製品共通で利用できる
Officeアプリの拡張ではなく、Officeファイルに記述する ドキュメントレベルの拡張 専用エディタで記述しネット上にサンプルも豊富(特にExcel) Office 用アプリ Office2013から登場 HTML+JavaScript+αで開発しデータをBingの地図の マッピングして表示するとか、Webの技術を使います
VSTO デスクトップ版Officeアプリに好きな機能の追加ができます すべてのOffice製品ではなく、Excel、Word、PowerPoint Outlook、InfoPath、Visioが対象 どうやって作るのか? VisualStudio
+ C#(VB)で開発します .NETFrameworkをフルに活用出来る C#(VB)の開発経験とデスクトップアプリの知識があれば可能
細かいことは気にしない Officeを楽に楽しくすることだけ!
PowerPointを拡張 DEMO
VSTOで何ができるか? Outlook2013の場合…
添付ツール DEMO
自己紹介 名前:にのみや まこと 職業:プログラマ(証券会社向けシステム受託開発) 言語:C#(なんでも作ります) SQLServer WindowsServer IIS .NET TypeScript
JavaScript CSS LESS HTML ASP.NET MVC Network Hyper-V SharePoint VSTO MySQL SignalR SystemCenter … 株式とかFXとかやってます(Love先物取引) バトルフィールド4やってます
VSTOって おしまい はい、拍手