jazzband / prettytable

Display tabular data in a visually appealing ASCII table format
https://pypi.org/project/PrettyTable/
Other
1.32k stars 149 forks source link

Add a feature to look like Excel #264

Closed rajarshidcoder closed 1 month ago

rajarshidcoder commented 9 months ago

Adding this feature where user can choose this to be True so the final result will look like a Spreadsheet , or in short, will add a divider after every row.

codecov[bot] commented 9 months ago

Codecov Report

Merging #264 (0e99b70) into main (fe353d0) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #264   +/-   ##
=======================================
  Coverage   94.21%   94.21%           
=======================================
  Files           5        5           
  Lines        2387     2387           
=======================================
  Hits         2249     2249           
  Misses        138      138           
Flag Coverage Δ
macos-latest 94.17% <100.00%> (ø)
ubuntu-latest 94.17% <100.00%> (ø)
windows-latest 94.13% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/prettytable/prettytable.py 90.36% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

hugovk commented 9 months ago

Please can you give some example code and example output of this feature?

hugovk commented 1 month ago

Closing due to lack of response.