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 do you deal with large data sets in Excel?
if data rows are greater than 10L then u will use MS. Access
Ajay
0 0
5
Can you help with this Excel formula?
What exactly you want??? I can help you .
Sajjan
0 0
5
What does the VLOOKUP in MS Excel function do?
Basically, VLOOKUP lets you search for specific information in your spreadsheet. For example, if you have a list of products with prices, you could search for the price of a specific item.
Nayana
1 0
5
Excel formulas in advance level?
In excel we have lot of staff and formulas, we can learn based on your requirement, in excel vlookup, hlookup, pivot table if condition, sumif ifs, countA, if ifs, data validation, etc. and we have to...
ManojGS

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

Ask a Question

Related Lessons

Excel Keyboard Shortcuts
Our day to day work involves excel and to complete our work fast we should have adequate knowledge of keyboard shortcuts. I am going to give you simple but useful tip which will helps you to navigate excel...

Hidden Gems Of MS Excel - Clipboard
Q) Has it ever happened:1) You copied something2) (did not paste) Performed another actione.g. typed something OR deleted something3) Next, tried to paste, however, instead, received an error sound Clipboard...

MS Excel: Formulas and Functions: Listed by Category
MS Excel: Formulas and Functions: Listed by Category Worksheet formulas are built-in functions that are entered as part of a formula in a cell. These are the most basic functions used when learning Excel....


What are the function categories on Excel?
Function Categories There are many categories of functions in Excel. Each category has specific functions that pertain to that category. Financial: Performs common business calculations including accounting...

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