<?xml version="1.0" encoding="UTF-8"?>
<workbook>
  <worksheet name="テーブル一覧">
  <row><cell/><format bold="1"><cell text="テーブル一覧"/></format></row>
  <row/>
  <format border="1">
    <row><format align="center" bold="1"><cell width="4" text="No."/><cell width="30" text="テーブル名"/></format></row>
    <loop name="table_list">
      <row><cell text="$index"/><cell text="$table_name"/></row>
    </loop>
  </format>
  </worksheet>
  <loop name="table_list">
    <worksheet name="$table_name">
      <row><cell/><format bold="1"><cell text="$table_name"/></format></row>
      <row/>
      <format border="1">
        <row><format align="center" bold="1"><cell width="4" text="No."/><cell width="40" text="カラム名"/><cell width="10" text="Not null"/><cell width="18" text="データ型"/></format></row>
	<loop name="column_list">
	  <row><cell text="$index"/><cell text="$column_name"/><cell text="$not_null"/><cell text="$type"/></row>
	</loop>
      </format>
    </worksheet>
  </loop>
</workbook>
