3 Topics

Member Avatar for
Member Avatar for ddanbe

Hi all, Want to write some data from C# to Excel. Code enough I thought, here at DANI's and on the web. So I managed to come up with this : [CODE=csharp]private void DoExcel(string Fname) { Microsoft.Office.Interop.Excel.ApplicationClass excel = null; Microsoft.Office.Interop.Excel.Workbook wb = null; Microsoft.Office.Interop.Excel.Worksheet ws = null; Microsoft.Office.Interop.Excel.Range rng …

Member Avatar for HaiLuong
0
4K
Member Avatar for plahanov

Dear Friends, please help me to resolve my problem wit Oledb connection. For my current Project I need to fetch the data from an excel file. Each second the data in the excel file is changing... What I want to do is, copy it from the excel and Validate it …

Member Avatar for lolafuertes
0
153
Member Avatar for vamsikrishna20

Hello, i am working with vs2008 (web application) and I want to copy some content from an excel sheet and and using the clipboard i want to copy the contents in a gridview I have tried using Clipboard.GetDataObject() but no matter what ever i do it is always returning null …

0
75

The End.