--- a/components-for-industry/application-services-and-middleware/io-toolkit/api-connectors/excel-connector.html
+++ b/components-for-industry/application-services-and-middleware/io-toolkit/api-connectors/excel-connector.html
@@ -97,14 +97,14 @@
                             </span>
                             <h4>Read Excel File</h4>
                             <p>
-                                Provide a way to read all sheets of an Excel file and returning at JSON format.
+                                Allows reading all sheets of an Excel file.
                             </p>
                         </div>
                         <div class="single-services col" style="margin-left: 10px;">
                             <span class="lnr lnr-code" style="font-size:40px; color:#988fff;margin-top: 30px;"></span>
                             <h4>Conversion to JSON</h4>
                             <p>
-                                Provide a solution to convert excel file in JSON format that can be easier to use after for manipulation and transmission.
+                                Solution to convert an Excel file into JSON format allowing easier manipulation and transmission.
                             </p>
                         </div>
                     </div>
@@ -113,14 +113,14 @@
                             <span class="lnr lnr-code" style="font-size:40px; color:#988fff;margin-top: 30px;"></span>
                             <h4>Conversion from JSON to Excel</h4>
                             <p>
-                                Provide a Solution that take a JSON file and convert it to an Excel file (.xls)
+                                Functionality to convert a JSON file to an Excel file (.xls).
                             </p>
                         </div>
                         <div class="single-services col" style="margin-left: 10px;">
                             <span class="lnr lnr-file-add" style="font-size:40px; color:#988fff;margin-top: 30px; "></span>
                             <h4>Add Worksheet</h4>
                             <p>
-                                Provide a solution to add a worksheet in the workbook and choose his name
+                                Provides a way to add worksheets to the workbook and choose its name.
                             </p>
                         </div>
                     </div>
@@ -139,19 +139,18 @@
                         <h2>Excel Connector</h2>
                         <br>
                         <p>
-                            TThe Excel Connector provides the user with the possibility to manipulate data from Excel and JSON files. Companies easily 
-                            manipulate their data on Excel for quick analyse, sharing and common exploitation outside their information systems.
-                            In addition, as JSON format is widely used in software development, the proposed API converts Excel files in JSON and 
-                            mutually converts JSON in Excel Files. Moreover, the proposed API allows to change the file structure by creating new 
-                            sheets and adding or updating data inside. The user will modify his data directly without using the excel interface.
-                            Thus, the proposed Excel API implements some of the most useful functions as proposed in the Microsoft Excel API 1.1.
-                            Following the example of transformation steps used from Json to Excel:
+                            The Excel Connector provides the user with the possibility to manipulate data from Excel and JSON files. Companies easily manipulate 
+                            their data on Excel for quick analyse, sharing and common exploitation outside their information systems. In addition, as JSON format 
+                            is widely used in software development, the proposed API converts Excel files in JSON and mutually converts JSON in Excel Files. Moreover, 
+                            the proposed API allows to change the file structure by creating new sheets and adding or updating data inside. The user will modify their 
+                            data directly without using the Excel interface. Thus, the proposed Excel API implements some of the most useful functions as proposed in 
+                            the Microsoft Excel API 1.1. Following the example of transformation steps used from JSON to Excel:
                         </p>
                        
                         <ul class="fa-ul">
-                            <li><i class="fa-li fa fa-square"></i>First, define JSON as an object and make a GET request to JSON API</span> </li>
+                            <li><i class="fa-li fa fa-square"></i>First, define JSON as an object and make a GET request to JSON API.</span> </li>
                             <li><i class="fa-li fa fa-square"></i>JSON data received in the response is parsed by passing it into ParseJson method.</span></li>
-                            <li><i class="fa-li fa fa-square"></i>parsed data is converted into a collection of dictionaries.</span></li>
+                            <li><i class="fa-li fa fa-square"></i>Parsed data is then converted into a collection of dictionaries.</span></li>
                             <li><i class="fa-li fa fa-square"></i>Loop through the collection to get each user���s details and set its values to the first sheet.</span></li>
                         </ul>
                     </div>