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
-[**`🆕 How to use generateCSV && generateText`**](#generate-csv-txt-usage)
50
52
-[**`interface`**](#interface)
51
53
-[**`Migrate Version`**](#migrate)
52
54
-[**`Migrating from 4 to 5`**](#migrating-4)
@@ -81,6 +83,10 @@ We have four functions that are defined with specific use cases as follows:
81
83
82
84
-**`extractExcelData`**: We provide 'extract-excel-data-usage,' which takes the URL of an Excel file that needs to be read, retrieves and reads the data, and returns an object containing the sheets as the result.
83
85
86
+
<aid="generate-csv-txt"></a>
87
+
88
+
-**`🆕 generateCSV && generateText`**:The generateCSV function produces a .csv file based on the excelTable output, while the generateText function generates a .txt file. This function includes a boolean property; if set to true, the generated files will be compressed into a zip file. It is important to note that .csv and .txt files do not support styles, formulas, and other similar features.
0 commit comments