Skip to content

iyxan23/ooxml-templater-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8182878 · Oct 23, 2024
Sep 23, 2024
Sep 26, 2024
Sep 18, 2024
Oct 2, 2024
Sep 23, 2024
Oct 23, 2024
Sep 10, 2024
Sep 10, 2024
Sep 26, 2024
Sep 10, 2024
Sep 10, 2024
Sep 10, 2024
Sep 26, 2024
Sep 26, 2024
Sep 26, 2024
Sep 26, 2024
Sep 10, 2024
Sep 10, 2024

Repository files navigation

ooxml-templater-js

Main Branch Build & Test Staging Branch Build & Test (also deployment)

Template within your docs, and xlsx files.

What is this?

A library for templating within your docx and xlsx files (.pptx unplanned). It works by modifying the xml files in place without touching anything unrelated.

It works on browsers and Node.js. See it live on the site.

There is a custom-developed language for working with sheets inspired by functional programming, making it deterministic, robust, and extremely composable. It's also possible to define your own functions, for extra customizability.

Read more about the custom templating syntax here.

Getting Started

Check this doc for more info. You can also try it out on the live astro-powered demo here.