Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Add a method to import json from a spreadsheet cell #188

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pedrotiagopontes
Copy link

ImportJSONFromSheet tries to read the whole spreadsheet and parse the json on it. On my use case I had a spreadsheet with a different json objects per row and mixed with non-json data on other columns, I needed a way of importing the json from a specific cell in the spreadsheet, so I added the ImportJsonFromCell method.

Added a new function called ImportJSONFromCell so that a user can have a spreadsheet with multiple json objects and is a able to select the select the cell where it wants to import the json from.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants