前回投稿した「MFCを使ってExcelを操作する」の続編です。 今回は、同じ処理を C# (.NET Framework 4.8.1) で実装してみました。 サンプルの仕様は前回記事(こちら)を参照してください。 using System; using System.IO; using System.Linq; using System.Runtime.InteropServices; using ...
Install IronXL Excel Library from NuGet or the DLL download Use the WorkBook.Load method to read any XLS, XLSX or CSV document. Get Cell values using intuitive syntax: sheet[“A11”].DecimalValue In ...