diff --git a/app/static/js/table_recap.js b/app/static/js/table_recap.js
index 322b2764cfaf045991545bde791707ce7ef13a62..897704c7e1580144d81b44c70bb170bc38c85efe 100644
--- a/app/static/js/table_recap.js
+++ b/app/static/js/table_recap.js
@@ -96,7 +96,7 @@ $(function () {
                     },
                     {
                         // Elimine les 0 à gauche pour les exports excel et les "copy"
-                        targets: ["col_mod", "col_moy_gen", "col_ue"],
+                        targets: ["col_mod", "col_moy_gen", "col_ue", "col_res", "col_sae"],
                         render: function (data, type, row) {
                             return type === 'export' ? data.replace(/0(\d\..*)/, '$1') : data;
                         }