SerializeOptions
SerializeOptions interface
options for serializing data
Members
decorated_cells | optional | boolean boolean | export cells that have no value, but have a border or background color |
export_colors | optional | boolean boolean | translate colors to xlsx-friendly values |
export_functions | optional | boolean boolean | if a function has an export() handler, call that |
optimize | optional | optimize for size | |
rendered_values | optional | boolean boolean | include the rendered/calculated value in export |
share_resources | optional | boolean boolean | share resources (images, for now) to prevent writing data URIs more than once |
shrink | optional | boolean boolean | prune unused rows/columns |
tables | optional | boolean boolean | include tables. tables will be serialized in the model, so we can drop them from cells. but you can leave them in if that's useful. |
Referenced by
EmbeddedSpreadsheet.SerializeDocument |
SaveOptions |