In a final step, save the tables in data formats needed, e.g. Excel, CSV, HTML, JSON and text files.
table save() | Saves tables in text formats, CSV, HTML, JSON tables, etc. |
table save excel file() | Save one or multiple tables in contemporary Excel format (.xlsx, .xlsm). |
table save multiple() | Save multiple tables in legacy Excel format (Excel XML 2003) into one file. |
variable save() | Saves a B4P variable tree in a JSON file |
variable load() | This function loads JSON data into a variable. |
Save as Excel file
table save excel file ( {c1, histo}, {Countries, Histogram}, "Images/Results.xlsx" );
Saved table(s) to EXCEL file 'Images/Results.xlsx' containing 2 sheets.
Click on the file name download and open the file with Excel:
Results.xlsx