Is it possible to read, write and append data to a MS Excel file using PHP? How?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

yes
Comments

Microsoft -Excel Stream handler is a PHP Class, This class implements a stream handler interface to read and write Ms Excel spreadsheet files in the .XLS format. XLS files may be read and written using PHP open, read or write, or any other PHP functions that can access to streams. The file name has...
read more
Microsoft -Excel Stream handler is a PHP Class, This class implements a stream handler interface to read and writeMsExcel spreadsheet files inthe .XLS format. XLS files may be read and written using PHP open, read or write, or any other PHP functions that can access to streams. The file name has the formatwhere is the path of the actual spreadsheet file to be read or written. Example ms-excel file in the following way : $fp= fopen("xlsfile://Rakhi/test.xls", "wb"); if(!is_resource($fp)) { die("Cannot open excel file"); } $data= array( array("Name"=> "Bob Loblaw", "Age"=> 18), array("Name"=> "Popo Jijo", "Age"=> 25), array("Name"=> "Tiny Tim", "Age"=> 59) ); fwrite($fp, serialize($data)); fclose($fp); //code will read the excel files header ("Content-Type: application/x-msexcel"); header ("Content-Disposition: attachment; filename=\"sample.xls\""); readfile("= fopen("xlsfile://Rakhi/data.xls"); exit; read less
Comments

Related Questions

How many columns can be created in MS Excel?
Hi Manisha, Default Columns in Excel updated versions like 200, 2010, 2013,....... are 16384 Columns , Starts from A-XFD
Manisha
0 0
5
Is Advanced Excel Training necessary?
Yes, now days excel is very well accepted by most of the users from corporate, offices and even college students. They are learning excel. Excel can increase your work effectiveness. There are many functions...
Aditi
0 0
7
How to use vlookup in excel?
Syntax for using vlookup function is =VLOOKUP(LOOKUP_VALUE,TABLE_ARRAY,COL_INDEX_NUMBER)
Ankita
0 0
7
Can you help with this Excel formula?
What exactly you want??? I can help you .
Sajjan
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Tips - How to put PivotTable Field List back at its Original Position?
Have You ever struggled to put PivotTable Field List back at its Original Position?*Original Position - right-side of the worksheet, as highlighted in the following picture: If Your answer is Yes, You...

VBA Tip: Print Random Numbers In A Selected Range
Let’s say you want to print some random numbers in a selected range then you can use below Macro. Sub Print_Randomnumbers() Dim myrng As Range For Each myrng In Selection myrng.Value = Application.WorksheetFunction.Int(Rnd...

Use of Indirect Function
I would like to share my experience of how Indirect formula helped me in my recent project. I was working with some report which was connected to a large database in excel, so whatever changes I made to...


Computer Basic.
If you know the design of table. Then go to second steps: 1) If you type a long data in a single cell or some other data in next cell, problem arise that the first cell data is not showing clear. Then...

Recommended Articles

Microsoft Office is a very popular tool amongst students and C-Suite. Today, approximately 1.2 billion people across 140 countries use the office programme. It is used at home, schools and offices on a daily basis for organizing, handling and presenting data and information. Microsoft Office Suite offers programs that can...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Looking for Microsoft Excel Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you