java - How to use xls csv files as source in javafx charts -


i newbie in java, looking code build charts , tables in javafx using local xls , csv files source.

csv file first 3 lines :

n° tournée";"secteur géographique";"n° contrat";"libellé catégorie facturation";"libellé code relève";"ann trn";"per trn";"n° facture";"mois actif - montant ttc de la facture ";"montant restant dû";"montant ttc facture avoir";"volume facturé";"libellé type origine";"libellé traité principal";"libellé type abonnement";"libellé type utilisation";"code état abonnement";"mois precendent - montant facturé";"mois precendent - vol  facturé";"anne precedente - montant ttc de la facture";"anne precedente - vol cso facturé";"type sect";"règlement";"mode de facturation";"ecart m-actif vs m-precedent (mnt)";"ecart m-actif vs a-precedente (mnt)";"ecart m-actif vs m-precedent (vol)";"ecart m-actif vs a-precedente (vol)";"plage m-actif";"plage vol m-precedent";"plage ecart m-actif vs m-precedent  10%";"plage ecart m-actif vs a-precedente 10%";"plage ecart m-actif vs m-precedent  20%";"plage ecart m-actif vs a-precedente 20%";"tranches m-precedent";"tranches m-actif";"tranches a-precedente" 58;5201;47335;"bt eclairage prive";"releve sans anomalie";2016;4;20161043484411;30,42;0;"";0;"index releve normale";"tetouan bt";"particulier";"eclairage";"se";31,32;1;31,32;1;na;"reglé";"facturation progressive";-3;-3;-100;-100;"inf ou egal 184";"sup 0";"inf ou egal 10%";"inf ou egal 10%";"inf ou egal 20%";"inf ou egal 20%";"tr1";"tr1";"tr1" 58;5208;47336;"bt eclairage prive";"releve sans anomalie";2016;4;20161043930126;30,42;30,42;"";0;"index releve normale";"tetouan bt";"particulier";"eclairage";"se";30,42;0;30,42;0;na;na;"facturation progressive";0;0;na;na;"inf ou egal 184";"inf ou egal 0";"inf ou egal 10%";"inf ou egal 10%";"inf ou egal 20%";"inf ou egal 20%";"tr1";"tr1";"tr1" 

xls file simple table :

enter image description here

thank you.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -