Hello,
i tried to open existNg Excel file by using follow metho bt it give error ... that this file doestnt exist or path is incorrect...... ..
wb = ThisApplication .Workbooks.Open (paramWorkbookP ath,
Type.Missing, Type.Missing, Type.Missing, Type.Missing,
Type.Missing, Type.Missing, Type.Missing, Type.Missing,
Type.Missing, Type.Missing, Type.Missing, Type.Missing,
Type.Missing, Type.Missing);
& i also used this method tooo..
it also doesnt work .. :(
wb= ThisApplication .Workbooks.Open (paramWorkbookP ath, 0, true, 5,
"", "", true, Excel.XlPlatfor m.xlWindows, "\t", false, false,
0, true,Type.Missi ng, Type.Missing);
//////////
second thing how to read data from excel file & use it for charts...
i am using Excel 2007 , C# 2005 ... all z doing using COM...
waiting for reply..
thanks......... ..
i tried to open existNg Excel file by using follow metho bt it give error ... that this file doestnt exist or path is incorrect...... ..
wb = ThisApplication .Workbooks.Open (paramWorkbookP ath,
Type.Missing, Type.Missing, Type.Missing, Type.Missing,
Type.Missing, Type.Missing, Type.Missing, Type.Missing,
Type.Missing, Type.Missing, Type.Missing, Type.Missing,
Type.Missing, Type.Missing);
& i also used this method tooo..
it also doesnt work .. :(
wb= ThisApplication .Workbooks.Open (paramWorkbookP ath, 0, true, 5,
"", "", true, Excel.XlPlatfor m.xlWindows, "\t", false, false,
0, true,Type.Missi ng, Type.Missing);
//////////
second thing how to read data from excel file & use it for charts...
i am using Excel 2007 , C# 2005 ... all z doing using COM...
waiting for reply..
thanks......... ..
Comment