Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzer details

Fuzzer: fuzz_sort

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 373 39.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 567 60.3%
All colors 940 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
27 811 openpyxl.workbook._writer.WorkbookWriter.write_root_rels call site: 00811 openpyxl.descriptors.container.ElementList.from_tree
25 604 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00604 openpyxl.worksheet.filters.StringFilter.to_tree
22 409 openpyxl.worksheet._writer.WorksheetWriter.write_row call site: 00409 openpyxl.cell._writer._set_attributes
20 484 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00484 openpyxl.worksheet.filters.StringFilter.to_tree
18 352 openpyxl.cell._writer.etree_write_cell call site: 00352 openpyxl.utils.datetime.to_excel
17 518 openpyxl.packaging.relationship.RelationshipList.append call site: 00518 openpyxl.worksheet.filters.StringFilter.to_tree
16 208 openpyxl.writer.excel.ExcelWriter.write_data call site: 00208 openpyxl.worksheet.filters.StringFilter.to_tree
16 243 openpyxl.writer.excel.ExcelWriter.write_data call site: 00243 openpyxl.packaging.custom.CustomPropertyList.to_tree
16 433 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00433 openpyxl.worksheet.filters.StringFilter.to_tree
16 450 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00450 openpyxl.worksheet.filters.StringFilter.to_tree
13 578 openpyxl.packaging.core.QualifiedDateTime.to_tree call site: 00578 openpyxl.worksheet.filters.StringFilter.to_tree
13 728 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00728 openpyxl.packaging.manifest.Manifest.append

Runtime coverage analysis

Covered functions
944
Functions that are reachable but not covered
176
Reachable functions
371
Percentage of reachable functions covered
52.56%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_sort 9
openpyxl.workbook.workbook 25
openpyxl.packaging.core 10
openpyxl.utils.indexed_list 4
openpyxl.styles.alignment 1
openpyxl.styles.named_styles 17
openpyxl.worksheet.worksheet 17
openpyxl.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.worksheet.dimensions 12
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 13
openpyxl.worksheet.print_settings 1
openpyxl.worksheet.views 2
openpyxl.formatting.formatting 2
openpyxl.worksheet.properties 2
openpyxl.worksheet._write_only 2
openpyxl.writer.excel 81
openpyxl.packaging.extended 3
openpyxl.styles.stylesheet 32
openpyxl.packaging.manifest 25
openpyxl.packaging.custom 12
openpyxl.chart.series 1
openpyxl.packaging.workbook 3
openpyxl.chart.text 1
openpyxl.chart.chartspace 2
openpyxl.chartsheet.chartsheet 5
openpyxl.chart.plotarea 7
openpyxl.styles.fills 9
openpyxl.worksheet.filters 19
openpyxl.worksheet.related 1
openpyxl.worksheet.datavalidation 2
openpyxl.comments.comment_sheet 8
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 90
openpyxl.cell._writer 20
openpyxl.utils.datetime 9
openpyxl.xml.functions 4
openpyxl.compat.strings 5
openpyxl.worksheet.merge 1
openpyxl.packaging.relationship 5
openpyxl.descriptors.sequence 11
openpyxl.descriptors.namespace 1
openpyxl.descriptors.nested 3
openpyxl.styles.cell_style 7
openpyxl.styles.numbers 4
openpyxl.workbook._writer 36
openpyxl.descriptors.container 7
openpyxl.worksheet.table 2
openpyxl.utils.escape 2
openpyxl.workbook.protection 2
openpyxl.styles.fonts 4
openpyxl.worksheet.page 1
openpyxl.chart.axis 2

Fuzzer: fuzz_formulae

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 12 18.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 52 81.2%
All colors 64 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
5 50 openpyxl.utils.cell.get_column_letter call site: 00050 openpyxl.formula.translate.Translator.translate_range
2 1 ...fuzz_formulae.TestInput call site: 00001 openpyxl.formula.tokenizer.Tokenizer.__init__
2 40 openpyxl.formula.translate.Translator.translate_row call site: 00040 openpyxl.formula.translate.Translator.translate_row
2 58 openpyxl.formula.translate.Translator.translate_range call site: 00058 openpyxl.formula.translate.Translator.translate_row
1 9 openpyxl.formula.tokenizer.Tokenizer._parse call site: 00009 .len

