Я не могу создать образец файла, используя библиотеку XLNT.C++

Программы на C++. Форум разработчиков
Anonymous
Я не могу создать образец файла, используя библиотеку XLNT.

Сообщение Anonymous »


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

Вернуться в «C++»