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 to write macros in excel?
1) you record a macro 2) macro programming:- macro is type of a sub procedure to perform some task. sub is a keyword. the set of program statements you have to write between the two lines syntax:- sub macroname statements ----------- end sub
Vidyarajeev
What is the one formula that you can never use in an excel?
First we need to differentiate between FORMULA and FUNCTION before answering the question. Formula is anything that starts with "=" sign. Like =3+9. However, function is a subset of formulas, and they...
Raja
If we do course in VBA EXCEL, is these software is useful in USA? Because after completion of course I am flying to USA to pursue masters.
Yes definitely, Excel Vba is used everywhere despite of industry and geography...and it will definitely add value to your career and in your business also if u have...
Nanda

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

Ask a Question

Related Lessons


Conditional formatting with formulas
Conditional formatting quickly formats information in a spreadsheet. But sometimes the biult in rules are not enough. Adding your own formula to a conditional formatting rule gives it a power to help you do custom things.

Importance of dash board in Business/org
A business intelligence (BI) dashboard is a data visualization tool that consolidates and displays the current status of metrics and key performance indicators (KPIs) for an organization, department or...

HTML (Hypertext Markup Language)
HTML (Hypertext Markup Language) is the set of markup symbols or codes inserted in a file intended for display on a World Wide Web browser page. The markup tells the Web browser how to display a Web page's...

Today am teach You advanced excel formula like TEXT FUNCTION
IN THIS SCENARIO, WE WILL HELP OF TEXT FUNCTION WE FIND OUT DATE, MONTH, YEAR A B C D E F 1 2 =TEXT(B3,"DDD") =TEXT(B3,"MMM") =TEXT(B3,"YYY") 3 ...

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