Posts by Wallison Fernando • 1 point
1 post
-
0
votes1
answer969
viewsA: Manipulating Excel in Visual Studio
It will depend on the library you use, I did not program in Visual Basic, but I did it in . Net Follow the example in c#: //starting ExcelPackage pck = new ExcelPackage(stream); var tab= 1;…