DataPlusProgram / Godot-Spreadsheet-Plugin

A custom resource that displays data as a Spreadsheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot-Spreadsheet-Plugin

A custom resource that displays data as a Spreadsheet

image

This plugin mimics a spreadsheet interface so you easily edit data

To create a sheet do the following: "New Resource..." -> "gsheet (gsheet.gd)" -> Create

You can import both CSV files and Dictionaries from Godot from the "import" option in the interface (see video) Note that the CSV files need to be comma seperated and will start to be slow after 1000 entries

Video Guide

Youtube Tutorial

Experimental

You can enter the path to any 2D image and have it display in the spreadsheet.

image

About

A custom resource that displays data as a Spreadsheet

License:MIT License


Languages

Language:GDScript 100.0%