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 €
+
+ +