Runtime coverage analysis

Covered functions
944
Functions that are reachable but not covered
24
Reachable functions
41
Percentage of reachable functions covered
41.46%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_formulae 6
openpyxl.formula.tokenizer 10
openpyxl.formula.translate 20
openpyxl.utils.cell 9

Fuzzer: fuzz_cellutil

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 35 46.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 40 53.3%
All colors 75 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
6 47 ...fuzz_cellutil.TestInput call site: 00047 openpyxl.utils.cell.column_index_from_string
5 12 openpyxl.utils.cell.range_boundaries call site: 00012 .all
5 34 ...fuzz_cellutil.TestInput call site: 00034 openpyxl.utils.cell.coordinate_from_string
5 61 ...fuzz_cellutil.TestInput call site: 00061 openpyxl.utils.cell.range_boundaries
5 68 ...fuzz_cellutil.TestInput call site: 00068 openpyxl.utils.cell.range_boundaries
4 23 openpyxl.utils.cell.range_boundaries call site: 00023 openpyxl.utils.cell.column_index_from_string
2 1 ...fuzz_cellutil.TestInput call site: 00001 openpyxl.utils.cell.absolute_coordinate
2 30 openpyxl.utils.cell.get_column_letter call site: 00030 .range
1 9 ...fuzz_cellutil.TestInput call site: 00009 openpyxl.utils.cell.range_boundaries

Runtime coverage analysis

Covered functions
943
Functions that are reachable but not covered
32
Reachable functions
38
Percentage of reachable functions covered
15.79%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_cellutil 15
openpyxl.utils.cell 25

Fuzzer: fuzz_comment

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 418 40.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 618 59.6%
All colors 1036 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
39 374 openpyxl.worksheet._writer.WorksheetWriter.write_row call site: 00374 openpyxl.cell._writer._set_attributes
25 662 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00662 openpyxl.worksheet.filters.StringFilter.to_tree
21 900 openpyxl.descriptors.serialisable.Serialisable.from_tree call site: 00900 openpyxl.chart.plotarea.PlotArea.from_tree
20 502 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00502 openpyxl.worksheet.filters.StringFilter.to_tree
17 536 openpyxl.packaging.relationship.RelationshipList.append call site: 00536 openpyxl.worksheet.filters.StringFilter.to_tree
17 554 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00554 openpyxl.worksheet.filters.StringFilter.to_tree
17 590 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00590 openpyxl.worksheet.filters.StringFilter.to_tree
16 235 openpyxl.writer.excel.ExcelWriter.write_data call site: 00235 openpyxl.packaging.custom.CustomPropertyList.to_tree
16 451 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00451 openpyxl.worksheet.filters.StringFilter.to_tree
16 468 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00468 openpyxl.worksheet.filters.StringFilter.to_tree
15 928 openpyxl.styles.fonts.Font.from_tree call site: 00928 openpyxl.worksheet.table.TableColumn.from_tree
13 786 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00786 openpyxl.packaging.manifest.Manifest.append

Runtime coverage analysis

Covered functions
943
Functions that are reachable but not covered
181
Reachable functions
381
Percentage of reachable functions covered
52.49%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_comment 6
openpyxl.workbook.workbook 25
openpyxl.packaging.core 5
openpyxl.utils.indexed_list 4
openpyxl.styles.alignment 1
openpyxl.styles.named_styles 17
openpyxl.worksheet.worksheet 17
openpyxl.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.worksheet.dimensions 11
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 13
openpyxl.worksheet.print_settings 1
openpyxl.worksheet.views 2
openpyxl.formatting.formatting 2
openpyxl.worksheet.properties 2
openpyxl.worksheet._write_only 2
openpyxl.writer.excel 81
openpyxl.packaging.extended 3
openpyxl.styles.fills 7
openpyxl.packaging.workbook 3
openpyxl.chart.series 1
openpyxl.chart.text 1
openpyxl.comments.comment_sheet 8
openpyxl.worksheet.related 1
openpyxl.chartsheet.chartsheet 5
openpyxl.chart.plotarea 7
openpyxl.packaging.custom 12
openpyxl.worksheet.filters 17
openpyxl.chart.chartspace 2
openpyxl.styles.stylesheet 32
openpyxl.worksheet.datavalidation 2
openpyxl.packaging.manifest 26
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 89
openpyxl.cell._writer 19
openpyxl.utils.datetime 9
openpyxl.compat.strings 5
openpyxl.xml.functions 5
openpyxl.worksheet.merge 1
openpyxl.packaging.relationship 5
openpyxl.descriptors.nested 3
openpyxl.descriptors.sequence 9
openpyxl.descriptors.namespace 1
openpyxl.styles.cell_style 7
openpyxl.styles.numbers 4
openpyxl.workbook._writer 36
openpyxl.descriptors.container 8
openpyxl.descriptors.serialisable 15
openpyxl.workbook.protection 5
openpyxl.styles.fonts 7
openpyxl.worksheet.page 1
openpyxl.chart.axis 5
openpyxl.worksheet.table 2
openpyxl.utils.escape 2

