<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>maluboh</author_name>
  <author_url>https://blog.hatena.ne.jp/maluboh/</author_url>
  <blog_title>まるぼ〜の日記</blog_title>
  <blog_url>https://maluboh.hatenadiary.org/</blog_url>
  <categories>
    <anon>ruby</anon>
  </categories>
  <description>ruby の添付ライブラリ win32ole を使うと、ruby からwindows アプリが操れる。 例えば、Excel を開いて指定したセルに文字列をセットする場合には以下のようにする。 require 'win32ole' xl = WIN32OLE.new('Excel.Application') fso = WIN32OLE.new('Scripting.FileSystemObject') book = xl.Workbooks.Open(fso.GetAbsolutePathName(&quot;./Book1.xls&quot;)) begin sheet = book.Worksheets(1)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmaluboh.hatenadiary.org%2Fentry%2F20070705%2Fp2&quot; title=&quot; win32ole で Excel を使う - まるぼ〜の日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-07-05 00:00:01</published>
  <title> win32ole で Excel を使う</title>
  <type>rich</type>
  <url>https://maluboh.hatenadiary.org/entry/20070705/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
