Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Edit two-dimensional List data using your system's default spreadsheet editor
ResourceFunction["SpreadsheetEdit"][] generates a temporary spreadsheet and opens it in your system's default spreadsheet editing program. | |
ResourceFunction["SpreadsheetEdit"][data] generate a spreadsheet pre-filled with data. |
Calling SpreadsheetEdit with no input creates an empty spreadsheet you can then input your own text into:
In[1]:= |
Out[1]= |
Passing existing data to SpreadsheetEdit allows you to make changes to that data in your system's default spreadsheet editor:
In[2]:= |
Out[2]= |
Calling SpreadsheetEdit multiple times will open the spreadsheets one at a time:
In[3]:= |
Out[3]= |
Easily import large amounts of data by copy-pasting it into the spreadsheet opened by SpreadsheetEdit and then store the data in the notebook using Iconize:
In[4]:= |
Out[4]= |
In[5]:= |
Out[6]= |
Wolfram Language 13.0 (December 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License