<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chaichanPaPa</author_name>
  <author_url>https://blog.hatena.ne.jp/chaichanPaPa/</author_url>
  <blog_title>旧燈明日記</blog_title>
  <blog_url>https://chaipa.hateblo.jp/</blog_url>
  <categories>
    <anon>VB-TIPS</anon>
    <anon>Perlノート</anon>
  </categories>
  <description>VBAとかPerlからEXCELへCSVデータを読み込むと、すべて文字列で読み込んで欲しいのに、EXCELがいろいろ変換をしてくれます。 通常、変換されるのは、文字列以外の数値、日付、パーセント等のデータです。 この余計なお世話を黙らせるのは、NumberFormatLocalプロパティへ『@』をセットします。 これで、すべて文字列として扱われると思ったら、セルデータ単独の『%1』等は、まだダメで、『0.01』等に変換されるのです。 これを解決するには、『%1』等の文字列を『=&quot;%1&quot;』等に置換すると変換されなくなりました。ちなみに、『1%』等も『0.01』等になるので『=&quot;1%&quot;』等に置換す…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchaipa.hateblo.jp%2Fentry%2F20080820%2F1219230151&quot; title=&quot; EXCELでCSVデータ読み込み時、セルデータ単独『%1』等の場合は？ - 旧燈明日記&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>2008-08-20 20:02:31</published>
  <title> EXCELでCSVデータ読み込み時、セルデータ単独『%1』等の場合は？</title>
  <type>rich</type>
  <url>https://chaipa.hateblo.jp/entry/20080820/1219230151</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
