mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-16 12:11:48 -05:00
[PR #1870] add xltpl #1596
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1870
Author: @zhangyu836
Created: 11/14/2021
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
4957a33add xltpl📊 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.