Log In  


Pico8 Sheets

Cart #p8_spreadsheets-0 | 2025-04-24 | Code ▽ | Embed ▽ | No License
2

Little Spreadsheet program I wrote cause I wanted to write design documents formatted as a table, But wanted to do it locally.

Write tables and then save to clipboard to paste to file, Then drag and drop file to load.
An example file:

p8_sheets
⁴⁴¹⁵fruit²⁶apples⁶	eggplants³⁷durians⁴⁶meadow²²60¹¹4¹¹0⁵⁵ocean¹¹0⁶²25¹¹2⁶	graveyard¹¹0¹¹3³²10

Navigation

  • ⬅️➡️⬆️⬇️: move
  • 🅾️: edit item
  • 🅾️ + shift: edit item color
  • space + shift: copy spreadsheet to clipboard

Prompt

  • 🅾️: yes
  • ❎ / escape: no

Typing

  • ⬅️➡️: move
  • backspace: delete character
  • escape: cancel edit
  • return: confirm entry
  • command + c: copy entry to clipboard
  • command + v: set entry to clipboard
  • command + j: toggle kana entry mode

(When setting axes last item to "" remove that row/column.)

2


Hey,

I tried pulling the example file in, and it says no header was found? Would be interested in learning how to use!


@Steven()#6 I just copied it to a file and drag and dropped and it worked for me. Are you sure the file starts with "p8_sheets\n"? if the newline got munched it won't work.. maybe poor design on my part



[Please log in to post a comment]