Pinned Loading
-
-
-
-
Google Apps Script - Extracting an a...
Google Apps Script - Extracting an array of values from a .xlsx blob 1function extractValuesFromXlsx(blob) {
2blob.setContentType("application/zip")
3var blobs = Utilities.unzip(blob)
45var files = { };
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.