<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ptiringo</author_name>
  <author_url>https://blog.hatena.ne.jp/ptiringo/</author_url>
  <blog_title>なにか作る</blog_title>
  <blog_url>https://create-something.hatenadiary.jp/</blog_url>
  <categories>
    <anon>POI</anon>
    <anon>Excel</anon>
  </categories>
  <description>Excel 2007 以降の新色が使われている xls ファイルを HSSFWorkbook として読み込むと、互換性の問題のため、Excel 2003 以前のパレットの近似の色に自動的に変換されてしまうようだ。 元の色を維持したまま保存するには Excel 2003 パレットの色を変更して、変換後の色を元の色に置き換える必要がある。 HSSFPalatte palette = workbook.getCustomPalette(); palette.setColorAtIndex(IndexedColors.GOLD.index, (byte) 252, (yte) 213, (byte) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcreate-something.hatenadiary.jp%2Fentry%2F2014%2F11%2F10%2F221254&quot; title=&quot;Apache POI で Excel 2007 以降の新色が使われている xls ファイルを扱う - なにか作る&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>2014-11-10 22:12:54</published>
  <title>Apache POI で Excel 2007 以降の新色が使われている xls ファイルを扱う</title>
  <type>rich</type>
  <url>https://create-something.hatenadiary.jp/entry/2014/11/10/221254</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
