<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>数据处理 on Hello-World</title><link>https://wenhua23.com/categories/%E6%95%B0%E6%8D%AE%E5%A4%84%E7%90%86/</link><description>Recent content in 数据处理 on Hello-World</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sun, 26 Jul 2026 22:53:52 +0800</lastBuildDate><atom:link href="https://wenhua23.com/categories/%E6%95%B0%E6%8D%AE%E5%A4%84%E7%90%86/index.xml" rel="self" type="application/rss+xml"/><item><title>如何快速拆分excel工作表</title><link>https://wenhua23.com/posts/%E5%A6%82%E4%BD%95%E5%BF%AB%E9%80%9F%E6%8B%86%E5%88%86excel%E5%B7%A5%E4%BD%9C%E8%A1%A8/</link><pubDate>Sun, 26 Jul 2026 22:53:52 +0800</pubDate><guid>https://wenhua23.com/posts/%E5%A6%82%E4%BD%95%E5%BF%AB%E9%80%9F%E6%8B%86%E5%88%86excel%E5%B7%A5%E4%BD%9C%E8%A1%A8/</guid><description>&lt;h1 id="1-需求描述"&gt;1. 需求描述&lt;/h1&gt;
&lt;p&gt;把一个大概100万行工作表的工作表，拆分为3个工作簿&lt;/p&gt;
&lt;h1 id="2-需求处理"&gt;2. 需求处理&lt;/h1&gt;
&lt;p&gt;方法一：（不推荐）使用AI工具自动化处理，耗时较久；
方法二：（推荐）基于原始工作表，直接删除不需要的行，再另存文件反而很快；&lt;/p&gt;
&lt;h1 id="3-需求总结"&gt;3. 需求总结&lt;/h1&gt;
&lt;p&gt;(1) 单工作表大数据量，因考虑到数据读取分析、方案生成耗时较久，可通过手工操作；
(2) 对于多工作表大数据量，应整理出类似处理脚本，模板化处理；&lt;/p&gt;</description></item></channel></rss>