/* * Copyright (c) 2020, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once namespace Spreadsheet { class ConditionView; class Sheet; class SheetGlobalObject; class Workbook; class WorkbookObject; struct Cell; struct ConditionalFormat; struct Format; struct Position; }