2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VS2013 開発で使えそうなライブラリたち

Last updated at Posted at 2016-12-03

インストーラ作成

Microsoft Visual Studio 2013 Installer Projects

Visual Studio 2013 でインストーラを作成できるようになります。

ログ出力

NLog

Log4Netより簡単にログ出力ができます。

エクセルファイル入出力

epplus

xlsx,xlsm ファイルの読込・作成ができます。xls ファイルには対応していません。xls ファイルならNPOIが使えます。読むだけならExcelDataReaderが良いかも。各々の速度比較等がこちらのサイトにありました。

文字列計算式の処理

CoreCLR-NCalc

NCalc-Edge

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?