Export the contents of the Hiero Spreadsheet view to a CSV file.
Hiero Spreadsheet CSV Export
Updated: 4 September 2013
Author: ant
Compatible Nuke versions: 6.3 or later
Compatibility: Linux, Mac, Windows
This example exports all the visible columns and rows of in your Spreadsheet to a .CSV file.
This works with the raw data, currently displayed in the View, which means if you've searched in the search box, only the filtered results will be exported.
It also exports all text data displayed in custom columns.
Usage:
1) Copy SpreadsheetExport.py it to ~/.hiero/Python/Startup
2) Right-click in Spreadsheet > Export as .CSV > Select a path to save to.
Note: this does not currently maintain the column ordering in the CSV, but does handle custom visible/hidden columns.