﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-xiaomage234-随笔分类-ms office</title><link>http://www.blogjava.net/xiaomage234/category/28868.html</link><description>生命本就是一次凄美的漂流，记忆中放不下的，永远是孩提时代的那一份浪漫与纯真！</description><language>zh-cn</language><lastBuildDate>Sun, 12 Feb 2012 01:56:29 GMT</lastBuildDate><pubDate>Sun, 12 Feb 2012 01:56:29 GMT</pubDate><ttl>60</ttl><item><title>多线程ppt|doc|docx|pptx转换pdf 【转】</title><link>http://www.blogjava.net/xiaomage234/archive/2012/02/11/369799.html</link><dc:creator>小马歌</dc:creator><author>小马歌</author><pubDate>Sat, 11 Feb 2012 12:47:00 GMT</pubDate><guid>http://www.blogjava.net/xiaomage234/archive/2012/02/11/369799.html</guid><wfw:comment>http://www.blogjava.net/xiaomage234/comments/369799.html</wfw:comment><comments>http://www.blogjava.net/xiaomage234/archive/2012/02/11/369799.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/xiaomage234/comments/commentRss/369799.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/xiaomage234/services/trackbacks/369799.html</trackback:ping><description><![CDATA[<div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-left: 5px; line-height: 17px; overflow-x: hidden; overflow-y: hidden; color: #555555; font-family: Verdana, 'BitStream vera Sans', Tahoma, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">今天给我的转换服务器更新openoffice版本的时候&#183;也顺便搜索了下jodconverter的版本&#183;在官网上目前还是 2.2.2 版本&#183;但是在 google 的时候发现了 code 上 有 3.0的版本&#183;就立刻下载下来在虚拟机器上做测试，测试后发现 3.0版本 的 jodconverter 做的很不错&#183;支持了服务器多进程，也就说明可以多线程转换了，避免了转换排队现象。</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">1.下载安装 openoffice 3.2,我的环境是ubuntu所以下载的是deb包，如果你是centos请下载rpm包。</p><pre style="margin-top: 5px; margin-bottom: 5px; padding-top: 8px; padding-right: 12px; padding-bottom: 8px; padding-left: 36px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f4f5f7; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: #cccccc; border-right-color: #cccccc; border-bottom-color: #cccccc; border-left-color: #cccccc; border-image: initial; white-space: pre-wrap; ">ppt2pdf $&gt; wget http://download.services.openoffice.org/files/localized/zh-CN/3.2.1/OOo_3.2.1_Linux_x86_install-deb_zh-CN.tar.gz ppt2pdf $&gt; tar zxvf OOo_3.2.1_Linux_x86_install-deb_zh-CN.tar.gz ppt2pdf $&gt; cd OOO320_m18_native_packed-1_zh-CN.9502 ppt2pdf $&gt; cd DEBS ppt2pdf $&gt; dpkg -i *.deb</pre><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">2.然后下载中文字库防止乱码</p><pre style="margin-top: 5px; margin-bottom: 5px; padding-top: 8px; padding-right: 12px; padding-bottom: 8px; padding-left: 36px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f4f5f7; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: #cccccc; border-right-color: #cccccc; border-bottom-color: #cccccc; border-left-color: #cccccc; border-image: initial; white-space: pre-wrap; ">ppt2pdf $&gt; apt-get install language-pack-zh language-support-fonts-zh</pre><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">3.下载jodconverter-core-3.0-beta-3-dist.zip（此步骤可滤过次步骤只是测试转换是否成功）</p><pre style="margin-top: 5px; margin-bottom: 5px; padding-top: 8px; padding-right: 12px; padding-bottom: 8px; padding-left: 36px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f4f5f7; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: #cccccc; border-right-color: #cccccc; border-bottom-color: #cccccc; border-left-color: #cccccc; border-image: initial; white-space: pre-wrap; ">ppt2pdf $&gt; wget http://jodconverter.googlecode.com/files/jodconverter-core-3.0-beta-3-dist.zip ppt2pdf $&gt; unzip jodconverter-core-3.0-beta-3-dist.zip #然后用winscp 上传一个 ppt上来转换&#183; ppt2pdf $&gt; ls daodan.ppt   jodconverter-core-3.0-beta-3 ppt2pdf $&gt; java -jar jodconverter-core-3.0-SNAPSHOT/lib/jodconverter-core-3.0-SNAPSHOT.jar daodan.ppt 1.pdf Dec 29, 2010 4:39:29 PM org.artofsolving.jodconverter.office.ProcessPoolOfficeManager <init> INFO: ProcessManager implementation is UnixProcessManager Dec 29, 2010 4:39:29 PM org.artofsolving.jodconverter.office.OfficeProcess start INFO: starting process with acceptString 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and profileDir '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002' Dec 29, 2010 4:39:30 PM org.artofsolving.jodconverter.office.OfficeProcess start INFO: started process; pid = 7108 Dec 29, 2010 4:39:30 PM org.artofsolving.jodconverter.office.OfficeConnection connect INFO: connected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Dec 29, 2010 4:39:45 PM org.artofsolving.jodconverter.office.ProcessPoolOfficeManager stop INFO: stopping Dec 29, 2010 4:39:45 PM org.artofsolving.jodconverter.office.OfficeConnection$1 disposing INFO: disconnected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Dec 29, 2010 4:39:45 PM org.artofsolving.jodconverter.office.ManagedOfficeProcess doEnsureProcessExited INFO: process exited with code 0 Dec 29, 2010 4:39:45 PM org.artofsolving.jodconverter.office.ProcessPoolOfficeManager stop INFO: stopped ppt2pdf $&gt; ls 1.pdf  daodan.ppt   jodconverter-core-3.0-beta-3 </init></pre><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">#可以用winscp 下载下来查看。<br />4.下载 jodconverter-tomcat-2.2.2.zip 和 jodconverter-sample-webapp</p><pre style="margin-top: 5px; margin-bottom: 5px; padding-top: 8px; padding-right: 12px; padding-bottom: 8px; padding-left: 36px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f4f5f7; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: #cccccc; border-right-color: #cccccc; border-bottom-color: #cccccc; border-left-color: #cccccc; border-image: initial; white-space: pre-wrap; ">ppt2pdf $&gt; wget 'http://downloads.sourceforge.net/project/jodconverter/JODConverter/2.2.2/jodconverter-tomcat-2.2.2.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fjodconverter%2Ffiles%2FJODConverter%2F2.2.2%2F&amp;ts=1293612042&amp;use_mirror=nchc'  ppt2pdf $&gt; svn checkout http://jodconverter.googlecode.com/svn/trunk/jodconverter-sample-webapp jodconverter-sample-webapp  解压 jodconverter-tomcat-2.2.2.zip ppt2pdf $&gt; unzip jodconverter-tomcat-2.2.2.zip #删除 2.2.2版本里的web应用程序 ppt2pdf $&gt; rm jodconverter-tomcat-2.2.2/webapps/converter/* -rf  #编译jodconverter-sample-webapp ppt2pdf $&gt; cd jodconverter-sample-webapp/ ppt2pdf $&gt; mvn package #复制编译出来的 web应用程序进 jodconverter-tomcat-2.2.2 ppt2pdf $&gt; cd target/jodconverter-sample-webapp-3.0-SNAPSHOT ppt2pdf $&gt; cp WEB-INF  documentFormats.js  index.jsp ../jodconverter-tomcat-2.2.2/webapps/converter/ -R</pre><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">5.启动服务</p><pre style="margin-top: 5px; margin-bottom: 5px; padding-top: 8px; padding-right: 12px; padding-bottom: 8px; padding-left: 36px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f4f5f7; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: #cccccc; border-right-color: #cccccc; border-bottom-color: #cccccc; border-left-color: #cccccc; border-image: initial; white-space: pre-wrap; ">ppt2pdf $&gt; cd jodconverter-tomcat-2.2.2 ppt2pdf $&gt; bin/startup.sh Using CATALINA_BASE:   /root/jodconverter-tomcat-2.2.2 Using CATALINA_HOME:   /root/jodconverter-tomcat-2.2.2 Using CATALINA_TMPDIR: /root/jodconverter-tomcat-2.2.2/temp Using JRE_HOME:       /usr</pre><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">6.安装 apache php php-pear<br />#我就用懒人模式安装了&#183;apt-get</p><pre style="margin-top: 5px; margin-bottom: 5px; padding-top: 8px; padding-right: 12px; padding-bottom: 8px; padding-left: 36px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f4f5f7; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: #cccccc; border-right-color: #cccccc; border-bottom-color: #cccccc; border-left-color: #cccccc; border-image: initial; white-space: pre-wrap; ">ppt2pdf $&gt; apt-get install apache2 php5 php-pear</pre><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "># 安装 pear 的 Net_URL2</p><pre style="margin-top: 5px; margin-bottom: 5px; padding-top: 8px; padding-right: 12px; padding-bottom: 8px; padding-left: 36px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f4f5f7; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: #cccccc; border-right-color: #cccccc; border-bottom-color: #cccccc; border-left-color: #cccccc; border-image: initial; white-space: pre-wrap; ">ppt2pdf $&gt; pear install Net_URL2-0.3.1 # 下载安装 HTTP_Request2 ppt2pdf $&gt; wget http://download.pear.php.net/package/HTTP_Request2-0.5.2.tgz ppt2pdf $&gt; tar zxvf HTTP_Request2-0.5.2.tgz ppt2pdf $&gt; cd HTTP_Request2-0.5.2 ppt2pdf $&gt; cp Request2.php /usr/share/php/HTTP/ ppt2pdf $&gt; cp Request2 /usr/share/php/HTTP/ -R</pre><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">7.创建一个convert.php转换 ppt2pdf 的例子<br />#打开浏览查看交互页面<br /><a href="http://www.nginxs.com/wp-content/uploads/2010/12/jodconvert.jpg" style="color: #2970a6; text-decoration: none; "><img src="http://www.nginxs.com/wp-content/uploads/2010/12/jodconvert.jpg" alt="" title="jodconvert" width="620" height="306" size-full=""  wp-image-401"="" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; max-width: 600px; " /></a><br />#下面我们创建无交互php程序。</p><pre style="margin-top: 5px; margin-bottom: 5px; padding-top: 8px; padding-right: 12px; padding-bottom: 8px; padding-left: 36px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f4f5f7; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: #cccccc; border-right-color: #cccccc; border-bottom-color: #cccccc; border-left-color: #cccccc; border-image: initial; white-space: pre-wrap; ">ppt2pdf $&gt; cd /var/www ppt2pdf $&gt; vim convert.php</pre><pre style="margin-top: 5px; margin-bottom: 5px; padding-top: 8px; padding-right: 12px; padding-bottom: 8px; padding-left: 36px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f4f5f7; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: #cccccc; border-right-color: #cccccc; border-bottom-color: #cccccc; border-left-color: #cccccc; border-image: initial; white-space: pre-wrap; ">&lt; ?php require_once 'HTTP/Request2.php';  class DocumentConverterClient {      var $url = 'http://localhost:8080/converter/converted/document.pdf';      function convert($inputFile, $outputType) {         $request = new HTTP_Request2($this-&gt;url);         $request-&gt;setMethod(HTTP_Request2::METHOD_POST)             -&gt;setHeader('Content-Type', 'multipart/form-data')             -&gt;addPostParameter('outputFormat', $outputType)             -&gt;setBody($inputData);         $request-&gt;addUpload('inputDocument', $inputFile);          return $request-&gt;send()-&gt;getBody();     } }  $documentConverter = new DocumentConverterClient();  $inputFile = 'daodan.ppt';               # 要转换的 ppt|doc|pptx|docx $outputFile = 'daodan.pdf';             # 转出来的 pdf $outputType = 'pdf';  $outputData = $documentConverter-&gt;convert($inputFile, $outputType); file_put_contents($outputFile, $outputData); ?&gt;</pre><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">#把传进来的ppt 复制到 www 目录下，给 www 赋予 apache 可写权限</p><pre style="margin-top: 5px; margin-bottom: 5px; padding-top: 8px; padding-right: 12px; padding-bottom: 8px; padding-left: 36px; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #f4f5f7; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-color: #cccccc; border-right-color: #cccccc; border-bottom-color: #cccccc; border-left-color: #cccccc; border-image: initial; white-space: pre-wrap; ">ppt2pdf $&gt; cp ../daodan.ppt /var/www/ ppt2pdf $&gt; chown www-data /var/www</pre><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">8.打开浏览器测试。<br /><a href="http://www.nginxs.com/wp-content/uploads/2010/12/convert.jpg" style="color: #2970a6; text-decoration: none; "><img src="http://www.nginxs.com/wp-content/uploads/2010/12/convert.jpg" alt="" title="convert" width="398" height="144" size-full=""  wp-image-396"="" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; max-width: 600px; " /></a></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">#使用 winscp 下载 转好的 pdf 本地查看<br /><a href="http://www.nginxs.com/wp-content/uploads/2010/12/ppt.jpg" style="color: #2970a6; text-decoration: none; "><img src="http://www.nginxs.com/wp-content/uploads/2010/12/ppt.jpg" alt="" title="ppt" width="771" height="530" size-full=""  wp-image-397"="" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; max-width: 600px; " /></a></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">PS：他的多线程，我还未测试，我是从编译的时候，发现可以多线程的，再我测试后，会发布。</p><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; clear: both; "></div></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; float: left; width: 598px; font-size: 12px; color: #555555; font-family: Verdana, 'BitStream vera Sans', Tahoma, Helvetica, sans-serif; line-height: normal; background-color: #ffffff; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 0px; text-align: right; color: #999999; border-right-width: 1px; border-right-style: dashed; border-right-color: #bbbbbb; ">转载请注明：文章转载自：<strong>Eric's linux and nginx!</strong>&nbsp;(<a href="http://www.nginxs.com/" style="color: #999999; ">http://www.nginxs.com</a>)<br />本文地址：<a href="http://www.nginxs.com/linux/393.html" style="color: #999999; ">http://www.nginxs.com/linux/393.html</a></p></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; height: 16px; line-height: 16px; font-size: 12px; color: #555555; font-family: Verdana, 'BitStream vera Sans', Tahoma, Helvetica, sans-serif; background-color: #ffffff; "></div></div><img src ="http://www.blogjava.net/xiaomage234/aggbug/369799.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/xiaomage234/" target="_blank">小马歌</a> 2012-02-11 20:47 <a href="http://www.blogjava.net/xiaomage234/archive/2012/02/11/369799.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[转：非常实用]Excel使用的50个小技巧</title><link>http://www.blogjava.net/xiaomage234/archive/2008/04/18/194034.html</link><dc:creator>小马歌</dc:creator><author>小马歌</author><pubDate>Fri, 18 Apr 2008 06:54:00 GMT</pubDate><guid>http://www.blogjava.net/xiaomage234/archive/2008/04/18/194034.html</guid><wfw:comment>http://www.blogjava.net/xiaomage234/comments/194034.html</wfw:comment><comments>http://www.blogjava.net/xiaomage234/archive/2008/04/18/194034.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/xiaomage234/comments/commentRss/194034.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/xiaomage234/services/trackbacks/194034.html</trackback:ping><description><![CDATA[<p>（1）快速打开<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：设置xlstart目录的快捷方式：用右键将C:\My&nbsp;document下的&#8220;目标文件.xls&#8221;文档拖到Program&nbsp;File\Microsoft&nbsp;office\xlstart目录中＝在弹出的快捷菜单中选择&#8220;在当前位置创建快捷方式&#8221;，为目标文件创建一个快捷方式，即可。<br />
（2）调整启动目录<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：设置后，每次打开excel时都会同时打开xlStart目录和&#8220;替补启动目录&#8221;中的所有工作簿。<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：建立C:\My&nbsp;document\My&nbsp;excel文件夹，将常用工具簿保存到该文件夹下=&gt;&gt;启动excel，&#8220;工具／选项／常规&#8221;，在&#8220;替补启动目录&#8221;中输入目标工作簿所在目录=&gt;&gt;确定即可<br />
（3）设置最近用过的文档个数<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：工具／选项／常规=&gt;&gt;修改&#8220;最近所用的文件数&#8221;。<br />
（4）增加Excel撤消次数<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：excel中默认次数为16次，但工作中常常不够用。<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：更改注册表：打开注册表编辑器=&gt;&gt;定位到<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HKEY_CURRENT_USER/Software/Microsoft/office/9.0/excel/option=&gt;&gt;更改或创建&#8220;Undo&nbsp;History&#8221;项目Dword值（十进制状态下修改）=&gt;&gt;即可完成设置。<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：到<a href="http://www.excelhome.net/">http://www.excelhome.net</a>&nbsp;&nbsp;下载安装自动修改注册表插件，完成后次变为160次。<br />
（5）设置自动保存<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：勾选&#8220;工具／自动保存&#8221;。<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：&#8220;加载宏&#8221;：&#8220;工具／加载宏&#8221;=&gt;&gt;选择&#8220;自动保存&#8221;，加载宏，确定=&gt;&gt;再运行&#8220;工具／自动保存&#8221;=&gt;&gt;设置好时间间隔等，选择&#8220;保存&#8221;，回车即可。<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;注：设置好后，每次保存时系统会出现提示信息，如不勾选&#8220;工具／自动保存／保存前提示&#8221;即可隐藏之&gt;<br />
（6）任意打开或关闭多个文件<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：使用Shift或Ctrl。<br />
（7）打开不同版本的Excel<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：&#8220;另存为&#8221;方式：在保存类型中选择相应低版本，然后拷贝到其他电脑上即可。<br />
（8）解密工具<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：撤消工作表的保护&lt;撤消修改权限&gt;：新建工作表=&gt;&gt;全选被保护的工作表内容，粘贴到新建的工作表即可<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;注：1.全选是为了原格式不丢失，可以在全表粘贴后再进行编辑=&gt;&gt;2.嵌入工作表的图片，窗体按钮，控件按钮，以及相应的VBA代码不可复制&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：撤消工作簿的访问权限密码<br />
（9）密码设置<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：保护工作表：&#8220;工具／保护／保护工作表&#8221;，进行相应设置。<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;注：&#8220;格式&#8221;菜单下的&#8220;单元格／保护&#8221;可对具体单元格属性进行设置：&#8220;锁定&#8221;：决定选中单元格是否为只读；&#8220;隐藏&#8221;：决定单元格表示后是否显示公式&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：保护工作簿：&#8220;工具／保护／保护工作簿&#8221;=&gt;&gt;&#8220;结构&#8221;：可限制移动，隐藏，取消隐藏，重命名，插入工作表等操作；&#8220;窗口&#8221;：可限制窗口固定位置及大小等操作。<br />
&nbsp;&nbsp;&nbsp;&nbsp;另：查看权限密码在&#8220;工具／选项／另存为／工作／常规选项&#8221;中设置。<br />
（10）Ｆ4键的使用<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：Ctrl+F4：关闭工作簿<br />
　&nbsp;&nbsp;&nbsp;&nbsp;　Alt+F4：关闭Excel。<br />
&nbsp;&nbsp;&nbsp;&nbsp;另：在地址栏按F4可切换绝对地址和相对地址。<br />
（11）增加工作表页数<br />
&nbsp;&nbsp;&nbsp;&nbsp;一次增加一页：Ａ：&#8220;插入／工作表&#8221;。&lt;双击工作簿底部工作表的名称，可对其进行重命名&gt;<br />
　　　　　　　Ｂ：右击工作簿底部，使用快捷菜单的&#8220;插入&#8221;命令。<br />
&nbsp;&nbsp;&nbsp;&nbsp;一次增加多页：Ａ：更改&#8220;工具／选项／常规／新工作簿内的工作表&#8221;的值，即可&lt;注：系统默认为３张，最多可修改为255张&gt;<br />
（12）工作表的切换<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：翻页：&#8220;Ctrl&nbsp;+Page&nbsp;up&#8221;或&#8220;Ctrl&nbsp;+Page&nbsp;down&#8221;，或直截单击工作簿底部标签。<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：&#8220;窗口&#8221;菜单中列出了最近打开的工作簿名字&lt;注：最多有９个，其他的显示在&#8220;其他窗口中&#8221;&gt;<br />
（13）去掉网格线的方法<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：去掉显示时的网格线：工具／选项／视图=&gt;&gt;不勾选&#8220;网格线&#8221;。<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：去掉打印时的网络线：文件／页面设置／工作表=&gt;&gt;不勾选&#8220;网络线&#8221;。<br />
（14）增删菜单命令的按钮<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：增删下拉菜单：工具／自字义／命令：<br />
　　｛增加：选中&#8220;命令&#8221;中的要增加的按钮，拖拽到左侧&#8220;类别&#8221;目标项，目标项自动展开，放置到适当的位置即可。<br />
　　　删除：１）直接单击命令&lt;右键&gt;，选择删除；<br />
　　　　　　２）打开&#8220;工具／自定义／命令&#8221;对话框=&gt;&gt;打开下拉菜单，将要删除的命令拖拽到&#8220;命令&#8221;对话框右侧的&#8220;命令&#8221;格中即可。｝<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：增删工具栏按钮：<br />
　　｛增加：&#8220;工具／自定义／命令&#8221;，将目标项拖至工具栏即可，<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;删除：按住Alt，同时将要删除的拖离工具栏。｝<br />
（15）创建工具栏<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：按住Ctrl可复制按钮。<br />
（16）一键设置多表共用<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：工作表底部名称=&gt;&gt;右键选择&#8220;选定全部工作表&#8221;&lt;注：这样在设置页眉，页脚还是打印工作时，都对全部工作表有效。&gt;<br />
（17）在不同表之间建立超级链接<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：如在sheet1&nbsp;A1和sheet2&nbsp;C5之间建立超级链接<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：选中sheet1中的A1=&gt;&gt;&#8220;插入／超级链接&#8221;，单击&#8220;书签&#8221;=&gt;&gt;在&#8220;在文档中选择位置&#8221;栏输入目标位置=&gt;&gt;在sheet2中的C5重复上述操作，建立相互之间的超级链接即可。<br />
（18）Excel界面的若干设置<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：默认字体：&#8220;工具／选项／常规&#8221;=&gt;&gt;更改&#8220;标准字体&#8221;变量；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：显示字体的实际外观：&#8220;工具／自定义／选项&#8221;=&gt;&gt;勾选&#8220;列出字体名称时显示该字体的实际外观&#8221;；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｃ：网格线，边框线的颜色设置：&#8220;工具／选项／视图／网格线&#8221;&lt;注：该设置仅对当前表有用&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｄ：设置工作表的背景：&#8220;格式／工作表／背景&#8221;；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｅ：禁止优先显示经常使用的菜单项目：&#8220;工具／自定义／选项&#8221;=&gt;&gt;不勾选&#8220;菜单中首先显示最近使用过的命令&#8221;；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｆ：菜单的动画效果设置：&#8220;工具／自定义／选项&#8221;=&gt;&gt;选择：任意&amp;展开&amp;滑动之一。<br />
（19）&#8220;填充柄&#8221;的使用<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：激活：&#8220;工具／选项／编辑&#8221;=&gt;&gt;勾选&#8220;单元格拖放功能&#8221;；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：行列按序填充：&lt;说明：即按一定规律对行列进行填充&gt;如，在A1输入１，在A2输入２=&gt;&gt;选择此二格=&gt;&gt;在选定区域的右下角出现一个实心小方块，鼠标移至上面则变成实心&#8220;＋&#8221;=&gt;&gt;按下左键，沿填充方向拖动鼠标，途经单元格自动完成&#8220;以增量为１&#8221;的填充；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｃ：双击快速填充：双击填充柄&lt;自动根据前一列的行数进行填充，即序数由前一列的向下遇到空白格为止&gt;；<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;注：单元格的个数决定：数字序列（以数字初始）：两个单元格：选中A1（其中输入１），A2（其中输入２），双击填充柄完成；<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;文本序列（以文字初始）：一个单元格：选中A1（如输入&#8220;第一名&#8221;），双击填充柄完成；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｄ：右键填充：选中一有数据的单元格，按住右健拖动填充柄沿填充方向拖动鼠标=&gt;&gt;到目标位置释放，会出现一个包含&#8220;以格式填充&#8221;等选项的快捷菜单，选择其一即可&lt;注：可对快捷菜单中的填充方式进行设置&gt;<br />
（20）不连续单元格同一数据的填充：<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：按住Ctrl,选择不连续的单元格=&gt;&gt;按住Ctrl，将光标定位到任意一个已经选中的单元格=&gt;&gt;输入数据=&gt;&gt;按下Enter&nbsp;+&nbsp;Ctrl即可；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：快捷键：Ctrl&nbsp;+&nbsp;D：填充单元格上方的数据，<br />
　　　　　　Ctrl&nbsp;+&nbsp;R：填充单元格左侧的数据。<br />
（21）使用填充生成器输入大量数据<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：该方法本质上为填充法<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：在一单元格输入数据=&gt;&gt;选中若干要填充的单元格=&gt;&gt;&#8220;编辑／填充／序列&#8221;，相应设置即可。<br />
（22）自动切换中英文输入法<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：通过设置单元格的数据输入类型来实现省去输入法切换操作<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：选中要设置的单元格=&gt;&gt;&#8220;数据／有效性／输入法模式&#8221;，设置&#8220;模式&#8221;<br />
　　&nbsp;&nbsp;&nbsp;&nbsp;打开：则设置为中文输入，<br />
　　&nbsp;&nbsp;&nbsp;&nbsp;关闭：则设置为英文输入。<br />
（23）Excel的词根联想功能（记忆式输入法）：<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：提供已输入词的联想功能，如在A1中已输入&#8220;中国&#8221;，则在A2中输入&#8220;中&#8221;即会出现联想功能<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：联想词根存在则可使用&nbsp;Alt&nbsp;+&#8595;进行选择。<br />
（24）单元格中显示公式&amp;计算结果<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：&#8220;工具／选项／视图&#8221;=&gt;&gt;勾选&#8220;窗口选项&#8221;下的&#8220;公式&#8221;，确定即可&lt;则有单元格中会显示公式&gt;；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：&#8220;Ctrl&nbsp;+&nbsp;`&#8221;：可快速切换公式和计算结果&lt;注：`　为后撇号，在键盘的左侧上方&gt;<br />
（25）重复数据的选择性输入：<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：如在列内输入学历，由于基本的学历为&#8220;高中，大专，本科&#8221;，需要重复输入，故可设置下拉列表框，进行选择性输入<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：将选择项（例中的三种学历）输入到三个相邻的单元格（如A1~A3）=&gt;&gt;选定要进行选择性输入的单元格=&gt;&gt;&#8220;数据／有效性／设置&#8221;：将&#8220;允许&#8221;设为&#8220;序列&#8221;，来源选择A1~A3，勾选&#8220;提供下拉箭头&#8221;，确定完成设置。<br />
&nbsp;&nbsp;&nbsp;&nbsp;（注：１）当光标定位于进行选择性输入的单元格时，单元格右侧会出现一个下拉小箭头，点击出现下拉列表框，选择输入即可；<br />
　　&nbsp;&nbsp;&nbsp;&nbsp;　２）当单元格复制时，数据有效性同时也会复制。）<br />
（26）批量补加数据<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：为已输入数据的单元格补加数据<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：追加单元格数据前缀&amp;后缀：如在Ａ例中追加前缀&#8220;ABC&#8221;，追加后缀&#8220;12&#8221;：在Ａ列后插入一行，定为Ｂ列=&gt;&gt;在B1中写入&#8220;=&#8221;ABC&#8221;&amp;A1&amp;&#8221;12&#8221;&#8221;&lt;注：B1对应列为A1；且插入缀为字符时，缀字符应用英文状态下的双引号括起来&gt;，确定=&gt;&gt;使用填充柄，拖动相应列数据即可，完成任务后删除Ａ列；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：每单元格加上相同的值：如Ｂ列每单元格追加500：在B1&lt;如B1为33&gt;中输入&#8220;=33+500&#8221;=&gt;&gt;复制B1，使B1数据存在于剪切板上=&gt;&gt;选定要进行同一操作的除B1外的其他单元格=&gt;&gt;&#8220;编辑／选择性粘贴&#8221;：&#8220;粘贴&#8221;选择&#8220;公式&#8221;，&#8220;运算&#8221;选择&#8220;加&#8221;，确定即可。<br />
（27）同时在多张工作表中输入数据：<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：通过在多表间建立联系，使数据输入同步。<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：Ctrl&nbsp;+&nbsp;鼠标，点击工作表下端表名（sheet1&#8230;），工作表名反白显示&lt;至少两张以上表，此步骤为多张工作表之间建立了联系&gt;=&gt;&gt;输入数据=&gt;&gt;完成后，再使用Ctrl&nbsp;+&nbsp;鼠标解除多表之间的联系。<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;注：当多表之间建立了联系后，在一张表之间输入数据，其他表同时显示出来。&gt;<br />
（28）不同类型的数据输入：<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：分数：如输入2/7：输入&#8220;０&#8221;，再输入&#8220;空格&#8221;，最后输入&#8220;2/7&#8221;；<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;注：系统默认的数据2/7为日期格式，当直接输入&#8220;2/7&#8221;时，系统将显示&#8220;２月７日&#8221;，只有当数据大于&#8220;13/13&#8221;时，系统才将其视为数值，故输入分数不能直接输入&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：数字前的０：<br />
　　说明：将以０开头的数字视为文本，进行输入<br />
　　&nbsp;&nbsp;&nbsp;&nbsp;如输入&#8220;0033&#8221;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;１）&nbsp;用&#8220;英文单引号&nbsp;+&nbsp;数字&#8221;，即&#8220;&#8217;&nbsp;+&nbsp;0033&#8221;；<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;２）&nbsp;用函数方式：&#8220;=&#8221;0033&#8221;&#8221;，单元格将显示：0033。<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;注：如键入&#8220;=&#8221;&#8221;0033&#8221;&#8221;&#8221;，将显示&#8220;&#8221;0033&#8221;&#8221;，系统默认值为常规数据格式，即字据开头的０省去&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｃ：日期：11/12：显示：&#8220;11月12日&#8221;&lt;默认格式&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;11-12：显示：&#8220;11月12日&#8221;<br />
　　　　　Ctrl&nbsp;+&nbsp;;&nbsp;显示当前日期<br />
（29）自动添加单元格前缀<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：通过修改内置格式使每次输入数据时，系统为单元格自动生成固定前缀，但修改的格式只对当前工作簿有效，不会更改内置格式设置。<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：如B列要求输入数据时每个单元格都包含前缀&#8220;ABC&#8221;：选定目标单元格区域，点击右键打开快捷菜单，选择&#8220;设置单元格格式&#8221;=&gt;&gt;选择&#8220;数字／自定义&#8221;=&gt;&gt;修改其格式为&#8221;ABC-&#8221;@，即可。<br />
（30）公式输入<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：手工输入：按格式&#8220;=&nbsp;+&nbsp;公式组成&#8221;编写<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：公式选项板：使用函数<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｃ：选择性粘贴：略。<br />
（31）检测重复值：<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：下载插件：Ccheck.xla，下载地址：<a href="http://www.excelhome.net/">http://www.excelhome.net</a>&nbsp;<br />
（32）文字输入技巧<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：自动换行：１）Alt&nbsp;+&nbsp;Enter<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;２）选定目标单元格=&gt;&gt;&#8220;格式／单元格&#8221;=&gt;&gt;在&#8220;单元格格式&#8221;中选&#8220;对齐&#8221;，勾选自动换行，即可；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：上下标输入：１）直接输入&#8220;&#8217;&nbsp;+&nbsp;数字&#8221;，<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;２）选定设置为上下标的字符=&gt;&gt;&#8220;格式／单元格／字体&#8221;：勾选&#8220;上标&amp;下标&#8221;；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｃ：纠正文本变日期：参见（２８）Ｃ；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｄ：文字旋转：&#8220;格式／单元格／对齐&#8221;，设置方向；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｅ：花边输入：在某单元格输入&amp;或某符号=&gt;&gt;横向选择若干单元格=&gt;&gt;&#8220;格式／单元格／对齐&#8221;=&gt;&gt;在水平对齐列表框中选择&#8220;填充&#8221;，即可；<br />
（33）移动单元格：<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：置鼠标于单元格边缘，呈空心箭头　shift&nbsp;+&nbsp;拖动：复制<br />
　　　　　　　　　　　　　　　　　　直接拖动：剪切<br />
（34）单元格值重复测试<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：对同列单元格值进行重复测试，可知输入的数据是否为先前的重复值<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：Ctrl&nbsp;+&nbsp;左健：以此组合键选择要测试的单元格&lt;此时单元格周围呈实线框&gt;=&gt;&gt;即当在要进行测试的单元格之一中再次输入数据时，系统将以首字对齐模式对所有选中单元格的已有数据按首字对齐进行筛选&lt;列出的重复数据反白显示&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;如：在A1~A4输入分别为12,123,234,145的数据，选定A1~A5为测试单元格，则当在此任意一单元格中输入数据进，如输入１，系统将以反白显示已有的数据：2,23,45；如输入２，系统将以反白显示：23,34；录入员可由此判断输入是否有重复。<br />
（35）用Ctrl&nbsp;+&nbsp;*&nbsp;选定数据区域<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：Ctrl&nbsp;+&nbsp;*：选定某单元格=&gt;&gt;按下此组合键，则将选择以某单元格为中心向四周辐射的最大区域&lt;注：最大区域取决于&#8220;分级显示&#8221;的设置&gt;<br />
（36）改变列宽<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：将鼠标移至两个列标题（即Ａ，Ｂ&#8230;&#8230;）之间，双击，系统将根据两列中的前一列所属单元格中数据长度的最大值自动调整两列中前一列的宽度。<br />
（37）删除表中空行<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：&#8220;数据／筛选／自动筛选&#8221;<br />
（38）行和列的对调<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：选中目标区域，并复制=&gt;&gt;在别一空白区域预留一个同样大小的空白区域=&gt;&gt;光标移至此空白区域的第一个单元格=&gt;&gt;&#8220;编辑／选择性粘贴&#8221;：&#8220;粘贴&#8221;选择&#8220;全部&#8221;，勾选&#8220;转置&#8221;，即可。<br />
（39）分列功能<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：将已写入同一列的数据拆分为两列或多列数据<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：在分拆列后插入一列或多列=&gt;&gt;选中分拆列=&gt;&gt;&#8220;数据／分拆&#8221;，激活&#8220;文本分列向导&#8221;，进行相应操作。<br />
（40）冻结标题编辑法<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：让标题固定在屏幕上方，编辑长文件时特别有效。<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：如第一行为标题：选定第二行=&gt;&gt;勾选&#8220;窗口／冻结窗口&#8221;即可。<br />
（41）跨表计算功能<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：如要用sheet3的B10乘以sheet2的C2再乘以系数8%，加上sheet3的B11乘以sheet2的C3再乘以系数2%作为sheet1的A10单元格内容；则应当在sheet1的A10输入：<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8220;=sheet3!B10*sheet2!C2*8%&nbsp;+&nbsp;sheet3!B11*sheet2!C3*2%&#8221;。<br />
（42）数据与图形同步更新<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：&#8220;工具／选项&#8221;=&gt;&gt;单击&#8220;重新开始&#8221;=&gt;&gt;选中&#8220;自动重算&#8221;=&gt;&gt;单击&#8220;重算所有文档&#8221;或&#8220;重算活动工作表&#8221;，即可。<br />
（43）超宽工作表的打印<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：&#8220;文件／页面设置／工作表／打印顺序&#8221;=&gt;&gt;勾选&#8220;先行后列&#8221;，拼接页码为１，２，３，４&#8230;。<br />
（44）冻结标题／多页表头的打印设置<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：每页打印时在行首都加上标题。<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：&#8220;文件／页面设置／工作表／打印标题&#8221;=&gt;&gt;在&#8220;顶端标题行&#8221;直接输入表头所在的行，如&#8220;＄1:＄1&#8221;&lt;＄为通配符&gt;；或直接拖动标题栏选取。<br />
（45）安排打印列队<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：新建文件夹，将要打印的文件放置到其中=&gt;&gt;启动Excel／文件／打开=&gt;&gt;用Ctrl复选=&gt;&gt;执行打印命令。<br />
（46）去&#8220;０&#8221;值的方法<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：&#8220;工具／选项／视图／窗口选项&#8221;：不勾选项&#8220;零值&#8221;；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｂ：&#8220;格式／单元格／数字／分类&#8221;：选择&#8220;自定义&#8221;=&gt;&gt;在&#8220;类型&#8221;中连续输入&#8220;G/通用格式;G通用格式;;&#8221;=&gt;&gt;确定即可；<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ｃ：使用IF函数：&#8220;=if(B1=0,&#8221;&nbsp;&#8221;,A1+B1)&#8221;：表示当B1为非０值时，公式A1+B1才进行计算，否则为空格。<br />
（47）打印行号和列宽<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：&#8220;文件／页面设置／工作表&#8221;：勾选&#8220;行号列宽&#8221;即可。<br />
（48）按字数排序<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：在Ａ列后插入Ｂ行=&gt;&gt;在B2中输入&#8220;=len(trim(A2))&#8221;，再填充Ｂ列，按Ｂ列排序即可。<br />
（49）函数<br />
&nbsp;&nbsp;&nbsp;&nbsp;说明：Excel中有大量的函数可以进行数理统计：?(x)图标。此处不再介绍。<br />
（50）数理统计插件下载：<br />
&nbsp;&nbsp;&nbsp;&nbsp;Ａ：<a href="http://www.xlstat.com/">http://www.xlstat.com</a>&nbsp;<br />
</p>
<img src ="http://www.blogjava.net/xiaomage234/aggbug/194034.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/xiaomage234/" target="_blank">小马歌</a> 2008-04-18 14:54 <a href="http://www.blogjava.net/xiaomage234/archive/2008/04/18/194034.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>