Fuzzer: fuzz_load

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 2 40.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 3 60.0%
All colors 5 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2 1 ...fuzz_load.TestInput call site: 00001 fd.write

Runtime coverage analysis

Covered functions
944
Functions that are reachable but not covered
5
Reachable functions
5
Percentage of reachable functions covered
0.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_load 4

Fuzzer: fuzz_basic

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 399 41.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 572 58.9%
All colors 971 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
39 333 openpyxl.worksheet._writer.WorksheetWriter.write_row call site: 00333 openpyxl.cell._writer._set_attributes
25 620 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00620 openpyxl.worksheet.filters.StringFilter.to_tree
25 855 openpyxl.styles.fonts.Font.from_tree call site: 00855 openpyxl.chart.plotarea.PlotArea.from_tree
20 461 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00461 openpyxl.worksheet.filters.StringFilter.to_tree
17 494 openpyxl.packaging.relationship.RelationshipList.append call site: 00494 openpyxl.worksheet.filters.StringFilter.to_tree
17 512 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00512 openpyxl.worksheet.filters.StringFilter.to_tree
17 548 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00548 openpyxl.worksheet.filters.StringFilter.to_tree
16 194 openpyxl.writer.excel.ExcelWriter.write_data call site: 00194 openpyxl.packaging.custom.CustomPropertyList.to_tree
16 410 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00410 openpyxl.worksheet.filters.StringFilter.to_tree
16 427 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00427 openpyxl.worksheet.filters.StringFilter.to_tree
15 142 openpyxl.writer.excel.ExcelWriter.write_data call site: 00142 openpyxl.worksheet.filters.StringFilter.to_tree
13 749 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00749 openpyxl.packaging.manifest.Manifest.append

Runtime coverage analysis

Covered functions
944
Functions that are reachable but not covered
172
Reachable functions
355
Percentage of reachable functions covered
51.55%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_basic 11
openpyxl.workbook.workbook 6
openpyxl.worksheet._write_only 2
openpyxl.worksheet.worksheet 17
openpyxl.worksheet.dimensions 11
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 13
openpyxl.worksheet.print_settings 1
openpyxl.worksheet.views 2
openpyxl.formatting.formatting 2
openpyxl.worksheet.properties 2
openpyxl.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.writer.excel 81
openpyxl.packaging.extended 3
openpyxl.comments.comment_sheet 8
openpyxl.packaging.workbook 3
openpyxl.chart.plotarea 7
openpyxl.chart.chartspace 2
openpyxl.chartsheet.chartsheet 5
openpyxl.packaging.custom 12
openpyxl.chart.text 1
openpyxl.worksheet.filters 20
openpyxl.chart.series 1
openpyxl.packaging.manifest 25
openpyxl.worksheet.datavalidation 2
openpyxl.styles.fills 7
openpyxl.styles.stylesheet 32
openpyxl.worksheet.related 1
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 89
openpyxl.cell._writer 19
openpyxl.utils.datetime 9
openpyxl.compat.strings 5
openpyxl.xml.functions 2
openpyxl.worksheet.merge 1
openpyxl.packaging.relationship 5
openpyxl.packaging.core 4
openpyxl.descriptors.sequence 9
openpyxl.descriptors.nested 3
openpyxl.descriptors.namespace 1
openpyxl.utils.indexed_list 4
openpyxl.styles.cell_style 7
openpyxl.styles.alignment 1
openpyxl.styles.numbers 4
openpyxl.styles.named_styles 14
openpyxl.workbook._writer 36
openpyxl.descriptors.container 7
openpyxl.styles.fonts 4
openpyxl.chart.axis 2
openpyxl.workbook.protection 2
openpyxl.worksheet.table 2
openpyxl.utils.escape 2
openpyxl.worksheet.page 1

