customized TableBordersLayout #1785
Unanswered
horstweigelt65
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
It should look like: from fpdf.enums import TableBordersLayout, TableBorderStyle, TableCellStyle |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The customized TableBordersLayout example in
https://py-pdf.github.io/fpdf2/Tables.html#set-cell-borders does not work with python 3.13.0 and fpdf 2.8.7.
-> ImportError: cannot import name 'TableBorderStyle' from 'fpdf.table'
Is the example still 'up to date'? What does the fix look like?
Beta Was this translation helpful? Give feedback.
All reactions