SakeTami
paperize
paperize

patreon


Checkin 7: One For the Dungeon Masters

I've been doing final testing to release "Scheming Vizier", the data management update to Paperize. This release is all about linking up your Google Sheets and making all of their data accessible for transformation, templating, and, ultimately, printing!

I came across something interesting when I sat down to do this to our characters for the weekly old-school D&D game I play in. (Ok, it's actually the free-to-download, D&D-red-box-inspired game, Labyrinth Lord. Get ready to lose some player characters like the 80s!)

RPGs, Meet Spreadsheets

We keep our characters in a spreadsheet, as is the fashion these days. This made it very easy for me to import into Paperize and start toying with, except for one thing: the spreadsheet is inverted!

Easy to read (and edit) for a Dungeon Master, especially during live play. But Paperize expects the columns to be attributes and the rows be characters, so I wasn't going to be able to import things in this state. I also didn't want to change the source spreadsheet because it would hinder my DM from doing his thing.

Behold: the "transpose" function:

Turns out you can flip the axis on a range of cells very easily like this: =transpose(RANGE), where the RANGE parameter points to a range that could even be in another sheet.

So, leveraging that, I made a second sheet and named them both appropriately:

...and slapped the transpose function into the new sheet, referencing the first sheet and its entire range of cells, like this:

=TRANSPOSE(Characters!A1:E24)

Now it imports nicely, and (the upcoming release of) Paperize loads the data source correctly, check it out:

What will be really cool will be when printing is working again and we can actually generate character sheet PDFs via Paperize. The flow might go something like this:

An ambitious DM could run wild with this once they were comfortable with the basics. Imagine:

I'm sure the possibilities are endless, I can't wait to be surprised!

Comments

Thanks! I'm super excited about this possibility.

This is rad. And it opens up a whole new set of people to tell about Paperize.

Tim Rodriguez


More Creators