Subject: | sorting does not work... |
I tried sorting by (for example) Column C in descending order and then
Column B in Ascending order. When I do the same sort in Excel, it sorts
correctly, but when I do:
$excel->sort_data('Worksheet Name',3,'DESC');
$excel->sort_data('Worksheet Name',2,'ASC');
The data is jumbled all over the place. Am I not able to sort in this
manner, or am I doing something wrong?
Thoughts?
(see groups.google.de)