找回密码
 注册
查看: 631|回复: 0

R语言 XLConnect包 getCellStyle-methods()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 23:23:03 | 显示全部楼层 |阅读模式
getCellStyle-methods(XLConnect)
getCellStyle-methods()所属R语言包:XLConnect

                                        Retrieving named cell styles
                                         正在命名的单元格样式

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Retrieves a named cell style from a workbook.
获取一个命名的单元格样式从一个workbook。


用法----------Usage----------


## S4 method for signature 'workbook'
getCellStyle(object,name)



参数----------Arguments----------

参数:object
The workbook to use
workbook使用


参数:name
The name of the cellstyle to retrieve
cellstyle来检索的名称


Details

详细信息----------Details----------

Retrieves the cellstyle with the specified name.
检索cellstyle指定的name。


(作者)----------Author(s)----------



Thomas Themel<br>
Mirai Solutions GmbH <a href="http://www.mirai-solutions.com">http://www.mirai-solutions.com</a>




参见----------See Also----------

workbook, cellstyle, setStyleAction,  setStyleNamePrefix, setCellStyle, setDataFormat, setBorder, setFillBackgroundColor, setFillForegroundColor, setFillPattern, setWrapText
workbook,cellstyle,setStyleAction,setStyleNamePrefix,setCellStyle,setDataFormat,setBorder,setFillBackgroundColor,setFillForegroundColor,setFillPattern,setWrapText


实例----------Examples----------


# Load workbook (create if not existing)[负载工作簿(如果不存在创建)]
wb <- loadWorkbook("getCellstyles.xlsx", create = TRUE)

# You wouldn't usually ignore the return value here...[你通常不会在这里忽略返回值...]
createCellStyle(wb, 'Header')

# ... but if you did it doesn't hurt.[...但如果你这样做,是不会受到伤害。]
cs <- getCellStyle(wb, 'Header')

# Specify the cell style to use a solid foreground color[指定的单元格样式,使用了坚实的前景色]
setFillPattern(cs, fill = XLC$"FILL.SOLID_FOREGROUND")

# Specify the foreground color to be used[指定要使用的前景色]
setFillForegroundColor(cs, color = XLC$"COLOR.RED")


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 18:56 , Processed in 0.027898 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表