Cell Names

Hello!



Maybe I’m too stupid or I can’t access cells with their given names with an Aspose Cell version from last week.



While

Cell cell = cells.getCell(“B1”);

works fine, I always get an invalid cell name error with

cell = cells.getCell(“Foo”);



Cheers,

Dirk

Hi Dirk,

Cell name is "A1", "C1" or "AW111", etc.

Is "Foo" a named range which represents a single cell? If yes, please use Worksheets.GetRangeByName method.