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
Returns spreadsheets (not tables) data from Excel workbook (xlsx or xlsm tested), adding information about rows outline levels.
27
26
As rows outline levels is the property of rows (not cells), it is possible to return outline level for each used row.
28
27
@@ -84,7 +83,7 @@ If null or not provided then `true`
84
83
85
84
***
86
85
87
-
## [Sample](#sample)
86
+
## Sample
88
87
There two files:
89
88
*[`ExcelWorksheetsRowOutlines_TesterDataSet.xlsx`](ExcelWorksheetsRowOutlines_TesterDataSet.xlsx), which contains simple workbook with some rows grouping
90
89
*[`ExcelWorksheetsRowOutlines_Tester.xlsx`](ExcelWorksheetsRowOutlines_Tester.xlsx), which contains code and several queries to show how function works
0 commit comments