+ Reply to Thread
Results 1 to 7 of 7

msgpack decode in VBA

  1. #1
    Forum Expert JasperD's Avatar
    Join Date
    05-07-2013
    Location
    Netherlands
    MS-Off Ver
    Excel 2016
    Posts
    1,393

    msgpack decode in VBA

    Hi all,

    I'm looking for a way to decode msgpack in VBA.
    Thanks!

    Jasper
    Please click the * below if this helps

  2. #2
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,239

    Re: msgpack decode in VBA

    I'll post some work in progress in the morning when I'm back at work

  3. #3
    Forum Expert JasperD's Avatar
    Join Date
    05-07-2013
    Location
    Netherlands
    MS-Off Ver
    Excel 2016
    Posts
    1,393

    Re: msgpack decode in VBA

    Awesome, thanks Kyle!

  4. #4
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,239

    Re: msgpack decode in VBA

    Ok, this works (with limited testing anyway), it will accept a provided encoded byte array and parse to a Json object or string. I haven't managed to encode and decode a string in VBA - I can encode and return the hex representation - but I haven't sussed a way out of returning it in a way that will allow decoding. I'll have a fiddle when I get chance.

    There are a couple of steps, the code I used is here: https://github.com/mcollina/msgpack5, specifically https://github.com/mcollina/msgpack5...sgpack5.min.js.

    Grab a copy of it and save it somewhere.

    It won't run as is due to the Script Control not actually being JavaScript in the conventional sense and the implementation being quite old. So you then need to add polyfills to the Javascript to make up for missing features in the implementation.

    Go to your saved js file and copy and paste the code below above the msgpack code:
    Please Login or Register  to view this content.
    Then you should be able to run the following (changing the path to suit):
    Please Login or Register  to view this content.

  5. #5
    Forum Expert JasperD's Avatar
    Join Date
    05-07-2013
    Location
    Netherlands
    MS-Off Ver
    Excel 2016
    Posts
    1,393

    Re: msgpack decode in VBA

    To speak with Macklemore: This is f'ing awesome!

  6. #6
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,239

    Re: msgpack decode in VBA

    Does it work? In the absence of suitable messagepack I was just testing with simple strings and objects

  7. #7
    Forum Expert JasperD's Avatar
    Join Date
    05-07-2013
    Location
    Netherlands
    MS-Off Ver
    Excel 2016
    Posts
    1,393

    Re: msgpack decode in VBA

    Testing it later today. A bit busy with some devices at work

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Is there a formula to decode URL's?
    By mikey42979 in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 12-14-2021, 01:15 AM
  2. Scramble Text and Decode
    By unclejemima in forum Excel General
    Replies: 6
    Last Post: 08-16-2015, 09:14 AM
  3. Replies: 4
    Last Post: 06-12-2013, 10:28 AM
  4. Decode text in a cell encoded in basecode64
    By renderman7 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-12-2012, 05:06 AM
  5. help needed to 'decode' some excel formulae
    By mcenteeg in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-16-2011, 01:08 PM
  6. [SOLVED] serial number decode
    By chiuinggum in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-13-2006, 04:20 AM
  7. Decode MP3 ID3v2 and WMA tag info
    By Tom D in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-18-2005, 10:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1