Trier un tableau excel avec php
nicekiller
-
nicekiller -
nicekiller -
Bonjour tout le monde j'aimerai savoir si c est possible de trier un tableau excel via PHP et cela en traduisant le code VBA suivant:
Code :
Range("A5:J12").Select
Selection.Sort Key1:=Range("J5"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
Merci d'avance pour votre aide ;)
Code :
Range("A5:J12").Select
Selection.Sort Key1:=Range("J5"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
Merci d'avance pour votre aide ;)
A voir également:
- Trier un tableau excel avec php
- Trier un tableau excel - Guide
- Tableau word - Guide
- Imprimer un tableau excel - Guide
- Liste déroulante excel - Guide
- Tableau ascii - Guide