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 571677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T13:31:57+00:00 2026-05-13T13:31:57+00:00

I have a excel i need to add some more sheets into the excel

  • 0

I have a excel i need to add some more sheets into the excel using PHP, i have used PEAR, there i tried only can write excel and read a file, not able to read and modify the file, guys can you help me in this?

Thanks in advance

Prabu

  • 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-13T13:31:57+00:00Added an answer on May 13, 2026 at 1:31 pm

    You will need 2 pear packages

    1. PHP-ExcelReader package
    2. Spreadsheet_Excel_Writer package

    What you need to do is read first the excel file use PHP-ExcelReader package
    It reads the binary format of XLS files directly and can return values and formats from any cell.
    http://code.google.com/p/php-excel-reader/

    read the excel file

    $data = new Spreadsheet_Excel_Reader("test.xls");
    

    show the data of the file

    $data->dump($row_numbers=false,$col_letters=false,$sheet=0,$table_class='excel')
    

    Once you have stored the data in a variable save the data in another file this time you will use the The Spreadsheet_Excel_Writer package
    https://github.com/pear/Spreadsheet_Excel_Writer

     <?php
    require_once 'Spreadsheet/Excel/Writer.php';
    $workbook = new Spreadsheet_Excel_Writer('test.xls');
    $worksheet =& $workbook->addWorksheet('My first worksheet');
    if (PEAR::isError($worksheet)) {
        die($worksheet->getMessage());
    }
    $workbook->close();
    ?> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I often have data in Excel or text that I need to get into
I have an odd need to open two separate instances of excel and having
I have Excel add-in which I add so many class modules that it is
I have an Excel Spreadsheet like this id | data for id | more
I have an excel file which has more than 65536 rows. However, I can
I have been asked to modify an Excel sheet with some arcaic programming. I
I have created an Excel Sheet that does some lookups to format data that
Just as some background, I intend to write an Excel add-in with .NET that
I have a need to copy a worksheet from one workbook into another and
i have a input tag which is non editable, but some times i need

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.