From 1eafcedf3efa7a6ff67a377003ddf7071a8ff70b Mon Sep 17 00:00:00 2001 From: Jay Two Date: Fri, 11 May 2018 14:39:38 +0900 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 83fd8bb..ddf5127 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# QXlsx +# :bird: QXlsx -> *Read this in other languages: [English](README.md), [한국어](README.ko.md)* +> *Read this in other languages: [English](README.md), :kr: [한국어](README.ko.md)* ![](markdown.data/IMG_0016.PNG) @@ -19,14 +19,14 @@ ## Sample (Hello excel) -### Writing excel file(*.xlsx) +### :one: Writing excel file(*.xlsx) ```cpp QXlsx::Document xlsx; xlsx.write("A1", "Hello Qt!"); // write "Hello Qt!" to cell(A,1). it's shared string. xlsx.saveAs("Test.xlsx"); // save the document as 'Test.xlsx' ``` -### Reading excel file(*.xlsx) +### :two: Reading excel file(*.xlsx) ```cpp Document xlsx("Test.xlsx"); // load excel file if (!xlsx.isLoadPackage()) { // failed to load excel @@ -93,5 +93,5 @@ The following tests should be performed. ## Contacts * [https://github.com/j2doll/QXlsx](https://github.com/j2doll/QXlsx) -* [j2doll@gmail.com](mailto:j2doll@gmail.com) +* :email: [j2doll@gmail.com](mailto:j2doll@gmail.com) * Hi! I'm j2doll. My native language is not English and my English is not fluent. Please, use EASY English. :-)