The document provides a comprehensive guide on using the 'xlconnect' package in R for importing, exporting, and manipulating Excel files without converting formats. It details various functions such as loadworkbook(), readworksheet(), createsheet(), writeworksheet(), and saveworkbook(), along with examples of their usage for reading and writing data from and to Excel workbooks. Additionally, it briefly mentions other R packages available for handling Excel files like openxlsx, gdata, and readxl.
Related topics: