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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
You will need 2 pear packages
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
show the data of the file
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