0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Picklesプラグイン「sitemapExcel」

Last updated at Posted at 2014-04-08

Picklesで、エクセルファイル(*.xlsx)でサイトマップを管理できるようにするプラグイン。
⇒ 最新版ダウンロード、使い方はこちら

留意点

  • Excelの1シート目のみをサイトマップと認識する。2シート目以降は無視される。
  • ダウンロードしたエクセルファイル内の以下のセルにはシステムが処理する文字列が記載されているので削除しないように注意!

[A1]セル

定義行とデータ開始行を指定する。

row_definition=8&row_data_start=9&version=0.5.0b2  

定義行がnullだった場合、以降の列が無視されてしまうが、 skip_empty_col を設定することで、設定した数だけnullが連続しても以降の列を認識してくれる。

row_definition=8&row_data_start=9&skip_empty_col=20&version=0.5.0b2

[A17]セル

データの最終行。最終行で集計などを行う場合、不要行を省くことができる。

EndOfData  




pickles.png Picklesについてはこちら

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?