Fuzzer: fuzz_chart

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 417 39.9%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 628 60.0%
All colors 1045 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
25 672 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00672 openpyxl.worksheet.filters.StringFilter.to_tree
23 910 openpyxl.descriptors.serialisable.Serialisable.from_tree call site: 00910 openpyxl.styles.fonts.Font.from_tree
22 486 openpyxl.worksheet._writer.WorksheetWriter.write_row call site: 00486 openpyxl.cell._writer._set_attributes
20 561 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00561 openpyxl.worksheet.filters.StringFilter.to_tree
18 434 openpyxl.cell._writer.etree_write_cell call site: 00434 openpyxl.utils.datetime.to_excel
17 594 openpyxl.packaging.relationship.RelationshipList.append call site: 00594 openpyxl.worksheet.filters.StringFilter.to_tree
16 326 openpyxl.writer.excel.ExcelWriter.write_data call site: 00326 openpyxl.packaging.custom.CustomPropertyList.to_tree
16 510 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00510 openpyxl.worksheet.filters.StringFilter.to_tree
16 527 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00527 openpyxl.worksheet.filters.StringFilter.to_tree
16 644 openpyxl.descriptors.sequence.ValueSequence.to_tree call site: 00644 openpyxl.worksheet.filters.StringFilter.to_tree
13 296 openpyxl.writer.excel.ExcelWriter.write_data call site: 00296 openpyxl.worksheet.filters.StringFilter.to_tree
13 796 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00796 openpyxl.packaging.manifest.Manifest.append

Runtime coverage analysis

Covered functions
943
Functions that are reachable but not covered
190
Reachable functions
422
Percentage of reachable functions covered
54.98%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_chart 18
openpyxl.workbook.workbook 26
openpyxl.packaging.core 5
openpyxl.utils.indexed_list 4
openpyxl.styles.alignment 1
openpyxl.styles.named_styles 17
openpyxl.worksheet.worksheet 17
openpyxl.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.worksheet.dimensions 11
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 15
openpyxl.worksheet.print_settings 1
openpyxl.worksheet.views 2
openpyxl.formatting.formatting 2
openpyxl.worksheet.properties 2
openpyxl.chartsheet.chartsheet 8
openpyxl.chartsheet.views 1
openpyxl.chart.area_chart 4
openpyxl.chart.axis 7
openpyxl.chart.bar_chart 5
openpyxl.chart.line_chart 4
openpyxl.chart.reference 3
openpyxl.chart._chart 5
openpyxl.chart.series_factory 9
openpyxl.chart.series 3
openpyxl.chart.shapes 1
openpyxl.chart.marker 1
openpyxl.chart.data_source 1
openpyxl.drawing.spreadsheet_drawing 3
openpyxl.worksheet._write_only 2
openpyxl.writer.excel 81
openpyxl.packaging.extended 3
openpyxl.styles.fills 7
openpyxl.comments.comment_sheet 8
openpyxl.chart.text 1
openpyxl.packaging.custom 12
openpyxl.worksheet.related 1
openpyxl.worksheet.datavalidation 2
openpyxl.chart.plotarea 7
openpyxl.packaging.workbook 3
openpyxl.chart.chartspace 2
openpyxl.packaging.manifest 26
openpyxl.worksheet.filters 15
openpyxl.styles.stylesheet 32
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 89
openpyxl.cell._writer 19
openpyxl.utils.datetime 9
openpyxl.xml.functions 5
openpyxl.compat.strings 5
openpyxl.worksheet.merge 1
openpyxl.packaging.relationship 5
openpyxl.descriptors.sequence 9
openpyxl.descriptors.namespace 1
openpyxl.descriptors.nested 3
openpyxl.styles.cell_style 7
openpyxl.styles.numbers 4
openpyxl.workbook._writer 36
openpyxl.descriptors.container 8
openpyxl.descriptors.serialisable 15
openpyxl.worksheet.page 1
openpyxl.workbook.protection 5
openpyxl.styles.fonts 7
openpyxl.worksheet.table 2
openpyxl.utils.escape 2

