Admittedly I’m new to OOP and don’t know Java but what little I believe I know leaves me with questions.
SheetCellRanges has getCells() but SheetCellRange doesn’t.
SheetCell has FormulaLocal but SheetCellRange doesn’t.
I would expect SheetCellRange to inherit from SheetCell and SheetCellRanges to inherit from SheetCellRange but that doesn’t appear to be the case.
Would someone please explain the rational behind these choices?
Thanks,
Mike