Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-09-24 | 643 Bytes | |
v1.1.0 source code.tar.gz | 2023-09-24 | 592.9 kB | |
v1.1.0 source code.zip | 2023-09-24 | 720.7 kB | |
Totals: 3 Items | 1.3 MB | 0 |
- Add color support for GFM to
MarkdownTableWriter
class - Add
FontStyle.TYPEWRITER
- Add styles supported by Latex writers
Style.fg_color
Style.decoration_line
:DecorationLine.STRIKE
,DecorationLine.LINE_THROUGH
Style.decoration_line
:DecorationLine.UNDERLINE
- Add warnings for when invalid style attributes are passed to the Style class
- Modify the output format of Latex table writers
- Improve type annotations
- Fix Excel worksheet name generation
- Bump minimum required version of
DataProperty
to 1.0.1
Full Changelog: https://github.com/thombashi/pytablewriter/compare/v1.0.0...v1.1.0