Home » Community » Newbie corner » The UPP looks good -> Opportunities to evolve to better support RPA & AI
Re: The UPP looks good [message #61353 is a reply to message #61339] |
Sun, 29 December 2024 16:29   |
 |
Scott_Huang
Messages: 27 Registered: December 2024
|
Promising Member |
|
|
Hi Koldo,
I try compile(MSVS22x64 Release) Xlnt_demo_cl.cpp, it who below errors.
Can you help to check and advise? Thanks.
C:\upp\UppHub\Xlnt\Xlnt/Xlnt.h (12): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\upp\UppHub\Xlnt\Xlnt/Xlnt.h (12): error C2143: syntax error: missing ',' before '&'
The temp solution is comment line 12 of function XlsxFill:
// SPDX-License-Identifier: Apache-2.0
// Copyright 2021 - 2024, the Anboto author and contributors
#ifndef _xlnt_h_
#define _xlnt_h_
#include <plugin/Xlnt/include/xlnt/xlnt.hpp>
namespace Upp {
String GetCell(int col, int row);
//void XlsxFill(xlnt::worksheet &ws, const Grid &g, bool removeEmpty);
}
#endif
Regards,
Scott Huang
[Updated on: Sun, 29 December 2024 16:35] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Wed Aug 06 05:23:36 CEST 2025
Total time taken to generate the page: 0.02748 seconds
|