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
|
||||
\ingroup qtxlsx-examples
|
||||
|
||||
\image xlsx_demo.png
|
||||
\image xlsx_demo_fonts.png
|
||||
\image xlsx_demo_formulas.png
|
||||
\image xlsx_demo_merging.png
|
||||
\image xlsx_demo_grouping.png
|
||||
\image xlsx_demo.gif
|
||||
*/
|
||||
|
||||
@@ -289,8 +289,8 @@ int main()
|
||||
xlsx.saveAs("Book1.xlsx");
|
||||
|
||||
//Make sure that read/write works well.
|
||||
Document xlsx2("demo.xlsx");
|
||||
xlsx2.saveAs("demo2.xlsx");
|
||||
Document xlsx2("Book1.xlsx");
|
||||
xlsx2.saveAs("Book2.xlsx");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user