mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-07-03 07:34:36 +08:00
6 lines
312 B
XML
6 lines
312 B
XML
<?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> |