<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fits</author_name>
  <author_url>https://blog.hatena.ne.jp/fits/</author_url>
  <blog_title>なんとなくな Developer のメモ</blog_title>
  <blog_url>https://fits.hatenablog.com/</blog_url>
  <categories>
    <anon>Java</anon>
    <anon>Groovy</anon>
  </categories>
  <description>個人的に Excel が好きではない。ついでに VB も。 なんとなく生産性が下がる気がするので、できれば使いたくない。というわけで、Excel を使わずに Excel ファイルを作成する手段の一つとして Jakarta POI 3.0rc4 を使った Excel ファイルの作成を試してみた。 A1 から A10 のセルに文字列を設定するサンプルを Groovy で記述。 import java.io.* import org.apache.poi.hssf.usermodel.* wb = new HSSFWorkbook() sh1 = wb.createSheet(&quot;テストシート&quot;) c…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffits.hatenablog.com%2Fentry%2F20070529%2F1180458041&quot; title=&quot; Jakarta POI で Excel ファイルを作成 - なんとなくな Developer のメモ&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-05-29 02:00:41</published>
  <title> Jakarta POI で Excel ファイルを作成</title>
  <type>rich</type>
  <url>https://fits.hatenablog.com/entry/20070529/1180458041</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
