installXLSXsupport(perl = "perl", verbose = FALSE)
TRUE
, show additional messages during
processing.TRUE
indicating that the necessary perl modules have
been successfully installed, or FALSE
indicating that an error
has occured.installXLSXsupport
will need to be run each
time a new version of the gdata package is installed.
Further, the binary Compress::Raw::Zlib package installed by
installXLSXsupport
is tied to the particular version of perl
used to compile it, therefore, you will need to re-run
installXLSXsupport
if you install a different perl
distribution.
This installation process will fail if 1) perl is not available on the
search path and the perl
argument is not used to specify the
path of the perl executable, 2) the perl installation is not properly
configured for installing binary packages*, 3) if the CPAN module is
not present, or 4) if the C compiler specified by the perl
installation is not present.
In particular, installXLSXsupport
will fail for the
version of perl included with the current RTools.zip package, which is
not correctly configured to allow installation of additional perl
packages. (The RTools version of perl is installed in a different
directory than the perl configuration files expect.)
The function xlsFormats
can be used to see whether XLS and XLSX
formats are supported by the currently available perl modules.read.xls
, xls2csv
, xlsFormats