Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-openxml
/
python-docx
Public
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
5.7k
Code
Issues
372
Pull requests
140
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-docx
tests
test_table.py
on
develop
User selector
All users
All time
Commit history
Commits on Apr 29, 2024
fix(table): fix _Row.cells can raise IndexError
Show description for f4a48b5
scanny
committed
f4a48b5
View commit details
Copy full SHA for f4a48b5
View code at this point
Browse repository at this point
feat(table): add _Cell.grid_span
scanny
committed
382d43e
View commit details
Copy full SHA for 382d43e
View code at this point
Browse repository at this point
feat(table): add _Row.grid_cols_after
scanny
committed
1cfcee7
View commit details
Copy full SHA for 1cfcee7
View code at this point
Browse repository at this point
feat(table): add _Row.grid_cols_before
scanny
committed
4e5dd91
View commit details
Copy full SHA for 4e5dd91
View code at this point
Browse repository at this point
rfctr: modernize table tests
scanny
committed
cf5286c
View commit details
Copy full SHA for cf5286c
View code at this point
Browse repository at this point
rfctr: improve typing for tables
scanny
committed
5a22c52
View commit details
Copy full SHA for 5a22c52
View code at this point
Browse repository at this point
Commits on Oct 10, 2023
rfctr: remove obsolete inherit-from-`object`
scanny
committed
12a6bb8
View commit details
Copy full SHA for 12a6bb8
View code at this point
Browse repository at this point
Commits on Oct 2, 2023
rfctr: extract oxml.parser
Show description for 5c1b2f0
scanny
committed
5c1b2f0
View commit details
Copy full SHA for 5c1b2f0
View code at this point
Browse repository at this point
lint: fix flake8-pytest-style diagnostics
scanny
committed
878f758
View commit details
Copy full SHA for 878f758
View code at this point
Browse repository at this point
lint: add isort linting in ruff
Show description for 163cfc1
scanny
committed
163cfc1
View commit details
Copy full SHA for 163cfc1
View code at this point
Browse repository at this point
Commits on Sep 24, 2023
rfctr: Blacken code base
scanny
committed
629f942
View commit details
Copy full SHA for 629f942
View code at this point
Browse repository at this point
Commits on Aug 18, 2018
tbl: add _Cell.vertical_alignment setter
scanny
committed
e51ae26
View commit details
Copy full SHA for e51ae26
View code at this point
Browse repository at this point
tbl: add _Cell.vertical_alignment getter
scanny
committed
4732b99
View commit details
Copy full SHA for 4732b99
View code at this point
Browse repository at this point
Commits on Oct 30, 2016
tbl: add _Row.height setter
revossen-asml
authored and
Steve Canny
committed
254d2ef
View commit details
Copy full SHA for 254d2ef
View code at this point
Browse repository at this point
Commits on Oct 29, 2016
tbl: add _Row.height getter
revossen-asml
authored and
Steve Canny
committed
6b6ef6b
View commit details
Copy full SHA for 6b6ef6b
View code at this point
Browse repository at this point
tbl: add _Row.height_rule setter
revossen-asml
authored and
Steve Canny
committed
4f12bde
View commit details
Copy full SHA for 4f12bde
View code at this point
Browse repository at this point
tbl: add _Row.height_rule getter
revossen-asml
authored and
Steve Canny
committed
4f28d93
View commit details
Copy full SHA for 4f28d93
View code at this point
Browse repository at this point
Commits on Feb 21, 2015
tbl: add Table.table_direction setter
Steve Canny
committed
9605cc0
View commit details
Copy full SHA for 9605cc0
View code at this point
Browse repository at this point
tbl: add Table.table_direction getter
Steve Canny
committed
d4ca18d
View commit details
Copy full SHA for d4ca18d
View code at this point
Browse repository at this point
reorg: reorder tests in DescribeTable
Steve Canny
committed
db70e4f
View commit details
Copy full SHA for db70e4f
View code at this point
Browse repository at this point
tbl: rewrite Table.add_column()
Show description for 7541f20
Steve Canny
committed
7541f20
View commit details
Copy full SHA for 7541f20
View code at this point
Browse repository at this point
tbl: rewrite Table.add_row()
Steve Canny
committed
96ce9e3
View commit details
Copy full SHA for 96ce9e3
View code at this point
Browse repository at this point
cell: rewrite _Cell.add_table()
Steve Canny
committed
558a124
View commit details
Copy full SHA for 558a124
View code at this point
Browse repository at this point
blkct: rewrite BlockItemContainer.add_table()
Show description for 1ff6d38
Steve Canny
committed
1ff6d38
View commit details
Copy full SHA for 1ff6d38
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
tbl: rewrite Table.style setter
Steve Canny
committed
a6bef96
View commit details
Copy full SHA for a6bef96
View code at this point
Browse repository at this point
tbl: rewrite Table.style getter
Show description for d922569
Steve Canny
committed
d922569
View commit details
Copy full SHA for d922569
View code at this point
Browse repository at this point
Commits on Dec 24, 2014
reorg: extract docx.text.paragraph module
Steve Canny
committed
1a493cc
View commit details
Copy full SHA for 1a493cc
View code at this point
Browse repository at this point
Commits on Dec 15, 2014
tbl: enable sliced access to _Rows
Steve Canny
committed
378d206
View commit details
Copy full SHA for 378d206
View code at this point
Browse repository at this point
Commits on Dec 2, 2014
tbl: add Table.alignment.setter
Steve Canny
committed
f9e033e
View commit details
Copy full SHA for f9e033e
View code at this point
Browse repository at this point
tbl: add Table.alignment getter
Steve Canny
committed
572526b
View commit details
Copy full SHA for 572526b
View code at this point
Browse repository at this point
Commits on Dec 1, 2014
tbl: reorder tests
Steve Canny
committed
a18b013
View commit details
Copy full SHA for a18b013
View code at this point
Browse repository at this point
Commits on Nov 29, 2014
tbl: remove dead tbl param from _Column.__init__
Steve Canny
committed
e9345cc
View commit details
Copy full SHA for e9345cc
View code at this point
Browse repository at this point
tbl: add _Cell.merge()
apteryks
authored and
Steve Canny
committed
3a447d3
View commit details
Copy full SHA for 3a447d3
View code at this point
Browse repository at this point
tbl: reorder methods in Describe_Cell
Show description for b347549
Steve Canny
committed
b347549
View commit details
Copy full SHA for b347549
View code at this point
Browse repository at this point
tbl: remove now-dead code
Steve Canny
committed
8a9fdfc
View commit details
Copy full SHA for 8a9fdfc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.