package de.twenty11.skysail.server.ext.spreadsheet; public interface Table { Cell getCell(int column, int row); }