You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+72-7Lines changed: 72 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,15 @@ important functions of library that are defined with specific use cases as follo
34
34
35
35
<aid="excel-to-node"></a>
36
36
37
-
-**`🆕 excelToNode`**: This function reads an uploaded Excel file and generates a representation of the tables from its sheets. It can either return the table directly or insert it into a specified container node provided as input.
37
+
-**` excelToNode`**: This function reads an uploaded Excel file and generates a representation of the tables from its sheets. It can either return the table directly or insert it into a specified container node provided as input.
38
38
39
39
<aid="excel-to-json"></a>
40
40
41
-
-**`🆕 excelToJson`**: This function reads an Excel file and returns a JSON object that represents the data contained in the file.
41
+
-**` excelToJson`**: This function reads an Excel file and returns a JSON object that represents the data contained in the file.
42
+
43
+
<aid="replace-in-excel"></a>
44
+
45
+
-**`replaceInExcel`**: This function is used to replace data based on a defined flag, such as {{FLAG}}, in Excel.
42
46
43
47
The example has been moved to a separate repository for easier updates. You can find it in the ["**_`mr-excel-example-gallery`_**"](https://github.com/mohammadrezaeicode/mr-excel-example-gallery)([**_link_**](https://github.com/mohammadrezaeicode/mr-excel-example-gallery))
44
48
@@ -88,16 +92,20 @@ The example has been moved to a separate repository for easier updates. You can
88
92
-[**`How to use extractExcelData`**](#extract-excel-data-usage)
To use this function, you should provide {{FLAG}} in Excel. Change the relevant cells to represent the flag ({{name}}, e.g.) and pass them to the function. Additionally, you should supply the data that will replace the flag. Here’s an example for clarification:
675
+
[Excel that used for example](https://github.com/mohammadrezaeicode/mr-excel-page-repo/blob/main/public/replacer.xlsx?raw=true)
0 commit comments