[PR #1870] add xltpl #1596

Open
opened 2025-11-06 13:19:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1870
Author: @zhangyu836
Created: 11/14/2021
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

xltpl

What is this Python project?

A python module to generate xls/x files from a xls/x template.

What's the difference between this Python project and similar ones?

When xltpl reads a xls/x file, it creates a tree for each worksheet.
And, each tree is translated to a jinja2 template with custom tags.
When the template is rendered, jinja2 extensions of cumtom tags call corresponding tree nodes to write the xls/x file.
README

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1870 **Author:** [@zhangyu836](https://github.com/zhangyu836) **Created:** 11/14/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`4957a33`](https://github.com/vinta/awesome-python/commit/4957a33df4d0278042fa19a817f8e49f5018f163) add xltpl ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description [xltpl](https://github.com/zhangyu836/xltpl) ## What is this Python project? A python module to generate xls/x files from a xls/x template. ## What's the difference between this Python project and similar ones? When xltpl reads a xls/x file, it creates a tree for each worksheet. And, each tree is translated to a jinja2 template with custom tags. When the template is rendered, jinja2 extensions of cumtom tags call corresponding tree nodes to write the xls/x file. [README](https://github.com/zhangyu836/xltpl/blob/master/README_EN.md) -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:19:27 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1596