Fuzzer: fuzz_sheet

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 380 40.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 567 59.8%
All colors 947 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
25 611 openpyxl.worksheet._writer.WorksheetWriter.write_tables call site: 00611 openpyxl.worksheet.filters.StringFilter.to_tree
22 419 openpyxl.worksheet._writer.WorksheetWriter.write_row call site: 00419 openpyxl.cell._writer._set_attributes
20 494 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00494 openpyxl.worksheet.filters.StringFilter.to_tree
18 367 openpyxl.cell._writer.etree_write_cell call site: 00367 openpyxl.utils.datetime.to_excel
17 143 ...fuzz_sheet.TestInput call site: 00143 openpyxl.workbook.workbook.Workbook.save
17 527 openpyxl.packaging.relationship.RelationshipList.append call site: 00527 openpyxl.worksheet.filters.StringFilter.to_tree
17 818 openpyxl.workbook._writer.WorkbookWriter.write_root_rels call site: 00818 openpyxl.descriptors.container.ElementList.from_tree
17 839 openpyxl.styles.fonts.Font.from_tree call site: 00839 openpyxl.worksheet.table.TableColumn.from_tree
16 259 openpyxl.writer.excel.ExcelWriter.write_data call site: 00259 openpyxl.packaging.custom.CustomPropertyList.to_tree
16 443 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00443 openpyxl.worksheet.filters.StringFilter.to_tree
16 460 openpyxl.worksheet._writer.WorksheetWriter.write_tail call site: 00460 openpyxl.worksheet.filters.StringFilter.to_tree
13 735 openpyxl.writer.excel.ExcelWriter._write_external_links call site: 00735 openpyxl.packaging.manifest.Manifest.append

Runtime coverage analysis

Covered functions
943
Functions that are reachable but not covered
178
Reachable functions
377
Percentage of reachable functions covered
52.79%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_sheet 19
openpyxl.workbook.workbook 25
openpyxl.packaging.core 10
openpyxl.utils.indexed_list 4
openpyxl.styles.alignment 1
openpyxl.styles.named_styles 17
openpyxl.worksheet.worksheet 17
openpyxl.workbook.child 2
openpyxl.worksheet.header_footer 2
openpyxl.worksheet.dimensions 11
openpyxl.worksheet.cell_range 6
openpyxl.utils.cell 13
openpyxl.worksheet.print_settings 1
openpyxl.worksheet.views 2
openpyxl.formatting.formatting 2
openpyxl.worksheet.properties 2
openpyxl.worksheet._write_only 2
openpyxl.writer.excel 81
openpyxl.packaging.extended 3
openpyxl.packaging.manifest 25
openpyxl.chartsheet.chartsheet 5
openpyxl.packaging.workbook 3
openpyxl.styles.fills 7
openpyxl.worksheet.related 1
openpyxl.chart.chartspace 2
openpyxl.worksheet.filters 17
openpyxl.worksheet.datavalidation 2
openpyxl.styles.stylesheet 32
openpyxl.chart.series 1
openpyxl.comments.comment_sheet 8
openpyxl.packaging.custom 12
openpyxl.chart.text 1
openpyxl.chart.plotarea 7
openpyxl.descriptors.base 2
openpyxl.worksheet._writer 90
openpyxl.cell._writer 19
openpyxl.utils.datetime 9
openpyxl.xml.functions 2
openpyxl.compat.strings 5
openpyxl.worksheet.merge 1
openpyxl.packaging.relationship 5
openpyxl.descriptors.sequence 9
openpyxl.descriptors.namespace 1
openpyxl.descriptors.nested 3
openpyxl.styles.cell_style 7
openpyxl.styles.numbers 4
openpyxl.workbook._writer 36
openpyxl.descriptors.container 7
openpyxl.worksheet.page 1
openpyxl.styles.fonts 4
openpyxl.workbook.protection 2
openpyxl.chart.axis 2
openpyxl.worksheet.table 2
openpyxl.utils.escape 2

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
openpyxl.reader.excel.ExcelReader.read_worksheets openpyxl.reader.excel 1 ['N/A'] 10 0 9 6 5 203 2 665 335
openpyxl.descriptors.sequence.Sequence.__set__ openpyxl.descriptors.sequence 3 ['N/A', 'N/A', 'N/A'] 4 0 1 2 4 46 0 145 89
openpyxl.drawing.spreadsheet_drawing.SpreadsheetDrawing._write openpyxl.drawing.spreadsheet_drawing 1 ['N/A'] 4 0 7 5 5 75 0 241 80
openpyxl.reader.workbook.WorkbookParser.assign_names openpyxl.reader.workbook 1 ['N/A'] 3 0 3 4 5 23 2 78 48

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
26.0%
328 / 1245
Cyclomatic complexity statically reachable by fuzzers
28.0%
1124 / 4016

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

