I have an excel sheet which has filters applied.
Need to get the data on a datatable with headers.
but this operation always fails with error:
Read Range : Out of present range. (Exception from HRESULT: 0x8002000A(DISP_E_OVERFLOW))
Please help.
I have an excel sheet which has filters applied.
Need to get the data on a datatable with headers.
but this operation always fails with error:
Read Range : Out of present range. (Exception from HRESULT: 0x8002000A(DISP_E_OVERFLOW))
Please help.
@akhilesh.s, Can you try removing the defined range (“A3”) and check whether it works?
Regards,
V
I have tried with following combination of ranges
none of these have worked.
I’ve created a sample which has same issue.
issue.zip (7.3 KB)
this seems to be a defect, we will investigate further and if its a confirmed issue, it should be fixed in a future release. thanks a lot!
Hi,
I went through the sample and when I remove the fist line or make it empty, it works, you can use this as a workaround till @Gabriel_Tatu confirms further on it.
issue.zip (7.8 KB)
V
Is there already a solution to the filter problem?
For me it doesn’t work either if I fspecify a range
only if I don’t specify a range it works
But I need the data from one column/ row that is left after using the filter…
Is there a possibility to make this happen?
Thanks!
J
Hi,
I had recently faced this issue, but in my case the problem is with my excel,
My excel has some macro coding in it, where the cell content in one of the column is showing me "#######’ but the actual value of it is different.
You can find the example below :
When i made this correct value, I no longer got the error message out of present range.
Hope this help you guys too.
Regards,
Sruthi
wrong range provided in read range, only A3 is not valid please remove all from range and keep it “” empty to read all range specify valid range…
Please extend the length of a column in excel manually…It’s valid and correct value…It will not affect development…
Apply filter then save file and then try to read excel by selecting useFilter property.
It will give you filtered result as output.
Let me know if that solution works.
Is the defect is fixed ?
because I am getting this error ?
is there any way to fix ?
this should be fixed, what excel package do you test with?
can you share the excel file with us?
Due to some reasons I couldn’t able to share the XAML file.
I am using this excel packageversion - 2.0.6526.16321
not the xaml file, the excel file you try with if possible.
I couldn’t able to share that also b’coz it has some confidential data
Is there any way to resolve ?
I couldn’t able to proceed
i need more details so that i can help.
I think I have problem in excel.
I copied all the data into new excel file. I didn’t get any error
oh, ok. yes, sometimes we see issues generated by improper excel files.