マニュアル(html形式)
概要
マスターデータの構造一覧をhtml形式でコンバートします。
出力されたデータは資料等に活用できます。
出力構成
2ペイン構成のHTMLドキュメントとして出力されます。
| ファイル | 内容 |
|---|---|
index.html | エントリポイント。左ペインにメニュー、右ペインにコンテンツをiframeで表示 |
menu.html | 各データページへのナビゲーションリンク |
data/enumeration.html | Enum定義の一覧 |
data/[シート名].html | 各Excelシートのキー定義 |
css/base.css | スタイルシート |
サンプル
yaml
header:
input_path:
- path: Item/Item.xlsm
sheet: Item
row: 5
base_type: Normal
source_type: Normal
container_type: WienerDictionary
name: Item
output_path: Item
fields:
- key: Id
name: id
type: Int
- key: Name
name: name
type: String
- key: Detail
name: detail
type: String
- key: Type
name: type
type: Foreignkey
relation:
yaml: enum/item_type.yaml
from: From
to: To
- key: Value
name: value
type: Int
- key: Sale
name: sale
type: Int
...
出力結果
