From 15cfce1837b5258186cdb1278f06bb058d9d75dd Mon Sep 17 00:00:00 2001 From: Vincent Calame Date: Fri, 29 Jul 2022 14:40:43 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9mo=20bas=C3=A9=20sur=20le=20fichier=20co?= =?UTF-8?q?mpil=C3=A9=20dans=20dist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demos/dist.css | 34 ++++++++++++++++++++++++++ demos/dist.html | 65 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 demos/dist.css create mode 100644 demos/dist.html diff --git a/demos/dist.css b/demos/dist.css new file mode 100644 index 0000000..4dc4a7a --- /dev/null +++ b/demos/dist.css @@ -0,0 +1,34 @@ +body { + font-family: sans-serif; +} + +table { + border-collapse: collapse; + margin-left: 40px; +} + +td { + border-width: 1px; + border-color: #2e3436; + border-style: solid; + font-size: small; +} + th { + padding: 3px; + } + + .small { + font-size: smaller; + } + +.number { + text-align: right; +} + +/*************************** + * Styles ODS + * *************************/ + +column.Date { + width: 2cm; +} diff --git a/demos/dist.html b/demos/dist.html new file mode 100644 index 0000000..6db97ae --- /dev/null +++ b/demos/dist.html @@ -0,0 +1,65 @@ + + + +Exemple après compilation dans Dist + + + + + + + +

Exemple d'utilisation de jsHtml2Ods

+
+

Version ODS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ClientDatesNuitéesFacture
DépartArrivée
Victor Hugo01/12/202011/01/2021401 250 €
+
+ +