SpreadJS provides extensive support for formula auditing by providing users the ability to display relationships between formulas and cells. This can be done by tracing the precedent and dependent cells in the worksheet. The following sample uses the getDependents method to get the dependent cellRange information object for an array of cells. In this example, click on cell C10 to see it's dependent cells.