Я не могу создать образец файла, используя библиотеку XLNT. ⇐ C++
-
Anonymous
Я не могу создать образец файла, используя библиотеку XLNT.
I am trying to build a simple C++ program with xlnt with GNU compiler and Visual Studio Code IDE. I have had some challenges with getting the build environment to include the xlnt libraries, and the problem may be related to that. The program is below:
#include int main() { // Create a new workbook and load an existing file xlnt::workbook wb; //
Источник: https://stackoverflow.com/questions/780 ... nt-library
I am trying to build a simple C++ program with xlnt with GNU compiler and Visual Studio Code IDE. I have had some challenges with getting the build environment to include the xlnt libraries, and the problem may be related to that. The program is below:
#include int main() { // Create a new workbook and load an existing file xlnt::workbook wb; //
Источник: https://stackoverflow.com/questions/780 ... nt-library
Мобильная версия