Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行時に WinForm アプリ (VS2008) で Excel ファイルを作成しています。datagridview からいくつかのデータをエクスポートしています。エクスポート後、このファイルを Excel で表示したいのですが、どこにも保存したくありません。私の目標は、Crystal で多くのレポートを作成する代わりに使用することです。出来ますか ?
Interop Service を使用している場合は、ワークブック アプリケーションの可視性を true にすることしかできません。
[workbookobject].Application.Visible = true;