Files
energy_storage/thirdparty/OpenXLSX/include/headers/XLConstants.hpp

15 lines
299 B
C++
Raw Normal View History

2025-09-20 16:41:08 +08:00
//
// Created by Kenneth Balslev on 15/08/2021.
//
#ifndef OPENXLSX_XLCONSTANTS_HPP
#define OPENXLSX_XLCONSTANTS_HPP
namespace OpenXLSX
{
inline const uint16_t MAX_COLS = 16'384;
inline const uint32_t MAX_ROWS = 1'048'576;
} // namespace OpenXLSX
#endif // OPENXLSX_XLCONSTANTS_HPP