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:
15
thirdparty/OpenXLSX/include/headers/XLIterator.hpp
vendored
Normal file
15
thirdparty/OpenXLSX/include/headers/XLIterator.hpp
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by Kenneth Balslev on 22/08/2020.
|
||||
//
|
||||
|
||||
#ifndef OPENXLSX_XLITERATOR_HPP
|
||||
#define OPENXLSX_XLITERATOR_HPP
|
||||
|
||||
namespace OpenXLSX
|
||||
{
|
||||
enum class XLIteratorDirection { Forward, Reverse };
|
||||
enum class XLIteratorLocation { Begin, End };
|
||||
|
||||
} // namespace OpenXLSX
|
||||
|
||||
#endif // OPENXLSX_XLITERATOR_HPP
|
||||
Reference in New Issue
Block a user