Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming, microsoft.public.dotnet.languages.csharp
|
|||
|
|||
![]()
Somewhat I remember I used to be able to do sth like the the following
double[,] values = (double[,])excel_range.Value2 But it seems to be not working any more, throwing an exception "cannot convert System.Object[,] to System.Double[,]" Of course, I can do iteration and, as a bottom line, using Double.Parse(cell_value.ToString()). The question is there a more efficient way to do the job? I am using Office XP with PIA. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert excel (.xls) to tab delimited (.txt) without double quotat | Excel Discussion (Misc queries) | |||
is there an easy way to convert an word xp file to excel xp? | Excel Discussion (Misc queries) | |||
most efficient large range summing? | Excel Programming | |||
Can anyone help me convert to more efficient code? | Excel Programming | |||
more efficient way to lookup a range? | Excel Discussion (Misc queries) |