prettytable-rs
prettytable-rs copied to clipboard
Is it possible to get a Cell's style?
Once the table is styled and ready to print out, is it possible to iterate through the table and see what style each cell will be printed with?
Hi Jonathan,
Well, it's possible to iterate through the table, and through each rows, but Cell's currently miss an accessor method to the style attributes. I can add this method if you need it