calcChain.xml 307 B

123456
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <calcChain xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
  3. <% formulae.forEach(function(formula) { %>
  4. <c r="<%=formula.address%>" i="<%=formula.i%>" <% if(formula.l) { %>l="<%=formula.l%>"<% } %>/>
  5. <% }); %>
  6. </calcChain>