Commit 44927efb authored by xiandafu's avatar xiandafu
Browse files

import excel

parent 181e06e1
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<workbook> <workbook>
<worksheet name="Template"> <worksheet name="Template">
<loop startRow="3" endRow="10" items="list" var="dict" <section startRow="0" endRow="2">
</section>
<loop startRow="3" endRow="3" items="list" var="dict"
varType="com.ibeetl.admin.core.entity.CoreDict"> varType="com.ibeetl.admin.core.entity.CoreDict">
<section startRow="3" endRow="3"> <section startRow="3" endRow="3">
<mapping row="3" col="1">dict.name</mapping> <mapping row="3" col="1">dict.name</mapping>
...@@ -9,7 +11,7 @@ ...@@ -9,7 +11,7 @@
</section> </section>
<loopbreakcondition> <loopbreakcondition>
<rowcheck offset="0"> <rowcheck offset="0">
<cellcheck offset="0"></cellcheck> <cellcheck offset="0">结束</cellcheck>
</rowcheck> </rowcheck>
</loopbreakcondition> </loopbreakcondition>
</loop> </loop>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment