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
AIドリブンのソフトウェア開発 - うまいやり方とまずいやり方
okdt
PRO
9
630
制約理論(ToC)入門
recruitengineers
PRO
3
310
Preferred Networks (PFN) とLLM Post-Training チームの紹介 / 第4回 関東Kaggler会 スポンサーセッション
pfn
PRO
1
220
Devinを使ったモバイルアプリ開発 / Mobile app development with Devin
yanzm
0
190
モバイルアプリ研修
recruitengineers
PRO
3
260
AIとTDDによるNext.js「隙間ツール」開発の実践
makotot
6
700
VPC Latticeのサービスエンドポイント機能を使用した複数VPCアクセス
duelist2020jp
0
240
実践アプリケーション設計 ②トランザクションスクリプトへの対応
recruitengineers
PRO
3
170
MySQL HeatWave:サービス概要のご紹介
oracle4engineer
PRO
4
1.7k
モダンな現場と従来型の組織——そこに生じる "不整合" を解消してこそチームがパフォーマンスを発揮できる / Team-oriented Organization Design 20250825
mtx2s
6
550
Understanding Go GC #coefl_go_jp
bengo4com
0
1.1k
「守る」から「進化させる」セキュリティへ ~AWS re:Inforce 2025参加報告~ / AWS re:Inforce 2025 Participation Report
yuj1osm
1
130
Featured
See All Featured
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
820
Bash Introduction
62gerente
614
210k
The Invisible Side of Design
smashingmag
301
51k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
The Pragmatic Product Professional
lauravandoore
36
6.8k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Embracing the Ebb and Flow
colly
87
4.8k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
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って おしまい はい、拍手