<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>bookslope blog &#187; excel</title>
	<atom:link href="http://www.bookslope.jp/blog/tag/excel/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bookslope.jp/blog</link>
	<description>Information Architect/User Experience Designer</description>
	<lastBuildDate>Thu, 29 Dec 2011 06:11:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
<!-- podcast_generator="Blubrry PowerPress/2.0.4" -->
	<itunes:summary>Information Architect/User Experience Designer</itunes:summary>
	<itunes:author>bookslope blog</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.bookslope.jp/blog/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>Information Architect/User Experience Designer</itunes:subtitle>
	<image>
		<title>bookslope blog &#187; excel</title>
		<url>http://www.bookslope.jp/blog/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://www.bookslope.jp/blog</link>
	</image>
		<item>
		<title>[IA] Visio + Excel</title>
		<link>http://www.bookslope.jp/blog/2004/01/ia_visio_excel.html</link>
		<comments>http://www.bookslope.jp/blog/2004/01/ia_visio_excel.html#comments</comments>
		<pubDate>Thu, 22 Jan 2004 15:35:56 +0000</pubDate>
		<dc:creator>bookslope</dc:creator>
				<category><![CDATA[Study]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[ia]]></category>
		<category><![CDATA[visio]]></category>

		<guid isPermaLink="false">http://www.f00-042.204.183.203.fs-user.net/blog/2004/01/ia-visio-excel.html</guid>
		<description><![CDATA[サイト構造をダイヤグラムとアウトラインで設計している方法は「[IA] アウトラインプロセッサとダイヤグラム」で述べたとおりですが、マイクロソフトのソフトであるドローソフト「Visio」と表計算ソフト「Excel」との連携 [...]]]></description>
			<content:encoded><![CDATA[<p>サイト構造をダイヤグラムとアウトラインで設計している方法は「[<a href="http://bookslope.jp/blog/archives/000006.html">IA] アウトラインプロセッサとダイヤグラム</a>」で述べたとおりですが、マイクロソフトのソフトであるドローソフト「<a href="http://www.microsoft.com/japan/office/visio/prodinfo/default.mspx">Visio</a>」と表計算ソフト「<a href="http://www.microsoft.com/japan/office/excel/prodinfo/default.mspx">Excel</a>」との連携には以前から興味があります。</p>
<p>ポイントは、ダイヤグラムをどうアウトラインで制御してかつ管理・運営していくのか? にありますが、この連携にはそれが満たされるのではないかという漠然とした期待があります。</p>
<p>そこで、知人に教えてもらった興味深いサイトがあるのでご紹介。</p>
<p><a href="http://www.boxesandarrows.com/archives/automating_diagrams_with_visio.php">Boxes and Arrows: Automating Diagrams with Visio</a></p>
<blockquote><p><span class="quotetitle">The steps to be covered in this process</span></p>
<ul>
<li>Identify and document your nodes
<ul>
<li>For site maps, identify nodes in a content inventory, hierarchically arranged
<li>For flowcharts, sketch and identify shapes and connectors
</ul>
<li>Document nodal connections
<ul>
<li>Indicate how parent nodes explicitly link to child nodes
</ul>
<li>Prepare text file for importing to a drawing program
<ul>
<li>Prepare a &#8220;shapes&#8221; file in Excel or with a text editor
<li>Prepare a &#8220;links&#8221; file in Excel or with a text editor
<ul>
<li>If using Excel, export files to comma- or tab-separated file (saved as .csv or .txt)
</ul>
<li>Combine shapes and links files into one text file for importing into Visio
</ul>
<li>Open/Import and auto-diagram
<ul>
<li>Open the text file in Visio
</ul>
<li>Modify the diagram
<ul>
<li>Manipulate the diagram shapes for clarity and apply any cosmetic changes
</ul>
</ul>
</blockquote>
<p>実際にアウトライン (というか <.tsv> ファイル) を作成してVisioに取り込んだのを見せてもらいましたが、なかなかいい線いってるのではと思いました。</p>
<p>ということで、この件についてはもうちっと掘り下げて検証してみることにします。</p>
<p>もし、すでに検証した方があれば情報をお待ちしてます。<br />
<span id="more-27"></span><br />
早速試してみました。</p>
<p>まず、テキストファイルないしExcelファイルでウェブサイトの構築するカテゴリ名や項目を書き出します。それを下記フォーマットで作成します。</p>
<blockquote><p>
Shape, Shape Name, Master Name, Shape Text, ShapeX, ShapeY, Width Height, Property
</p></blockquote>
<p>作成後、<.csv> <.csv> などで書き出しVisioで開きます。</p>
<p>何回か「ファイル コンバータ アド オン エラー」というアラートがでてできなかったのですが、数回試したらうまく変換することができました。</p>
<p>すると、解説ページにもあるとおり放射線状 (?) までいかなくてもレイアウトはかなりいいかげんなものでした。「ドチャ」って配置されたような感じ。<br />
インスピレーションのようにダイヤグラムを「並び替え」で自動整頓できるわけでもなく、レイアウトはシコシコ手作業で調整するしかなさそうです。数ページならいざしらず何千ページのサイトだと気が遠くなりそう……。</p>
<blockquote><p>
最終結果は清潔なことに大量を必要とする図形です。箱を動かすことができ、より判読可能な図形を生産するために色で遊ぶことができます。〔略〕<br />
もちろん、働くためにVisioがあなたを与える恐ろしい色で図形を見たくなければ、それをより体裁がよく、見るのにより楽しくすることができるところで、イラストレーターに図形および糊をコピーすることができます。
</p></blockquote>
<p>うーん。やはりダイヤグラムについては別ソフトに逃げているところがありますな。</p>
<p>それと期待はずれだったのが、「Excel <.csv> → Visio <.vsd>」への変換しかなく、たがいに行き来できるというわけではない点です。このへんはMLとかプラグインの類で見つかったらいいなあと思いますが、どうなんでしょう。</p>
<p>情報を持っている方は教えてください。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bookslope.jp/blog/2004/01/ia_visio_excel.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

