<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nakamura001</author_name>
  <author_url>https://blog.hatena.ne.jp/nakamura001/</author_url>
  <blog_title>強火で進め</blog_title>
  <blog_url>https://nakamura001.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>pyExcelerator</anon>
  </categories>
  <description>普通にUTF-8で記述するだけで「シート名」「値」「ファイル名」全てで問題なく日本語が使用できるみたいです。 # -*- coding: utf-8 -*- import pyExcelerator w = pyExcelerator.Workbook() ws = w.add_sheet(u'シート(1)') ws.write(0, 0, 1) ws.write(1, 0, 2) ws.write(2, 0, 3) ws.write(0, 1, 10) ws.write(0, 2, 100) ws.write(1, 1, u'テスト') w.save(u'テスト.xls')</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnakamura001.hatenablog.com%2Fentry%2F20080324%2F1206379686&quot; title=&quot;日本語対応 - 強火で進め&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-03-24 02:28:06</published>
  <title>日本語対応</title>
  <type>rich</type>
  <url>https://nakamura001.hatenablog.com/entry/20080324/1206379686</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
