ExportSheetData icon indicating copy to clipboard operation
ExportSheetData copied to clipboard

(JSON) Add support for 2D array exports of sheets

Open Synthoid opened this issue 9 years ago • 1 comments

Add support for exporting sheets as 2D arrays of row values. See below for example:

[
  ["header1", "header2"],
  ["row1_col1_value", "row1_col2_value"],
  ["row2_col1_value", "row2_col2_value"],
]

Synthoid avatar Aug 19 '16 01:08 Synthoid

Can you point it to me where I should change to enable this? I may submit a PR.

zachguo avatar Apr 24 '17 22:04 zachguo