Windows Forms

How to Generate Excel Report in C#
7/13/2024 2:31:17 AM  10.63K

Generating an Excel report using ClosedXml.Report in a C# Windows Forms Application involves setting up ClosedXML and ClosedXml.Report packages, designing a template Excel file with placeholders, and populating it with data programmatically.

Read more
How to read CSV file in C#
7/13/2024 1:12:58 AM  9.52K

To read a CSV file in a C# Windows Forms Application, you can follow these steps.

Read more
How to Generate QR Code in VB.NET
7/13/2024 1:11:16 AM  415

To generate a QR Code in VB.NET using the ThoughtWorks.QRCode library, you'll need to follow these steps.

Read more