mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
实现excel报表文件生成功能
This commit is contained in:
14
thirdparty/OpenXLSX/include/headers/XLConstants.hpp
vendored
Normal file
14
thirdparty/OpenXLSX/include/headers/XLConstants.hpp
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user