#ifndef EXCEL_READER_H #define EXCEL_READER_H #include "marketplace.h" #include "seller.h" #include #include #include #include class ExcelReader { public: static std::size_t readSellersFromFile(const std::filesystem::path& filePath, Marketplace* market); }; #endif