8 lines
129 B
C
8 lines
129 B
C
|
#pragma once
|
||
|
|
||
|
#include <string_view>
|
||
|
|
||
|
struct EXH;
|
||
|
struct ExcelDataPagination;
|
||
|
|
||
|
void readEXD(EXH& exh, ExcelDataPagination& page);
|