A boolean, indicating whether or not the metadata (contents of the
slot header) is to be included in the excel file. Default : TRUE
append
A boolean, indicating whether or not to append the contents of the Spectra object
into the existing file. Default : FALSE (overwrites the existing Excel file if it exists.)
sep
Not used.
...
Not used.
Value
None. Simply creates an Excel file on disk.
Details
spc.export.xlsx() calls functions from package xlsx to write the contents of
a Spectra object into an Excel file. For this function to work, make sure the
package xlsx is installed.