# Tabulate Component [](https://components.espressif.com/components/espp/tabulate) The `tabulate` component provides a nice and easy way to perform pretty-printing of tabular data to the console or file. The `tabulate.hpp` header provides a convenience include / wrapper around [p-ranav/tabulate](https://github.com/p-ranav/tabulate). It also exposes `tabulate`'s include folder, so including `tabulate.hpp` is completely equivalent to including both `tabulate/table.hpp`. Please see the documentation for tabulate if you have any questions about usage beyond the examples provided here. ## Example The [example](./example) shows the use of the `tabulate` component to easily create and pretty print tables to the console.
615b8dfde3e14e5a40ac4d1e2c605182b9d31bfd
idf.py add-dependency "espp/tabulate^1.2.0"