Metadata
Outputs workbook metadata in CSV or JSON format: index, sheet_name, headers, num_columns, num_rows, safe_headers, safe_headers_count, unsafe_headers, unsafe_headers_count and duplicate_headers_count. headers is a list of the first row which is presumed to be the header row. num_rows includes all rows, including the first row. safe_headers is a list of header with 'safe'(database-ready) names. unsafe_headers is a list of headers with 'unsafe' names. duplicate_headers_count is a count of duplicate header names. In CSV(c) mode, the output is in CSV format. In JSON(j) mode, the output is minified JSON. In Pretty JSON(J) mode, the output is pretty-printed JSON. For both JSON modes, the filename and spreadsheet format are also included. All other Excel options are ignored.