/src/fuzz_sort.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['openpyxl.workbook._writer.WorkbookWriter.write_root_rels', 'openpyxl.worksheet._writer.WorksheetWriter.write_tables', 'openpyxl.worksheet._writer.WorksheetWriter.write_row', 'openpyxl.worksheet._writer.WorksheetWriter.write_tail', 'openpyxl.cell._writer.etree_write_cell', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.writer.excel.ExcelWriter.write_data']

/src/fuzz_formulae.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['openpyxl.utils.cell.get_column_letter', '...fuzz_formulae.TestInput', 'openpyxl.formula.translate.Translator.translate_row', 'openpyxl.formula.translate.Translator.translate_range', 'openpyxl.formula.tokenizer.Tokenizer._parse']

/src/fuzz_cellutil.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['...fuzz_cellutil.TestInput', 'openpyxl.utils.cell.range_boundaries', 'openpyxl.utils.cell.get_column_letter']

/src/fuzz_comment.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['openpyxl.worksheet._writer.WorksheetWriter.write_row', 'openpyxl.worksheet._writer.WorksheetWriter.write_tables', 'openpyxl.descriptors.serialisable.Serialisable.from_tree', 'openpyxl.worksheet._writer.WorksheetWriter.write_tail', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.writer.excel.ExcelWriter.write_data']

/src/fuzz_load.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['...fuzz_load.TestInput']

/src/fuzz_basic.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['openpyxl.worksheet._writer.WorksheetWriter.write_row', 'openpyxl.worksheet._writer.WorksheetWriter.write_tables', 'openpyxl.styles.fonts.Font.from_tree', 'openpyxl.worksheet._writer.WorksheetWriter.write_tail', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.writer.excel.ExcelWriter.write_data']

/src/fuzz_chart.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['openpyxl.worksheet._writer.WorksheetWriter.write_tables', 'openpyxl.descriptors.serialisable.Serialisable.from_tree', 'openpyxl.worksheet._writer.WorksheetWriter.write_row', 'openpyxl.worksheet._writer.WorksheetWriter.write_tail', 'openpyxl.cell._writer.etree_write_cell', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.writer.excel.ExcelWriter.write_data', 'openpyxl.descriptors.sequence.ValueSequence.to_tree']

/src/fuzz_sheet.py

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['openpyxl.worksheet._writer.WorksheetWriter.write_tables', 'openpyxl.worksheet._writer.WorksheetWriter.write_row', 'openpyxl.worksheet._writer.WorksheetWriter.write_tail', 'openpyxl.cell._writer.etree_write_cell', '...fuzz_sheet.TestInput', 'openpyxl.packaging.relationship.RelationshipList.append', 'openpyxl.workbook._writer.WorkbookWriter.write_root_rels', 'openpyxl.styles.fonts.Font.from_tree', 'openpyxl.writer.excel.ExcelWriter.write_data']

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
itertools [] []
openpyxl.drawing.geometry [] []
openpyxl.drawing.xdr [] []
openpyxl.worksheet.scenario [] []
Integer [] []
openpyxl.reader.excel [] []
openpyxl.chart.layout [] []
openpyxl.chart.reader [] []
openpyxl.chart.plotarea ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.chartsheet.views ['fuzz_chart'] []
openpyxl.chart.pivot [] []
openpyxl.workbook.views [] []
openpyxl.workbook.web [] []
PIL [] []
openpyxl.workbook.protection ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
posixpath [] []
openpyxl.chart.pie_chart [] []
openpyxl.compat.strings ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
defusedxml [] []
abc [] []
...fuzz_chart ['fuzz_chart'] []
openpyxl.descriptors.nested ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.chartsheet.chartsheet ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.worksheet.header_footer ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.styles.numbers ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.utils.exceptions [] []
openpyxl.worksheet.smart_tag [] []
openpyxl.formula [] []
openpyxl.descriptors.base ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.chart.axis ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.chart.shapes ['fuzz_chart'] []
openpyxl.worksheet.formula [] []
openpyxl.utils.cell ['fuzz_sort', 'fuzz_formulae', 'fuzz_cellutil', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.chart.text ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
...fuzz_sort ['fuzz_sort'] []
openpyxl.chart.surface_chart [] []
openpyxl.styles.differential [] []
openpyxl.worksheet._read_only [] []
openpyxl.pivot [] []
...fuzz_basic ['fuzz_basic'] []
openpyxl.workbook.properties [] []
openpyxl.drawing.relation [] []
openpyxl.writer.theme [] []
openpyxl.xml.constants [] []
openpyxl.chartsheet.publish [] []
openpyxl.pivot.record [] []
openpyxl.worksheet.hyperlink [] []
openpyxl.utils.indexed_list ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.compat.singleton [] []
openpyxl.cell.read_only [] []
openpyxl.packaging.custom ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.xml [] []
openpyxl.pivot.fields [] []
functools [] []
openpyxl.compat.abc [] []
openpyxl.packaging.relationship ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.reader.drawings [] []
openpyxl.descriptors.serialisable ['fuzz_comment', 'fuzz_chart'] []
openpyxl.comments.comments [] []
openpyxl.worksheet.protection [] []
openpyxl.chart.reference ['fuzz_chart'] []
openpyxl.reader [] []
openpyxl [] []
openpyxl.workbook.external_link [] []
atheris [] []
openpyxl.worksheet.errors [] []
openpyxl.worksheet.print_settings ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
...fuzz_cellutil ['fuzz_cellutil'] []
openpyxl.xml.functions ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
Sequence [] []
openpyxl.descriptors.container ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.workbook [] []
openpyxl.workbook.smart_tags [] []
openpyxl.workbook.workbook ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.chart.bar_chart ['fuzz_chart'] []
pandas [] []
tempfile [] []
String [] []
openpyxl.worksheet.views ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.worksheet.picture [] []
openpyxl.workbook.external_reference [] []
openpyxl.formatting.rule [] []
openpyxl.chart.bubble_chart [] []
openpyxl.worksheet.custom [] []
collections [] []
openpyxl.chart [] []
openpyxl.chart.series_factory ['fuzz_chart'] []
openpyxl.workbook.defined_name [] []
openpyxl.writer [] []
openpyxl.cell [] []
array [] []
openpyxl.drawing.spreadsheet_drawing ['fuzz_chart'] []
openpyxl.styles.borders [] []
warnings [] []
openpyxl.drawing.connector [] []
io [] []
openpyxl.chart._chart ['fuzz_chart'] []
openpyxl.chart.print_settings [] []
openpyxl.packaging.core ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.chart.label [] []
openpyxl.workbook.child ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.styles.cell_style ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.styles.fonts ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.styles.table [] []
openpyxl.chartsheet.custom [] []
openpyxl.pivot.cache [] []
...fuzz_comment ['fuzz_comment'] []
openpyxl.drawing [] []
openpyxl.worksheet._reader [] []
openpyxl.chart.picture [] []
openpyxl.styles.fills ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.packaging.extended ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.drawing.effect [] []
openpyxl.worksheet.datavalidation ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.chart.scatter_chart [] []
openpyxl.utils.escape ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
operator [] []
openpyxl.worksheet [] []
openpyxl.packaging.interface [] []
openpyxl.worksheet.controls [] []
inspect [] []
os [] []
openpyxl.worksheet.worksheet ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.styles.styleable [] []
weakref [] []
openpyxl.drawing.image [] []
openpyxl.chart.error_bar [] []
openpyxl.compat.product [] []
et_xmlfile [] []
openpyxl.utils.dataframe [] []
openpyxl.compat.numbers [] []
numpy [] []
openpyxl.worksheet.properties ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.descriptors.excel [] []
openpyxl.workbook.function_group [] []
openpyxl.comments.shape_writer [] []
openpyxl.drawing.graphic [] []
openpyxl.descriptors [] []
openpyxl.formula.tokenizer ['fuzz_formulae'] []
openpyxl.worksheet.dimensions ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.worksheet.pagebreak [] []
openpyxl.chart.trendline [] []
...fuzz_formulae ['fuzz_formulae'] []
re [] []
openpyxl.cell.text [] []
copy [] []
openpyxl.drawing.picture [] []
openpyxl.reader.strings [] []
openpyxl.workbook.external_link.external [] []
openpyxl.chart.stock_chart [] []
openpyxl.utils.formulas [] []
openpyxl.formula.translate ['fuzz_formulae'] []
...fuzz_sheet ['fuzz_sheet'] []
openpyxl.cell.cell [] []
openpyxl.chart.updown_bars [] []
openpyxl.utils.inference [] []
openpyxl._constants [] []
openpyxl.descriptors.namespace ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.cell._writer ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.cell.rich_text [] []
openpyxl.comments.author [] []
openpyxl.worksheet._writer ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.packaging.manifest ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.utils.units [] []
openpyxl.chart.area_chart ['fuzz_chart'] []
openpyxl.chartsheet.properties [] []
openpyxl.worksheet.drawing [] []
openpyxl.worksheet.table ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.drawing.colors [] []
openpyxl.styles.stylesheet ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.styles.protection [] []
openpyxl.chartsheet.relation [] []
...fuzz_load ['fuzz_load'] []
openpyxl.chart.series ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.drawing.line [] []
openpyxl.pivot.table [] []
openpyxl.chartsheet.protection [] []
openpyxl.utils [] []
openpyxl.chart.radar_chart [] []
openpyxl.comments [] []
openpyxl.descriptors.slots [] []
openpyxl.descriptors.sequence ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.chart.data_source ['fuzz_chart'] []
openpyxl.styles.alignment ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.worksheet.ole [] []
openpyxl.chart.title [] []
openpyxl.chart.line_chart ['fuzz_chart'] []
openpyxl.worksheet.related ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
math [] []
openpyxl.packaging.workbook ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.utils.bound_dictionary [] []
openpyxl.chart.chartspace ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.drawing.fill [] []
openpyxl.reader.workbook [] []
openpyxl.worksheet.cell_range ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.formatting [] []
lxml [] []
openpyxl.styles.colors [] []
openpyxl.styles.proxy [] []
openpyxl.styles [] []
openpyxl.chart.descriptors [] []
openpyxl.drawing.text [] []
[] []
openpyxl.chart.legend [] []
openpyxl.worksheet._write_only ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.worksheet.merge ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.drawing.drawing [] []
openpyxl.drawing.properties [] []
datetime [] []
openpyxl.chartsheet [] []
openpyxl.chart._3d [] []
openpyxl.worksheet.cell_watch [] []
zipfile [] []
mimetypes [] []
openpyxl.styles.named_styles ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.formatting.formatting ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.writer.excel ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.utils.protection [] []
xml [] []
openpyxl.chart.marker ['fuzz_chart'] []
openpyxl.compat [] []
openpyxl.packaging [] []
openpyxl.worksheet.copier [] []
openpyxl.worksheet.page ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.workbook._writer ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.styles.builtins [] []
openpyxl.utils.datetime ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.comments.comment_sheet ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []
openpyxl.worksheet.filters ['fuzz_sort', 'fuzz_comment', 'fuzz_basic', 'fuzz_chart', 'fuzz_sheet'] []

Directories in report

Directory