UNPKG

@nocobase/plugin-action-import

Version:

Import records using excel templates. You can configure which fields to import and templates will be generated automatically.

6 lines 307 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>