How to print excel file from VB.net
Posted by Eng.Ahmed AlSadiApr 8
How to print excel file from VB.net, some times you need to print an excel file which may be exported by your application, to do that use the following function by eng. Fakhri .
Apr 8
How to print excel file from VB.net, some times you need to print an excel file which may be exported by your application, to do that use the following function by eng. Fakhri .
Feb 28
Some times when you use the following code “Imports Excel = Microsoft.Office.Interop.Excel” to import excel library which is used to do export and import from excel sheet, an error appears
Feb 28
Datagridview is agreet ActiveX that you can show your data result set in a user friendly table, here an example that shows how you can export Datagridview table rows to Microsoft Excel Sheet .