0

C# で Excel ファイルを作成する必要がありますが、方法がわかりません。

そのようなことができるライブラリを誰か教えてもらえますか?:

Cell(1, 1) = "16.3.2013"; //the first number is the column, the second number is the row
Cell(1, 2) = "Firt name";
Cell(2, 2) = "Last name";
Cell(3, 2) = "Passed/Failed";

とにかくありがとう :)

4

0 に答える 0