File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 16
16
<a href =" https://snyk.io/test/github/handsontable/hyperformula?targetFile=package.json " ><img src =" https://snyk.io/test/github/handsontable/hyperformula/badge.svg?targetFile=package.json " alt =" Known Vulnerabilities " ></a >
17
17
<br >
18
18
<a href =" https://app.fossa.io/projects/git%2Bgithub.com%2Fhandsontable%2Fhyperformula?ref=badge_shield " ><img src =" https://app.fossa.io/api/projects/git%2Bgithub.com%2Fhandsontable%2Fhyperformula.svg?type=shield " alt =" FOSSA Status " ></a >
19
- <a href =" https://lgtm.com/projects/g/handsontable/hyperformula/context:javascript " ><img src =" https://img.shields.io/lgtm/grade/javascript/g/handsontable/hyperformula.svg?logo=lgtm& ; logoWidth=18 " alt =" Language grade: JavaScript " ></a >
20
- <a href =" https://github.com/handsontable/hyperformula/actions?query=workflow%3ATest+branch%3Amaster " ><img src =" https://img.shields.io/github/workflow/status/handsontable/hyperformula/Test " alt =" GitHub Workflow Status " ></a >
19
+ <a href =" https://github.com/handsontable/hyperformula/actions?query=workflow%3ATest+branch%3Amaster " ><img src =" https://img.shields.io/github/actions/workflow/status/handsontable/hyperformula/test.yml?branch=master " alt =" GitHub Workflow Status " ></a >
21
20
<a href =" https://codecov.io/gh/handsontable/hyperformula " ><img src =" https://codecov.io/gh/handsontable/hyperformula/branch/master/graph/badge.svg?token=5k9ZQv8azO " alt =" codecov " ></a >
22
21
</p >
23
22
@@ -73,7 +72,7 @@ const options = {
73
72
// define the data
74
73
const data = [[' 10' , ' 20' , ' 30' , ' =SUM(A1:C1)' ]];
75
74
76
- // build an instance with defined options and data
75
+ // build an instance with defined options and data
77
76
const hfInstance = HyperFormula .buildFromArray (data, options);
78
77
79
78
// call getCellValue to get the calculation results
You can’t perform that action at this time.
0 commit comments