From 24f9bfafa378c5be966c136390fc6416fe707080 Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Fri, 25 Oct 2013 16:35:10 +0800 Subject: [PATCH] Example: Remove wrongly added statements --- examples/xlsx/hello/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/xlsx/hello/main.cpp b/examples/xlsx/hello/main.cpp index c2bb10d..f0a7d78 100755 --- a/examples/xlsx/hello/main.cpp +++ b/examples/xlsx/hello/main.cpp @@ -19,9 +19,5 @@ int main() xlsx.save(); //![2] - QXlsx::Document xlsx2; - xlsx2.addWorksheet(); - xlsx2.saveAs("Book2.xlsx"); - return 0; }