2 Techniques
Access the raw Excel Binary File
Use the Excel API
Both techniques have their advantages and disadvantages as you will see during this presentation
Access the raw Excel Binary File – 1
There is a php library written that can access a raw Excel binary file. Benefits include that it is easy and straight forward to use, has [...]
Posts Tagged ‘php’
how to read excel file in php
list all string functions in php : php String function list is very userfull in any language
PHP is very powerful server side programming language.
It has lots of powerful functions which speed up the php development and also the performance. While developing a flexible and good web application we always need list of string handling functions.There are lots of php functions and I am giving you a [...]
Sending e-mail from localhost in PHP in Windows Environment
Have you ever been frustrating, why e-mail is not going from the localhost while using XAMPP or WAMP or any other PHP servers in windows environment? well in that situation i think i can help you.In this article i am going to tell you how to send e-mail from localhost in PHP.
1) [...]
Wikilinki Ver 1.0 Released
For last few days I have been trying to understand wordpress ins and outs, and had an idea of developing simple plugin for [wiki]wordpress[/wiki]. I thought people would want to give the reference of most of the words they use in their post to wikipedia, and placing it manually would be [...]
Mapping The IP Address to Latitude and Longitude In Google Maps
At last I found hostip.info provides a service for getting the latitude and longitude of a place on the basis of the user’s ip address. Its light weight and free, rather than downloading bulky database and getting paid services, for getting latitude and longitude on the basis of IP.
Here is the [...]
Ajaxified File Uploader Using IFrame
Today, while writing a code for AJAX file uploader, I was trying to do with [wiki]SALAJAX[/wiki]. But, with SALAJAX I could not manage to send the headers for $_FILES. So I thought of an alternative. And the alternative was to load the action page of the form on [wiki]IFrame[/wiki], whose display [...]
Newsletter Email Tracking: Read or Not?
I have completed first phase of a simple, yet useful Newsletter System. When I demonstrated to the clients, they came up with a question if the newsletter being send was opened or not by the newsletter subscribers ? I then thought.. let see how its done. Then I came with this [...]
Adding Related Product and other links to Product in Magento
Here is a simple way of adding product link such as Related, Upsell and Crosssell Link to a product in Magento. I just got the way of doing this and thought to share! So kind of me
01
/**
02
First Create Link Array of following type
03
**/
04
05
$linkArray=array(‘product_id’=>array(‘position’=>’’));
06
07
/**
08
Then set the Link Data
09
**/
10
11
/** For Upsell Link**/
12
$product->setUpSellLinkData($linkArray);
13
14
/** For [...]
Converting Text to Image in PHP formatted by alignment
During one of my project works I came across a situation like changing the input of TINYMCE editor to image. Can you believe what can be the user’s requirement? Basically what the client needed was to change the text to image and text should be in American Typewriter Font with [...]
General Workflow of Magento’s Import/Export – Dataflow
Magento’s Dataflow (Inport/Export) is one of distinguishing feature that makes Magento the leader in eCommerce Software. But for a programmer to understand how it workes in Magento can be quite nasty. I tried to understand how it workes and came up with following understanding.
General Work Flow (Profile)
During Import/Export there are normally [...]
Posted in
Tags: