You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
312 B
6 lines
312 B
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<calcChain xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
|
|
<% formulae.forEach(function(formula) { %>
|
|
<c r="<%=formula.address%>" i="<%=formula.i%>" <% if(formula.l) { %>l="<%=formula.l%>"<% } %>/>
|
|
<% }); %>
|
|
</calcChain> |