Update the demo images
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 217 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 39 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 45 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 41 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB |
@@ -4,9 +4,5 @@
|
|||||||
\brief This is a demo which is used to show features of the library
|
\brief This is a demo which is used to show features of the library
|
||||||
\ingroup qtxlsx-examples
|
\ingroup qtxlsx-examples
|
||||||
|
|
||||||
\image xlsx_demo.png
|
\image xlsx_demo.gif
|
||||||
\image xlsx_demo_fonts.png
|
|
||||||
\image xlsx_demo_formulas.png
|
|
||||||
\image xlsx_demo_merging.png
|
|
||||||
\image xlsx_demo_grouping.png
|
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -289,8 +289,8 @@ int main()
|
|||||||
xlsx.saveAs("Book1.xlsx");
|
xlsx.saveAs("Book1.xlsx");
|
||||||
|
|
||||||
//Make sure that read/write works well.
|
//Make sure that read/write works well.
|
||||||
Document xlsx2("demo.xlsx");
|
Document xlsx2("Book1.xlsx");
|
||||||
xlsx2.saveAs("demo2.xlsx");
|
xlsx2.saveAs("Book2.xlsx");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
\li Edit an existing .xlsx file
|
\li Edit an existing .xlsx file
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
\image xlsx_demo.png
|
\image xlsx_demo.gif
|
||||||
|
|
||||||
\table
|
\table
|
||||||
\row
|
\row
|
||||||
|
|||||||
Reference in New Issue
Block a user