Skip to content
View Jjman739's full-sized avatar

Block or report Jjman739

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. STAB STAB Public

    S.T.A.B.: Scavenger's Blade, a video game

  2. InsiderPerspective InsiderPerspective Public

    C#

  3. lawrencemsteven/BFBB lawrencemsteven/BFBB Public

    C#

  4. Google Apps Script - Extracting an a... Google Apps Script - Extracting an array of values from a .xlsx blob
    1
    function extractValuesFromXlsx(blob) {
    2
      blob.setContentType("application/zip")
    3
      var blobs = Utilities.unzip(blob)
    4
      
    5
      var files = { };