bassarisse / google-spreadsheet-to-json

Simple tool to export Google Spreadsheets to JSON files, though Node API or CLI
The Unlicense
134 stars 33 forks source link

Hidden Columns #4

Closed jazzybeat closed 7 years ago

jazzybeat commented 8 years ago

Hidden columns gets exported if it includes formula in the cell. The only way around this is to delete columns while exporting.

bassarisse commented 8 years ago

Unfortunately, the package I rely to read the spreadsheet does not offer this information about the cells. We could also offer an option to ignore columns, what do you think?

deepfriedbrain commented 7 years ago

An option to ignore columns would be useful. Thanks!

bassarisse commented 7 years ago

Just added some options to ignore rows and columns (https://github.com/bassarisse/google-spreadsheet-to-json/commit/e5b06d2a9c75f274594af3fb12860779939ec90e), I'll publish soon.