I am using excel services with Sharepoint, i use the ExcelService.GetRangeA1
method to get one range from Excel sheet file.
now what I want is go get two range name from the same excel sheet at the same
time.
I marked two tables in the excel sheet and i give him a name(note: these two
columns are not beside each other). and then I used ExcelService.GetRangeA1 and
I set the range name, but the result of invoking this method is just one table
from two table!!
so how can I get more than one table (tables in excel sheet contains the same
range name) using excle service?