Add format param to the mergeCells() API
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
@@ -0,0 +1,19 @@
|
||||
/*!
|
||||
\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
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user