<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>posturan</author_name>
  <author_url>https://blog.hatena.ne.jp/posturan/</author_url>
  <blog_title>Oboe吹きプログラマの黙示録</blog_title>
  <blog_url>https://oboe2uran.hatenablog.com/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>Excel で、８桁を超える数値を指数表記ではなく、そのまま８桁で格納、 これを Apache POI で読み込むと、 org.apache.poi.ss.usermodel.Cell は、 toString() では、指数表記になる。 10000000 → 1.0E7 つまり、double 型を toString() した場合と同じ。Apache POI では、数値は全て CellType は、NUMERIC で getNumericCellValue() メソッドで double として読み込むしかない。８桁以上の数値を指数表記でない文字列表記したければ、一旦変換するしかない。 以下 ce…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Foboe2uran.hatenablog.com%2Fentry%2F2022%2F08%2F21%2F103824&quot; title=&quot;Excel 指数表記と Apache POI - Oboe吹きプログラマの黙示録&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>2022-08-21 10:38:24</published>
  <title>Excel 指数表記と Apache POI</title>
  <type>rich</type>
  <url>https://oboe2uran.hatenablog.com/entry/2022/08/21/103824</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
