URN Logo
UNIX Resources » Linux » China Linux Forum » Linux桌面与办公软件 » 6 » redoffice的电子表格还不完善啊
announcement 声明: 本页内容为中国Linux论坛的内容镜像,文章的版权以及其他所有的相关权利属于中国Linux论坛和相应文章的作者,如果转载,请注明文章来源及相关版权信息。
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.net
  业界新闻与评论
  自由软件杂谈
  IT 人生
  Linux软件快递
  翻译作坊
  Linux图书与评论
  GNU Emacs/XEmacs
  Linux 中文环境和中文化
  Linux桌面与办公软件
  Linux 多媒体与娱乐版
  自由之窗Mozilla
  笔记本电脑上的Linux
  Gentoo
  Debian 一族
  网络管理技术
  Linux 安装与入门
  WEB服务器和FTP服务器
  域名服务器和邮件服务器
  Linux防火墙和代理服务器应用
  文件及打印服务器
  技术培训与认证
  Linux内核技术
  Linux 嵌入技术
  Linux设备驱动程序
  Linux 集群技术
  LINUX平台数据库
  系统和网络安全
  CPU 与 编译器
  系统计算研究所专栏
  Linux下的GUI软件开发
  C/C++编程版
  PHP 技 术
  Java&jsp技术
  Shell编程技术
  Perl 编 程
  Python 编 程
  XML/Web Service 技术
  永远的Unix
  FreeBSD世界
   
redoffice的电子表格还不完善啊
redoffice的电子表格还不完善啊 - lqi517 [2005-06-09 17:15 | 135 byte(s)]
 
找到了 - lqi517 [2005-06-11 15:39 | 381 byte(s)]
 
Re: redoffice的电子表格还不完善啊 - x11perf [2005-06-10 16:45 | 1,237 byte(s)]
 
 
Re: redoffice的电子表格还不完善啊 - waynef [2005-06-10 00:44 | 444 byte(s)]
 
Subject: redoffice的电子表格还不完善啊
Author: lqi517    Posted: 2005-06-09 17:15    Length: 135 byte(s)
[Original] [Print] [Top]
我就怎么都没找到round(),但是在它的帮助里又能在数学函数列表中看到,却又不能查看到具体的说明.还有些链接乱了,比如说roundup()的指向了另一个.
----
不要问我是不是记得起你我连自己是谁都会弄不清楚
[Original] [Print] [Top]
Subject: Re: redoffice的电子表格还不完善啊
Author: waynef    Posted: 2005-06-10 00:44    Length: 444 byte(s)
[Original] [Print] [Top]
我杂wps office storm里看到的。
ROUND
返回一个按照有效的数学规则舍入到某一小数位的数字。
语法:
ROUND(number; count)
number 是要舍入的数字。
count是指舍入的小数点位数(可选择)。如果参数number是负数,则会舍入至小数点位数。
示例:
如果在 number 字段中输入 17.546,舍入位数指定为 1,则结果为 17.5。
如果在 number 字段中输入 -32.483,舍入位数指定为 3,则结果为 -32.48。
[Original] [Print] [Top]
Subject: Re: redoffice的电子表格还不完善啊
Author: x11perf    Posted: 2005-06-10 16:45    Length: 1,237 byte(s)
[Original] [Print] [Top]
gnumeric 里有这两个函数:

ROUND(number[,digits])

ROUND function rounds a given number.

@number is the number you want rounded and @digits is the number of digits to which you want to round that number.

* If @digits is greater than zero, @number is rounded to the given number of digits.
* If @digits is zero or omitted, @number is rounded to the nearest integer.
* If @digits is less than zero, @number is rounded to the left of the decimal point.
* This function is Excel compatible.

ROUNDUP(number[,digits])

ROUNDUP function rounds a given number up.

@number is the number you want rounded up and @digits is the number of digits to which you want to round that number.

* If @digits is greater than zero, @number is rounded up to the given number of digits.
* If @digits is zero or omitted, @number is rounded up to the nearest integer.
* If @digits is less than zero, @number is rounded up to the left of the decimal point.
* This function is Excel compatible.

感觉 gnumeric 对 Excel 的兼容性要好些。
----
everything is a file
[Original] [Print] [Top]
Subject: Re: redoffice的电子表格还不完善啊
Author: whistler_wmz    Posted: 2005-06-11 13:54    Length: 154 byte(s)
[Original] [Print] [Top]
RedOffice 和 WPS Office Storm 实际上就是把 OpenOffice.org 整个抄袭过来再改一改 (主要是增加一些中文东西), 所有的 OpenOffice.org 的方法都是适用的.
----
[Original] [Print] [Top]
Subject: 找到了
Author: lqi517    Posted: 2005-06-11 15:39    Length: 381 byte(s)
[Original] [Print] [Top]
只是我不明白,为什么它是用分号分隔参数。用逗号有什么不对吗?
今天我又用它打开我用excel做的表格,结果它又不认识right()了,或者是不认识mid(),这些可是我在excel中经常用到的呀,不能使用VBA,也许还可以想出其他的办法来弥补,连这些常要用到的功能都没有的话,可让人无法接受了。要从windows转过来,真的是太困难了,这还仅仅是办公软件,想想还有与dos不一样的命令,我实在是没有什么信心。
----
不要问我是不是记得起你我连自己是谁都会弄不清楚
[Original] [Print] [Top]
« Previous thread
linux下如何截图?
Linux桌面与办公软件
6
Next thread »
求在X窗口下,程序开机就启动的方法。
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
备案序号: 京ICP备05006143    webmaster: webmaster@unixresources.net
This page created on 2008-07-17 02:08:50, cost 0.031244993209839 ms.