You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
436 B
20 lines
436 B
/*!
|
|
\example hello
|
|
\title Xlsx Hello Example
|
|
\brief This is a simplest xlsx examples.
|
|
\ingroup qtxlsx-examples
|
|
|
|
This example demonstrates how to generate a
|
|
simplest .xlsx file with Qt Xlsx Library.
|
|
\image hello.png
|
|
|
|
Create an object of the class QXlsx::Document.
|
|
\snippet hello/main.cpp 0
|
|
|
|
Set the cells of worksheet.
|
|
\snippet hello/main.cpp 1
|
|
|
|
Save it.
|
|
\snippet hello/main.cpp 2
|
|
|
|
*/
|
|
|