Learn R Programming

⚠️There's a newer version (1.2.0) of this package.Take me there.

XLConnect (version 0.2-5)

Excel Connector for R

Description

Manipulate Excel files from R

Copy Link

Version

Install

install.packages('XLConnect')

Monthly Downloads

4,955

Version

0.2-5

License

GPL-3

Maintainer

Martin Studer

Last Published

March 18th, 2013

Functions in XLConnect (0.2-5)

XLConnect-package

Excel Connector for R
getActiveSheetIndex-methods

Querying the active worksheet index
isSheetHidden-methods

Checking if worksheets are hidden in a workbook
getCellFormula-methods

Retrieving formula definitions from cells
print-methods

Print a workbook's filename
mirai

Mirai Solutions GmbH
runUnitTests

XLConnect Unit Testing Framework
setCellStyle-methods

Setting cell styles
clearRangeFromReference-methods

Clearing cell ranges in a workbook
getActiveSheetName-methods

Querying the active worksheet name
cloneSheet-methods

Cloning/copying worksheets
readWorksheet-methods

Reading data from worksheets
clearRange-methods

Clearing cell ranges in a workbook
readWorksheetFromFile

Reading data from worksheets in an Excel file (wrapper function)
idx2col

Converting column indices to Excel column names
setMissingValue-methods

Setting missing value identifiers
unhideSheet-methods

Unhiding worksheets in a workbook
existsName-methods

Checking existence of names in a workbook
setDataFormat-methods

Specifying custom data formats for cell styles
wrapList

Wrapping of arguments in a list
readNamedRegion

Reading named regions from a workbook
setStyleNamePrefix-methods

Setting the style name prefix for the "name prefix" style action
setFillBackgroundColor-methods

Specifying the fill background color for cell styles
summary-methods

Summarizing workbook objects
setAutoFilter-methods

Setting auto-filters on worksheets
appendWorksheet-methods

Appending data to worksheets
aref2idx

Converting Excel cell references to row and column based cell references
readNamedRegionFromFile

Reading named regions from an Excel file (wrapper function)
isSheetVisible-methods

Checking if worksheets are visible in a workbook
extraction-methods

Workbook data extraction & replacement operators
$-methods

Executing workbook methods in object$method(...) form
normalizeDataframe

Data frame Normalization for Unit Tests
cellstyle-class

Class "cellstyle"
cref2idx

Converting Excel cell references to indices
getCellStyle-methods

Retrieving named cell styles
setWrapText-methods

Specifying text wrapping behaviour
setStyleAction-methods

Controlling application of cell styles when writing data to Excel
getReferenceFormula-methods

Querying reference formulas of Excel names
createSplitPane-methods

Creating a split pane on a worksheet
getReferenceCoordinates-methods

Querying the coordinates of the range reference by an Excel name
idx2aref

Converting row and column based area references to Excel area references
setFillForegroundColor-methods

Specifying the fill foreground color for cell styles
setDataFormatForType-methods

Setting the data format for the DATA_FORMAT_ONLY style action
getForceFormulaRecalculation-methods

Querying the coordinates of the range reference by an Excel name
createSheet-methods

Creating worksheets in a workbook
createCellStyle-methods

Creating custom named and anonymous cell styles
rsrc

Constructing Excel area references
xlcDump

Dumping data sets to Excel files
createName-methods

Creating names in a workbook
idx2cref

Converting indices to Excel cell references
mergeCells-methods

Merging cells
setCellFormula-methods

Setting cell formulas
unmergeCells-methods

Unmerging cells
xlcRestore

Restoring objects from Excel files
checkNoException

Checking for occurrence of exceptions
getSheetPos-methods

Querying worksheet position
removeSheet-methods

Removing worksheets from workbooks
clearNamedRegion-methods

Clearing named regions in a workbook
createFreezePane-methods

Creating a freeze pane on a worksheet
isSheetVeryHidden-methods

Checking if worksheets are very hidden in a workbook
setActiveSheet-methods

Setting the active worksheet in a workbook
getLastRow-methods

Querying the last (non-empty) row on a worksheet
existsSheet-methods

Checking for existence of worksheets in a workbook
aref

Constructing Excel area references
XLConnectSettings

Performing general settings for XLConnect
getDefinedNames-methods

Retrieving defined names in a workbook
writeNamedRegionToFile

Writing named regions to an Excel file (wrapper function)
renameSheet-methods

Renaming worksheets from workbooks
addImage-methods

Adding images to a worksheet
writeWorksheet-methods

Writing data to worksheets
jTryCatch

Standard Java exception handling for XLConnect
onErrorCell-methods

Behavior when error cells are detected
extractSheetName

Extracting the sheet name from a formula
writeWorksheetToFile

Writing data to worksheets in an Excel file (wrapper function)
setSheetPos-methods

Setting worksheet position
appendNamedRegion-methods

Appending data to a named region
xlcCall

Automatic argument vectorization, default Java exception and warnings handling for XLConnect
setBorder-methods

Specifying borders for cell styles
setFillPattern-methods

Specifying the fill pattern for cell styles
setForceFormulaRecalculation-methods

Forcing Excel to recalculate formula values when opening a workbook
show-methods

Display a workbook object
saveWorkbook-methods

Saving Microsoft Excel workbooks
setColumnWidth-methods

Setting the width of a column in a worksheet
setSheetColor-methods

Setting colors on worksheet tabs
writeNamedRegion-methods

Writing named regions to a workbook
xlcEdit

Editing data sets in an Excel file editor
removeName-methods

Removing names from workbooks
workbook-class

Class "workbook"
clearSheet-methods

Clearing worksheets in a workbook
removePane-methods

Removing panes from worksheet
xlcFreeMemory

Freeing Java Virtual Machine memory
getLastColumn-methods

Querying the last (non-empty) column on a worksheet
getBoundingBox-methods

Querying the coordinates of a worksheet bounding box
hideSheet-methods

Hiding worksheets in a workbook
loadWorkbook

Loading Microsoft Excel workbooks
xlcMemoryReport

Reporting free Java Virtual Machine memory
getSheets-methods

Querying available worksheets in a workbook
setRowHeight-methods

Setting the height of a row in a worksheet
col2idx

Converting Excel column names to indices
XLC

XLConnect Constants