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.
 
 
 
 

19 lines
447 B

/*!
\example mergecells
\title Merge Cells Example
\brief Demonstrates how to merge cells
\ingroup qtxlsx-examples
This example demonstrates how to generate a
simplest .xlsx file which contians merged cells with
Qt Xlsx Library.
\image xlsx-mergecells.png
Create an format which will be applied to the merged cells:
\snippet mergecells/main.cpp 0
Merge cells.
\snippet mergecells/main.cpp 1
*/