search for: freezerow

Displaying 3 results from an estimated 3 matches for "freezerow".

Did you mean: freezero
2013 Feb 13
1
WriteXLS: 'object not found' error within function
...;tables", ExcelFileName = fileName, SheetNames = tableList, perl = "perl", verbose = FALSE, Encoding = c("UTF-8", "latin1"), row.names = TRUE, col.names = TRUE, AdjWidth = TRUE, AutoFilter = FALSE, BoldHeaderRow = FALSE, FreezeRow = 0, FreezeCol = 0, envir = parent.frame()) ...where "tables" is the name of a list of data.frames which are the tables to go into my sheets. I am having no problem running my code unless it is within a function in which case I get the error: "Error in get(as.character(...
2010 Mar 22
0
WriteXLS - New Version 1.9.0
...is somewhat too wide rather than too narrow and is based upon using the default font of Arial 10. Default is FALSE. 2. 'AutoFilter' for setting up autofiltering for each column. Default is FALSE. 3. 'BoldHeaderRow' to add bold font to header row entries. Default is FALSE. 4. 'FreezeRow' and 'FreezeCol' to set up frozen panes in each worksheet. Default values are 0 and 0, where there are no frozen panes created. The above new options will apply to ALL worksheets created in the XLS file. Please note that after researching the potential for being able to append new w...
2010 Mar 22
0
WriteXLS - New Version 1.9.0
...is somewhat too wide rather than too narrow and is based upon using the default font of Arial 10. Default is FALSE. 2. 'AutoFilter' for setting up autofiltering for each column. Default is FALSE. 3. 'BoldHeaderRow' to add bold font to header row entries. Default is FALSE. 4. 'FreezeRow' and 'FreezeCol' to set up frozen panes in each worksheet. Default values are 0 and 0, where there are no frozen panes created. The above new options will apply to ALL worksheets created in the XLS file. Please note that after researching the potential for being able to append new w...