Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6816509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:56:05+00:00 2026-05-26T20:56:05+00:00

What is the simplest way to convert a large Excel spreadsheet with multiple worksheets

  • 0

What is the simplest way to convert a large Excel spreadsheet with multiple worksheets into .CSV files in R?

Note that I’ve tested XLConnect and XLSX and found that my Excel sheets cause it to crash. So I’m specifically looking for a solution that does not use the XLConnect or XLSX package.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T20:56:05+00:00Added an answer on May 26, 2026 at 8:56 pm

    http://rwiki.sciviews.org/doku.php?id=tips:data-io:ms_windows

    EDIT: to address the read.xlsx option:

    If you have Perl running, you need a current version of gdata

    require(gdata)
    installXLSXsupport()   #now the example from help(read.xls)
        # load the third worksheet, skipping the first two non-data lines...
        if( 'XLSX' %in% xlsFormats() )  # if XLSX is supported..
          data <- read.xls(exampleFile2007, sheet="Sheet with initial text", skip=2)
     data
    #-----------------------
       X       X.1 D E.  F  G Factor
    1 NA  FirstRow 1 NA NA NA   Red 
    2 NA SecondRow 2  1 NA NA Green 
    3 NA  ThirdRow 3  2  1 NA   Red 
    4 NA FourthRow 4  3  2  1 Black 
    #------------------------
    write.csv(data)
    

    This was done on a Mac and up until this question I had always stumbled at the installXLSXsupport() stage since I always got an error. This time I started up Perl from a Terminal command line, and got success after first setting up my personal configuration, defining CPAN mirrors on my continent, and I left perl running.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What's the simplest way to convert a Unicode codepoint into a UTF-8 byte sequence
What is the simplest way to convert the range 1..10 into a hash of
What would be the simplest way to convert an existing application with xib files
I'm looking for the simplest way to convert a string containing valid XML into
So I have a string NEW. What is the SIMPLEST way to convert that
What would be the best way (ideally, simplest) to convert an int to a
What is the simplest way to programmatically export Excel data to Matlab?
What is the simplest way to convert a string of keyword=values to a dictionary,
What is the correct/best/simplest way to convert a c-style string to a std::string. The
I was wondering what the simplest way is to convert a string representation of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.