<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>openpyxl - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/openpyxl/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Sun, 13 Oct 2013 09:07:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Python中操作Excel 2000的xlsx文件(使用openpyxl)</title>
		<link>https://www.coder4.com/archives/3991</link>
					<comments>https://www.coder4.com/archives/3991#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sun, 13 Oct 2013 06:51:34 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[openpyxl]]></category>
		<category><![CDATA[xlsx]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=3991</guid>

					<description><![CDATA[在工作中，我们经常需要将数据导出成表格的形式。常见的cvs格式（使用逗号分隔），虽然生成简单，但难免存在以下问题： 1、需要对文本中的逗号进行转义，特别是当文本中需要保留逗号的时候，往往无能为力。 2、字符编码问题，对于Office的一些版本，直接打开utf8编码的cvs，可能会出现乱码。因此，依然需要将cvs另存为Excel格式，才能方便使用。 下面我们介绍开源模块openpyxl，它能够帮助我们在Python中，直接操作Excel 2000文件格式（xlsx）。 一、[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/3991/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
