-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpreadsheetComplexityAnalyser.cfg
47 lines (47 loc) · 1.2 KB
/
SpreadsheetComplexityAnalyser.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Thresholds for the complexity assessment: simple/static or complex/dynamic
# If e.g. the number of worksheets > worksheetsThreshold
# or any of the other values > threshold, then complex/dynamic.
# Use these thresholds for your complexity assessment.
#
# Default values:
#worksheetsThreshold=1
#fontsThreshold=1
#definedNamesThreshold=1
#cellStylesThreshold=1
#formulasThreshold=0
#hyperlinksThreshold=0
#cellCommentsThreshold=0
#vbaMacrosThreshold=0
#shapesThreshold=0
#datesThreshold=0
#cellsUsedThreshold=1000
#physicalCellsUsedThreshold=1000
#rowsUsedThreshold=1000
#physicalRowsUsedThreshold=1000
#externalLinksThreshold=0
#hasRevisionHistoryThreshold=0
#pivotTablesThreshold=0
#tablesThreshold=0
#chartsThreshold=0
#
# Your values:
worksheetsThreshold=1
fontsThreshold=1
definedNamesThreshold=1
cellStylesThreshold=1
formulasThreshold=0
hyperlinksThreshold=0
cellCommentsThreshold=0
vbaMacrosThreshold=0
shapesThreshold=0
datesThreshold=0
cellsUsedThreshold=1000
physicalCellsUsedThreshold=1000
rowsUsedThreshold=1000
physicalRowsUsedThreshold=1000
externalLinksThreshold=0
hasRevisionHistoryThreshold=0
pivotTablesThreshold=0
tablesThreshold=0
chartsThreshold=0
# End of file