mikedaruke
Technical User
Hi
I wrote a script to create an excel spreadsheet off data I have. I can't find out how to sort a column using perl. I know I can sort the info before I write it to the excel file but i need to sort it after. I am using, use Spreadsheet::WriteExcel;
Any help? Should I use something else? I found by searching how to do it with VB but it doesn't work when I do it in perl. Thanks.
I wrote a script to create an excel spreadsheet off data I have. I can't find out how to sort a column using perl. I know I can sort the info before I write it to the excel file but i need to sort it after. I am using, use Spreadsheet::WriteExcel;
Any help? Should I use something else? I found by searching how to do it with VB but it doesn't work when I do it in perl. Thanks.