I need to create an interface of a table’s data. It needs to have pages of “cells” that are shown in 3 columns and 10 rows. Each cell has 4 rows (one column) of data, some with labels. For example:
| First Last | First Last | First Last |
| Date: 10/02/25 | Date: 10/02/25 | Date: 10/03/25 |
| Score: 100 | Score: 100 | Score: 100 |
| Distance: 1000 | Distance: 1000 | Distance: 1000 |
Ultimately, I’m hoping to be able to print the grid on Avery labels.
Is this possible?
