-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Sería ideal poder tener este proyecto como una biblioteca. Se debería refactorizar el código para utilizar algún patrón como el module revealing pattern con una API amigable. El usuario debería poder hacer algo como:
const table = document.getElementById("tabla");
Spreadsheet.init(tabla, 10, 14)siendo 10 y 14 filas y columnas respectivamente