Here is my situation. I am having one excel sheet that contains 20000 records of different addresses. The data is mapped like this
+----+---------+-------+-------+-----+ | Sr | Addr 1 |Addr 2 | State | zip | +----+---------+-------+-------+-----+
This is the sample data mapping. Now What I want is to create sub lists or sheets that are sorted according to specific column say Sheet 1 contains list sorted based on State column.
And sheet 2 sorted according to zip code.
How can I achieve this using PHPExcel Library?