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.
 
 
 
 

16 lines
526 B

/*!
\example extractdata
\title Extract Data Example
\brief This is a simplest Qt Xlsx example.
\ingroup qtxlsx-examples
This example demonstrates how to extract data form existing
.xlsx file with Qt Xlsx Library. So lets see how this is achieved.
This creates a new instance of the all important Document
class which gives you access to the Excel workbook and worksheets.
\snippet extractdata/main.cpp 0
Extracts data from current worksheet.
\snippet extractdata/main.cpp 1
*/