<script src="https://jspreadsheet.com/v9/jspreadsheet.js"></script>
<script src="https://jsuites.net/v4/jsuites.js"></script>
<link rel="stylesheet" href="https://jsuites.net/v4/jsuites.css" type="text/css" />
<link rel="stylesheet" href="https://jspreadsheet.com/v9/jspreadsheet.css" type="text/css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons" />
<br><div id="spreadsheet"></div><br><br><br>
<script>
// Set your JSS license key (The following key only works for one day)
jspreadsheet.setLicense('ZDc2NzhlOTc5NjdlZDExMmZkMGNkNmVmMzg0MWJiNWFiMzU4N2Y0MTg0MjFkNzA1ZTFmOWQ4ZjllMTEyZWFiNWZhYjBiODk0NzEwMjIxMmZiOWY5YTUyNzU0YzBlY2ZlN2E4ZTJhNTQ3NGY4OGU5NmQ1OWEyYWEwYzAwMGZiMzYsZXlKdVlXMWxJam9pU25Od2NtVmhaSE5vWldWMElpd2laR0YwWlNJNk1UY3dNalF5TlRZd01Dd2laRzl0WVdsdUlqcGJJbXB6YUdWc2JDNXVaWFFpTENKcWMzQnlaV0ZrYzJobFpYUXVZMjl0SWl3aVkzTmlMbUZ3Y0NJc0luVmxMbU52YlM1aWNpSXNJblZ1YVhSbFpDNWxaSFZqWVhScGIyNGlMQ0ozWldJaUxDSnBiblJ5WVhOb1pXVjBjeTVqYjIwaUxDSmpiMlJsYzJGdVpHSnZlQzVwYnlJc0lteHZZMkZzYUc5emRDSmRMQ0p3YkdGdUlqb2lNekVpTENKelkyOXdaU0k2V3lKMk55SXNJblk0SWl3aWRqa2lMQ0ptYjNKdGN5SXNJbVp2Y20xMWJHRWlMQ0p5Wlc1a1pYSWlMQ0p3WVhKelpYSWlMQ0pwYlhCdmNuUmxjaUlzSW5aaGJHbGtZWFJwYjI1eklpd2lZMjl0YldWdWRITWlMQ0p6WldGeVkyZ2lMQ0pqYUdGeWRITWlMQ0pqYkc5MVpDSXNJbUpoY2lJc0luQnlhVzUwSWl3aWJXRnpheUlzSW5Ob1pXVjBjeUlzSW5ObGNuWmxjaUlzSW1sdWRISmhjMmhsWlhSeklsMTk=');
// Create the spreadsheet
jspreadsheet(document.getElementById('spreadsheet'), {
tabs: true,
toolbar: true,
worksheets: [{
minDimensions: [6,4],
}],
});
jspreadsheet.setDictionary({
'Rename this worksheet': 'Renomear worksheet',
'Delete this worksheet': 'Apagar worksheet',
'Are you sure?': 'Tem certeza?',
'Rename this cell': 'Renomear essa celula',
'Cut': 'Cortar',
'Copy': 'Copy',
'Paste': 'Colar',
'Insert a new column before': 'Inserir uma coluna antes',
'Insert a new column after': 'Inserior uma coluna depois',
'Insert a new column after':...
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.