0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 06, 2025 — Apr 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Authors@R field to resolve CRAN check notes. Updated Perl modules. Bumped version to 6.8.0. More... 11 months ago
Updated the Perl scripts to handle the special case of a user having the RTools 4.x for Windows Perl distribution, which is Cygwin based and requires the newline Encoding to change from LF (Linux/Unix) to CRLF (Windows). More... over 1 year ago
Added the ability to set worksheets to read only mode. Other cleanup. More... almost 2 years ago
Updated R code copyrights. More... over 2 years ago
Updated Perl modules and documentation files. Bumped version to 6.5.0. More... over 2 years ago
Updated the perl modules included, added the two modules that should be part of a core perl installation, and added additional output to testPerl() for debugging. Bumped version to 6.4.0. More... about 4 years ago
Resolved an excessive memory consumption issue. Bumping to version 6.3.0. More... about 5 years ago
Fixed a small bug in testPerl() and added a text format to cells when write_string() is used to write cell contents. More... about 5 years ago
Resolved an issue where certain integer sequences were being written to Excel as text, rather than numeric. Bumping to version 6.1.0. More... over 5 years ago
More stubstantial changes to be able to handle embedded newline, carriage return, double quotes and characters preceded by a backslash. New 'AllText' argument. Bumping to version 6.0.0. More... over 5 years ago
Incremental commit while updating the handling of newline/carriage returns and leading/trailing zeroes. More... over 6 years ago
Fixed typo in WriteXLS.Rd More... almost 7 years ago
Deleting file. More... almost 7 years ago
Modified code to use writeLines() instead of write.table(), to preserve character encodings in the CSV files. This is primarily an issue on Windows. Updated other files as apropos. Bumped version to 5.0.0. More... almost 7 years ago
Updated to retain leading zeroes in erstwhile numeric entries. Updated Perl modules to current versions as needed. Submitted to CRAN. Bumping version to 4.1.0. More... about 7 years ago
Main change: Allowing a single data frame or a list of data frames as objects, in addition to names. Allow for a 'na' argument to specify the value to export for NA's, rather than just "". Bumping to Version 4.0.0. More... over 10 years ago
Updating NAMESPACE and DESCRIPTION files to include importt from 'utils' as now required for R-Devel, per KH e-mail of July 2. Also updated included Perl modules. Bumping to version 3.6.1. More... almost 11 years ago
Modifications to the code for encoding to be more robust. Added new 'cp1252' encoding option to support older Windows encoding. Bumping version to 3.6.0. More... almost 11 years ago
Added support to write 0 row data frames to the Excel files. Bumping to version 3.5.1. More... over 11 years ago
Fixed a problem where fields that have embedded double quotes could result in the row that contains them not being included in the resultant Excel file. Modified the Perl options for opening the intermediate CSV file created by write.table() in WriteXLS(). This avoids repeated double quotes being interpreted as escape sequences by Perl during parsing. Bumping version to 3.5.0. More... about 12 years ago
Modified the code to use system.file() rather than path.package() to enable the use of WriteXLS() when the package is not loaded. Bumping to v3.4.0. More... about 12 years ago
Fixed bugs related to Encoding = "latin1" and freezing columns and rows in XLS files. Bumping to 3.3.1 and submitting to CRAN. More... about 12 years ago
Added 'optional = TRUE' to column coercion to prevent make.names() from being used on non-syntactically correct column names prior to export. Bumping to 3.2.2 and submitting to CRAN. More... over 12 years ago
Fixed a bug (identified by Robert Zeigler), when row.names = TRUE. That process also identified another bug involving the loss of the original data frame row names, which has been fixed. This version will be submitted to CRAN as 3.2.1. More... over 12 years ago
Fixed line lengths in the README file for display in Github. More... over 12 years ago
Multiple updates to clarify included Perl modules, authorships and copyrights. More... over 12 years ago
Updated to include Archive::Zip, which seems to be missing from some Perl installations. More... over 12 years ago
Initial commit of Version 3.0.0. More... over 12 years ago
Modified calls and documentation using .path.package(), which is no longer used and will be deprecated. Bumped version to 2.3.1. Submitted to CRAN. More... about 13 years ago
Added a col.names argument, defaulting to TRUE, to enable column names to be removed from the resultant XLS file. More... over 13 years ago